issue_open (deprecated)
Art. no. 216207883
Note that this event is deprecated and will be removed in future versions.
Trigger mechanism
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:
- a publication is selected from start page loading the first page in the publication.
- a publication is selected from a title page.
- a publication page or spread is selected from the search page.
- a publication (and thereby its first page) is loaded in the browser with a direct link (web reader only).
Dimensions
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.
Example
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}