Sweepstakes Game Close
Event Key
ootb_sweepstakes_game_close
Marking the closure or completion of a specific sweepstakes game.
| Event Key | Event Name | Type |
|---|---|---|
ootb_sweepstakes_game_close | OOTB Sweepstakes Game Close | 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 Close event:
{
"context": {
"ootb_game_close_timestamp": "2024-05-27T10:30:00Z",
"ootb_game_code": "game456",
"ootb_game_name": "Blackjack",
"ootb_game_category": "Table Games",
"ootb_end_gc_balance": 20.00,
"ootb_end_sc_balance": 20.00,
"ootb_gc_stakes": 200.00,
"ootb_sc_stakes": 200.00,
"ootb_sc_win_amount": 100.00,
"ootb_gc_used": 50.00,
"ootb_gc_win_amount": 100.00,
"ootb_gross_gaming_revenue": 100.00,
"ootb_number_of_sc_bets": 2,
"ootb_number_of_gc_bets": 2,
"ootb_game_session_reference": "game_ses_456",
"ootb_language": "English",
"ootb_country": "USA",
"ootb_platform": "iOS",
"ootb_launch_location": "BingoLobby",
"ootb_launch_location_index": 1,
"ootb_channel": "Mobile",
"ootb_brand": "brand123",
"ootb_license": "USA"
}
}Parameters
| Parameter Key | Parameter Name | Type | Description | Mandatory for Opti-X |
|---|---|---|---|---|
ootb_game_close_timestamp | Game Close Timestamp | String | ISO 8601 datetime of closing a casino game | Yes |
ootb_game_code | Game Code | String | Game unique identifier/ Game ID | Yes |
ootb_game_name | Game Name | String | Game name | No |
ootb_game_category | Game Category | String | The category of the game- division of games into major categories(e.g. Slots, Roulette, Table, etc.) | No |
ootb_end_gc_balance | End Gold Coins Balance | Decimal | The gold coins value of a player’s balance after closing game | No |
ootb_end_sc_balance | End Sweep Coins Balance | Decimal | The sweep coins value of a player’s balance after closing game | No |
ootb_sc_stakes | Sweep Coins Stakes | Decimal | Sweep coins value that was wagered- real bet amount | Yes |
ootb_gc_stakes | Gold Coins Stakes | Decimal | Gold coins value that was wagered- real bet amount | Yes |
ootb_sc_win_amount | Sweep Coins Win Amount | Decimal | Sweep coins value that was won | No |
ootb_gc_used | Gold Coins Used | Decimal | Total gold coins amount that was wagered/ used in the game | No |
ootb_gc_win_amount | Gold Coins Win Amount | Decimal | Total gold coins amount that was won | No |
ootb_gross_gaming_revenue | Gross Gaming Revenue | Decimal | Total revenue | Yes |
ootb_number_of_sc_bets | Number of SC Bets | Number | Total number of sweep coins bets/games played in a game | Yes |
ootb_number_of_gc_bets | Number of GC Bets | Number | Total number of gold coins bets/games played in a game | Yes |
ootb_game_session_reference | Game Session Reference | String | Reference to the game session event- optional | No |
ootb_language | Language | String | The language of the player | No |
ootb_country | Country | String | The country of the player | No |
ootb_platform | Platform | String | The platform used (e.g., iOS, Android). | No |
ootb_launch_location | Launch Location | String | The container where the game was launched from- home/ recently- played/ new game/ search result/ top games, etc. Optional | No |
ootb_launch_location_index | Launch Location Index | Number | Based index of where in the container the game was launched from- optional | No |
ootb_channel | Channel | String | The channel through which an event was initiated, capturing the device type or platform used Mobile/desktop/tablet | No |
ootb_brand | Brand | String | Brand name or identifier. | No |
ootb_license | License | String | Where they’re licensed to operate | No |
Explanation
- event: Set to
ootb_sweepstakes_game_closeto indicate the termination of the game window. - context:
ootb_game_close_timestamp: The exact moment the game was closed, used to mark the end of engagement.ootb_game_code: The system ID used to aggregate data for specific game performance.ootb_game_name: The display name used for reporting and personalization tokens.ootb_game_category: Allows for segmentation based on game preference (e.g., "Slots Players").ootb_end_gc_balance: The final Gold Coin balance; comparing this to the start balance validates the session result.ootb_end_sc_balance: The final Sweep Coin balance; comparing this to the start balance validates the session result.ootb_sc_stakes: Total Sweep Coins wagered at the time of closing.ootb_gc_stakes: Total Gold Coins wagered at the time of closing.ootb_sc_win_amount: Total Sweep Coins won at the time of closing.ootb_gc_used: Total Gold Coins used (wagered) at the time of closing.ootb_gc_win_amount: Total Gold Coins won at the time of closing.ootb_gross_gaming_revenue: The total revenue recognized for this game instance.ootb_number_of_sc_bets: Total count of SC bets placed before closing.ootb_number_of_gc_bets: Total count of GC bets placed before closing.ootb_game_session_reference: A unique key linking this event to subsequent session/close events.ootb_language: The language setting of the player during the event.ootb_country: The player's country location during the event.ootb_platform: The platform environment (e.g., iOS, Android) where the event occurred.ootb_launch_location: The UI container/source where the game was initiated (e.g., Homepage, Search).ootb_launch_location_index: The numerical position index within the launch container.ootb_channel: The device type or access channel used.ootb_brand: The specific brand or skin associated with the user/event.ootb_license: The regulatory license under which the operation is occurring.
Updated about 3 hours ago
