Self-Exclusion: Initiated

This document describes the Out-Of-The-Box (OOTB) Self-Exclusion Initiated event schema. This event is triggered when the user initiates the self-exclusion process, either voluntarily or as recommended by a responsible party.

Event Key

Event KeyEvent NameType
ootb_self_exclusion_initiatedOOTB Self-Exclusion InitiatedSimple 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 Initiated event.

Parameters

Parameter KeyParameter NameTypeDescription
ootb_self_exclusion_start_dateSelf Exclusion Start DateStringThe date and time the self-exclusion was started.
ootb_self_exclusion_durationSelf Exclusion DurationStringDuration of self-exclusion (e.g., 7_days, 30_days).
ootb_self_exclusion_expiry_dateSelf Exclusion Expiry DateStringThe date and time when self-exclusion expires.
ootb_exclusion_typeExclusion TypeNumberThe exclusion type: 0 for self-exclusion, 1 for cool-off.
ootb_reasonReasonStringReason for self-exclusion (e.g., user_requested, restricted_player).
ootb_platformPlatformStringPlatform used (e.g., iOS, Android, Web).
ootb_channelChannelStringChannel used (e.g., mobile, desktop).
ootb_brandBrandStringThe brand associated with the event.
ootb_licenseLicenseStringLicense or regulation identifier.

Explanation

  • event: Set to ootb_self_exclusion_initiated to signify that a user has started the self-exclusion process.
  • context:
    • ootb_self_exclusion_start_date: Records when the self-exclusion period is intended to begin.
    • ootb_self_exclusion_duration: Specifies the length of the requested self-exclusion period.
    • ootb_self_exclusion_expiry_date: The calculated date and time when the self-exclusion will end.
    • ootb_exclusion_type: Differentiates between a full self-exclusion and a cool-off period.
    • ootb_reason: Provides context for why the self-exclusion was initiated.
    • ootb_platform, ootb_channel, ootb_brand, ootb_license: Standard metadata about the user's environment and relevant identifiers.