Questions tagged [telemetry]
Automatic measurement of data form a remote source, such as a phone, computer, console, etc...
3 questions
1
vote
0
answers
91
views
A simple, private and secure way to send myself telemetry data during beta testing
I'm creating a game in C# with Unity. I want to know how I can send myself telemetry data (e.g. how long it took the player to complete the level) in the code in a way which is easy to set up and ...
0
votes
1
answer
72
views
How to monitor engagement via button clicks / purchases
I want to measure user engagement:
Button clicks
Purchases
When they view a UI etc
I'd like to know at which point players enter the game and when they're most likely to stop playing.
What are some ...
4
votes
1
answer
8k
views
Is there a difference between analytics and telemetry?
We are developing a mobile game (using Unity3D). We report various game analytics events to our backend systems so they can be aggregated and analyzed later on.
I've recently watched this session ...