Quick Start

  1. Create an App in dashboard
  2. Get app_key and app_secret
  3. Initialize the SDK / client
  4. Send install, session start, event, ad event, and session end
  5. Set user_id_external as soon as player identity is available
POST /api/v1/install.php
X-App-Key: YOUR_APP_KEY
X-App-Secret: YOUR_APP_SECRET
Content-Type: application/json

{
  "install_uuid": "inst_001",
  "device_id": "DEVICE123",
  "user_id_external": "player-123",
  "platform": "android",
  "campaign_id": "campaign-demo-01",
  "country": "SG",
  "device_locale": "en-SG",
  "device_timezone": "Asia/Singapore",
  "installed_at": "2026-03-27 18:00:00"
}

Recommended follow-up calls: