Game Launch

Event Key

ootb_game_launch

Capturing Instances of Users Launching Games

Event KeyEvent NameType
ootb_game_launchOOTB Game LaunchSimple event

Event Structure

The mandatory properties (tenant, timestamp, event, and customer) are required for all events and documented in detail on the Mandatory Properties page. Below is the JSON structure for the context-specific properties of the Game Launch Event:

{
    "context": {
        "launch_timestamp": "2024-05-27T10:30:00Z",
        "game_code": "game456",
        "game_name": "Blackjack",
        "game_category": "Table Games",
        "start_balance": 70.00,
        "game_session_ref": "game_ses_456",
        "language": "English",
        "Country": "USA",
        "platform": "iOS",
        "launch_location": "BingoLobby",
        "launch_location_index": 1,
        "channel": "Mobile",
        "brand": "",
        "license": "USA"
    }
}

 

Parameters

Parameter KeyParameter NameTypeDescription
launch_timestampLaunch TimestampStringISO 8601 datetime of launching a casino game.
game_codeGame CodeString/NumberGame unique identifier/Game ID.
game_nameGame NameStringThe name of the game that was launched.
game_categoryGame CategoryStringThe category of the game that was launched (e.g., Slots, Roulette, Table, etc.).
start_balanceStart BalanceDecimalPlayer balance on game start.
game_session_referenceGame Session ReferenceStringReference to the game session event (optional).
languageLanguageStringThe language of the player.
countryCountryStringThe country of the player.
platformPlatformStringThe platform used (e.g., iOS, Android).
launch_locationLaunch LocationStringThe container where the game was launched from (e.g., home, recently played, new game). Optional.
launch_location_indexLaunch Location IndexNumberIndex of where in the container the game was launched from (optional).
channelChannelStringThe channel through which an event was initiated (e.g., Mobile, Desktop, Tablet).
brandBrandStringBrand ID/Name.
licenseLicenseStringWhere they’re licensed to operate.