Sweepstakes Game Launch
Event Key
ootb_sweepstakes_game_launch
This event should be fired when a user successfully launches a specific game.
| Event Key | Event Name | Type |
|---|---|---|
ootb_sweepstakes_game_launch | OOTB Sweepstakes Game Launch | Simple 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 Key | Parameter Name | Type | Description | Mandatory for Opti-X |
|---|---|---|---|---|
ootb_launch_timestamp | Launch Timestamp | String | ISO 8601 datetime of launching a casino game. | Yes |
ootb_game_code | Game Code | String | Unique identifier for the game. | Yes |
ootb_game_name | Game Name | String | The name of the game that was launched. | Yes |
ootb_game_category | Game Category | String | The category of the game (e.g., Slots, Roulette, Table, etc.). | Yes |
ootb_start_gc_balance | Start Gold Coins Balance | Decimal | Player's gold coins balance at the time of game launch. | Yes |
ootb_start_sc_balance | Start Sweep Coins Balance | Decimal | Player's sweep coins balance at the time of game launch. | Yes |
ootb_game_session_reference | Game Session Reference | String | Reference to the associated game session, used to link game open and close. Optional but recommended. | No |
ootb_language | Language | String | The language preference of the player (e.g., EN, DE, FR). | No |
ootb_country | Country | String | Country code of the player (e.g., UK, USA). | Yes |
ootb_platform | Platform | String | The site or platform from which the game was launched (e.g., examplebrand.com). | No |
ootb_launch_location | Launch Location | String | The container or source from which the game was launched (e.g., home, top games, search). Optional. | No |
ootb_launch_location_index | Launch Location Index | Number | 1-based index of where in the container the game was launched from. Optional. | No |
ootb_channel | Channel | String | The device type or channel (e.g., Desktop, Mobile, Tablet). | No |
ootb_brand | Brand | String | Brand ID or name. | Yes |
ootb_license | License | String | Regulatory 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).
Updated about 3 hours ago
