Note that this event is deprecated and will be removed in future versions.
This event is triggered when a user opens a publication (formerly called issue) in a Prenly reader application, regardless of the publication's default reading mode.
This may occur when:
Dimension | Belongs to | Data type | Description |
---|---|---|---|
user_id | User | string | User's unique identifier |
customer_number | User | string | User's unique customer number |
issue_slug | Publication | string | Computer-friendly publication name |
issue_id | Publication | int | Prenly internal publication id |
publication_date | Publication | string | Publication date on form YYYY-MM-DD |
title_slug | Title | string | Computer-friendly title name |
title_id | Title | int | Prenly internal title id |
More information about event dimensions is found here.
This is an example of event dimensions passed with the issue_open
event.
{
"user_id": "e2b884d5-9b83-4f3c-bf38-b03dec180352",
"customer_number": "CK1635",
"issue_slug": "world-cup-insert",
"issue_id": 45680,
"publication_date": "2019-12-24",
"title_slug": "weekly-news",
"title_id": 2359
}