Sweepstakes Game Launch

Event Key

ootb_sweepstakes_game_launch

This event should be fired when a user successfully launches a specific game.

Event KeyEvent NameType
ootb_sweepstakes_game_launchOOTB Sweepstakes 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 OOTB Sweepstakes Game Launch event:

{
  "context": {
    "ootb_launch_timestamp": "2024-10-15T15:53:00Z",
    "ootb_game_code": "ajocpo9Slots101",
    "ootb_game_name": "Example Slots 101",
    "ootb_game_category": "Slots",
    "ootb_start_gc_balance": 21.00,
    "ootb_start_sc_balance": 21.00,
    "ootb_game_session_reference": "S129014hiufs2",
    "ootb_language": "EN",
    "ootb_country": "UK",
    "ootb_platform": "examplebrand.com",
    "ootb_launch_location": "2",
    "ootb_launch_location_index": 3,
    "ootb_channel": "Desktop",
    "ootb_brand": "examplebrand",
    "ootb_license": "UK"
  }
}

Parameters

Parameter KeyParameter NameTypeDescriptionMandatory for Opti-X
ootb_launch_timestampLaunch TimestampStringISO 8601 datetime of launching a casino game.Yes
ootb_game_codeGame CodeStringUnique identifier for the game.Yes
ootb_game_nameGame NameStringThe name of the game that was launched.Yes
ootb_game_categoryGame CategoryStringThe category of the game (e.g., Slots, Roulette, Table, etc.).Yes
ootb_start_gc_balanceStart Gold Coins BalanceDecimalPlayer's gold coins balance at the time of game launch.Yes
ootb_start_sc_balanceStart Sweep Coins BalanceDecimalPlayer's sweep coins balance at the time of game launch.Yes
ootb_game_session_referenceGame Session ReferenceStringReference to the associated game session, used to link game open and close. Optional but recommended.No
ootb_languageLanguageStringThe language preference of the player (e.g., EN, DE, FR).No
ootb_countryCountryStringCountry code of the player (e.g., UK, USA).Yes
ootb_platformPlatformStringThe site or platform from which the game was launched (e.g., examplebrand.com).No
ootb_launch_locationLaunch LocationStringThe container or source from which the game was launched (e.g., home, top games, search). Optional.No
ootb_launch_location_indexLaunch Location IndexNumber1-based index of where in the container the game was launched from. Optional.No
ootb_channelChannelStringThe device type or channel (e.g., Desktop, Mobile, Tablet).No
ootb_brandBrandStringBrand ID or name.Yes
ootb_licenseLicenseStringRegulatory license associated with the game or user (e.g., UK, MGA).No

Explanation

  • event: The event name is set to ootb_sweepstakes_game_launch.
  • context:
    • ootb_launch_timestamp: ISO 8601 datetime of launching a casino game.
    • ootb_game_code: Unique identifier for the game.
    • ootb_game_name: The name of the game that was launched.
    • ootb_game_category: The category of the game (e.g., Slots, Roulette, Table, etc.).
    • ootb_start_gc_balance: Player's gold coins balance at the time of game launch.
    • ootb_start_sc_balance: Player's sweep coins balance at the time of game launch.
    • ootb_game_session_reference: Reference to the associated game session, used to link game open and close.
    • ootb_language: The language preference of the player (e.g., EN, DE, FR).
    • ootb_country: Country code of the player (e.g., UK, USA).
    • ootb_platform: The site or platform from which the game was launched (e.g., examplebrand.com).
    • ootb_launch_location: The container or source from which the game was launched (e.g., home, top games, search).
    • ootb_launch_location_index: 1-based index of where in the container the game was launched from.
    • ootb_channel: The device type or channel (e.g., Desktop, Mobile, Tablet).
    • ootb_brand: Brand ID or name.
    • ootb_license: Regulatory license associated with the game or user (e.g., UK, MGA).