Skip to main content

Game telemetry

Last updated on March 9, 2024
AGS Starter

Game Telemetry is not available on AGS Starter tier.

Overview

The Game Telemetry service acts as a scalable event data ingestion pipeline for your game, to send events into a designated streaming pipeline using an HTTP based REST API. With this service, you can collect and analyze player data and use it to inform future design decisions.

How it works

The diagram below gives a basic overview of how the Game Telemetry service works:

Image shows Game Telemetry service diagram

AccelByte Game Telemetry SDK sends events to be tracked into the Game Telemetry pipeline. After that, the Game Telemetry pipeline sends events to Kafka. Kafka Connect then pulls the events from Kafka and passes them to the designated data warehouse, and data visualization tools.

What's next