Quick Start
Get from zero to your first tracked event in under 5 minutes.
Step 1: Add Your Game
- Log in to the GameRebellion Platform.
- Navigate to Analytics in the left sidebar.
- Click "+ Add game" in the top-right corner.
- Fill in your game details:
- Game name — Your game's title or project name.
- Game icon (optional) — Upload your game's icon for easy identification.
- Platforms — Select the platforms your game runs on (iOS, Android, PC, etc.).
- Store Page URL (optional) — Your game's store listing URL. You can add this later.
- Click Continue.
Step 2: Generate Your API Key
- Select your game engine (Unity or Unreal Engine).
- Click "Generate API key".
- Your API key will be displayed. Copy it immediately — you will need it to initialize the SDK.
- Store the key securely. It authenticates event ingestion from your game to GameRebellion.
Step 3: Choose Your SDK
| SDK | Status | Best for |
|---|---|---|
| Unity SDK | Available | Unity 2020.3+ games on iOS, Android, desktop |
| Server-to-Server API | Available | Backend integrations, any language |
| Other engines | Planned | See SDK Integrations for roadmap |
Step 4: Verify Your Integration
- Return to the GameRebellion Platform.
- Navigate to Analytics > [Your Game].
- Open Live Events to see events arriving in real time.
- Once events flow, your game status changes from "Waiting for data" to "Connected".
tip
During development, keep the environment set to Development or Staging. Switch to Production only for release builds.