Self-Exclusion: Violation Attempt
This document describes the Out-Of-The-Box (OOTB) Self-Exclusion Violation Attempt event schema. This event is triggered when a user who is currently self-excluded attempts to bypass or violate the self-exclusion policy (e.g., by trying to log in or place a bet).
Event Key
Event Key | Event Name | Type |
---|---|---|
ootb_self_exclusion_violation_attempt | OOTB Self-Exclusion Violation Attempt | 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 Self-Exclusion Violation Attempt event.
{
"context": {
"ootb_violation_attempt_timestamp": "2024-05-28T08:00:00Z",
"ootb_attempted_action": "login_attempt",
"ootb_platform": "web",
"ootb_channel": "desktop",
"ootb_brand": "brand123",
"ootb_license": "licenseXYZ"
}
}
Parameters
Parameter Key | Parameter Name | Type | Description |
---|---|---|---|
ootb_violation_attempt_timestamp | Violation Attempt Timestamp | String | The date and time of the violation attempt. |
ootb_attempted_action | Attempted Action | String | The action attempted by the user (e.g., login_attempt , bet_attempt ). |
ootb_platform | Platform | String | Platform used for the attempt (e.g., iOS , Android , Web ). |
ootb_channel | Channel | String | Channel used for the attempt (e.g., mobile , desktop ). |
ootb_brand | Brand | String | The brand associated with the event. |
ootb_license | License | String | License or regulation identifier. |
Explanation
- event: Set to
ootb_self_exclusion_violation_attempt
to flag an attempt by a self-excluded user to engage in restricted activities. - context:
ootb_violation_attempt_timestamp
: Pinpoints when the violation attempt occurred.ootb_attempted_action
: Specifies what the user tried to do (e.g., log in, place a bet).ootb_platform
,ootb_channel
,ootb_brand
,ootb_license
: Standard metadata providing context for the attempt.
Updated 3 days ago