-
Notifications
You must be signed in to change notification settings - Fork 11
Main game developer
The first step to use RAGE Analytics is to correctly install: Docker and Docker-Compose if needed, and RAGE Analytics.
Then, you need to register the game in the front-end. This will provide a Tracking code for the game, used to link players with a particular game version. See further information on these steps in the Quickstart page, or an example on how to set up the tracking code.
You also want to connect the game model to the actual game through a link, adding a game link in the front-end.
To generate traces from your game, you can integrate one of the available tracker implementations. To send the traces to an analysis server, you need to configure the Host
parameter (usually will be: /api/proxy/gleaner/collector) and the Tracking code
parameter (obtained from the previous set-up). See further information on the tracker.
- Home
- Game developers Guide
- Analytics developers Guide
- Analytics users Guide
- System Overview
- Tracker
- A2
- Analytics Real-time
- Analytics Front-end
- Analytics Back-end
- Game Storage Server
- Upgrading RAGE Analytics
- Wiki Style Guide