GuidesAPI ReferenceChangelogDiscussions
Log In

📘

Note

All events include Session Properties, Device Properties, App Properties, and Shopify Properties that are present on the Event Object. For more information, refer to the Common Event Object & Metadata document.

Event Properties, however, are unique to every event and are outlined in this page.

The Push Notification Enabled event fires when a user enables push notifications. This can occur upon the initial app open if the user allows push notifications or later on if the user chooses to manually enable them.

The event properties unique to this event include:

  "event_properties": {
    "enable_source": "initial_opt_in",
    "event_id": "BF33DF4C-3EDD-4562-8E6C-554EFD9598DB8",
    "push_token": "16e8ABCD3Da1683778af306310e1ddcf1a996ebaacb8bc31f66e98799c5c27a4"
  }

event_id String : The unique identifier of the session associated with the event. This event will also exist on the Event object level as well


enable_source String : Whether the user opted in to push notifications when they first downloaded the app or manually enabled push notifications

Note: To view more information on the enable sources, reference the Event Sources page


push_token String : The unique identifier generated by the user's device