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 KeyEvent NameType
ootb_self_exclusion_violation_attemptOOTB Self-Exclusion Violation AttemptSimple 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 KeyParameter NameTypeDescription
ootb_violation_attempt_timestampViolation Attempt TimestampStringThe date and time of the violation attempt.
ootb_attempted_actionAttempted ActionStringThe action attempted by the user (e.g., login_attempt, bet_attempt).
ootb_platformPlatformStringPlatform used for the attempt (e.g., iOS, Android, Web).
ootb_channelChannelStringChannel used for the attempt (e.g., mobile, desktop).
ootb_brandBrandStringThe brand associated with the event.
ootb_licenseLicenseStringLicense 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.