Registration Initiated

Event Key

ootb_registration_initiated

This event should be fired when a registration process started from the user side, mainly to monitor uncompleted processes and trigger campaigns accordingly.

Event KeyEvent NameType
ootb_registration_initiatedOOTB Registration 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 Registration Initiated event:

{
  "context": {
    "ootb_session_id": "sess_9232uhf8",
    "ootb_form_location": "homepage",
    "ootb_referral_source": "facebook",
    "ootb_language": "en"
  }
} 

Parameters

Parameter KeyParameter NameTypeDescription
ootb_session_idOOTB Session IDStringUnique session identifier.
ootb_form_locationOOTB Form LocationStringLocation where the registration form was opened.
ootb_referral_sourceOOTB Referral SourceStringSource that referred the user.
ootb_languageOOTB LanguageStringUser language during registration.

Explanation

  • event: Set to ootb_registration_initiated to indicate a user began filling out the registration form.
  • context:
    • ootb_session_id: Links the event to the user’s browser session.
    • ootb_form_location: Indicates where the form was shown (e.g., homepage).
    • ootb_referral_source, ootb_language: Provide context on the user’s source and locale.