If any of these requirements are not met, the event will be skipped and players will not get any progress on any level system or challenge expecting the event.

Required Game Round Event Fields

Validates game round events for loyalty processing and challenge processing.
FieldTypeValidation Rules
user_id
int
Must be greater than 0 and less than MaxInt32
round_id
string
Must not be empty
game_id
string
Must not be empty
game_name
string
Must not be empty
vendor_id
string
Must not be empty
vendor_name
string
Must not be empty
origin
string
Must not be empty
total_bet_base
float
Must be greater than 0
user_currency
string
Must not be empty
timestamp
date (RFC3339 format)
Must not be zero value

Required Casino Event Fields

Validates casino game for loyalty processing and challenge processing.
FieldTypeValidation Rules
user_id
int
Must be greater than 0 and less than MaxInt32
round_id
string
Must not be empty
game_id
string
Must not be empty
game_name
string
Must not be empty
vendor_id
string
Must not be empty
origin
string
Must not be empty
type
string
Must not be empty
amount
float
Must be greater than 0
activity_id
string
Must not be empty
currency
string
Must not be empty
timestamp
date (RFC3339 format)
Must not be zero value

Required Payment Event Fields

Validates payment / deposit events for loyalty processing and challenge processing.
FieldTypeValidation Rules
user_id
int
Must be greater than 0 and less than MaxInt32
payment_id
string
Must not be empty
status
string
Must not be empty
type
string
Must not be empty
amount
float
Must be greater than 0
currency
string
Must not be empty
origin
string
Must not be empty
timestamp
date (RFC3339 format)
Must not be zero value

Required Sports Bet Event Fields

Validates sports betting events for loyalty and challenge processing.
FieldTypeValidation Rules
user_id
int
Must be greater than 0 and less than MaxInt32
origin
string
Must not be empty
activity_id
string
Must not be empty
status
string
Must not be empty
currency
string
Must not be empty
timestamp
date (RFC3339 format)
Must not be zero value
amount
float
Must be greater than 0
type
string
Must not be empty