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 Disabled event fires when a user disables push notifications. This can occur upon the initial app open if the user does not allow push notifications or later on if the user chooses to manually disable them.

The event properties unique to this event include:

 "event_properties": {
    "disable_source": "initial_opt_out",
    "event_id": "60ff1806-0f8e-469a-b65b-4ea1dabcef8b"
  }

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


disable_source String : Whether the user opted out of notifications when they first downloaded the app or manually disabled notifications

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