prenly_app_open
Art. no. 216207891
Trigger mechanism
This event is triggered when a user opens the Prenly native reader application (iOS, Android).
This may occur when:
- the application starts up anew.
- the application is moved into foreground after being placed in the background.
When the application is opened, a consent dialog can be shown if the user has not already given consent. In those cases this event will be triggered after consent has been given.
Attributes
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| push_notifications_enabled | Application | boolean | Whether user has turned on push notifications |
Note that contextual data will normally be included when an event is exported.
Example
| Attribute | Example value |
|---|---|
| push_notifications_enabled | true |
Note that many integrations send boolean values as strings (
"0"or"true"). Please refer to the documentation for each specific integration.