Skip to content

Main game developer

crisal24 edited this page Feb 24, 2017 · 18 revisions

RAGE logo

Welcome to the RAGE Analytics Wiki for game developers

Game Developers Guidelines

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.

Selected table of contents

Clone this wiki locally