Skip to main content

Questions tagged [telemetry]

Automatic measurement of data form a remote source, such as a phone, computer, console, etc...

Filter by
Sorted by
Tagged with
1 vote
0 answers
91 views

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 ...
Robin's user avatar
  • 724
0 votes
1 answer
72 views

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 ...
Lucien's user avatar
  • 1,186
4 votes
1 answer
8k views

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 ...
spaceOwl's user avatar
  • 909