publication_open
Art. no. 216207895
This event was introduced in the web reader from October 2024, and is available from IOS app version 13.0.0 and Android version 12.3.0 (released October 2024).
Trigger mechanism
This event is triggered when a user opens a publication 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).
- a publication is opened from within a continuous swipe through section
- a publication is opened from the page overview page
Dimensions
Dimension | Belongs to | Data type | Description |
---|---|---|---|
publication_slug | Publication | string | Computer-friendly publication name |
publication_uid | Publication | string | Prenly internal publication id |
publication_date | Publication | string | Publication date on form YYYY-MM-DD |
title_slug | Title | string | Computer-friendly title name |
title_uid | Title | string | Prenly internal title id |
limited_access ? | Publication | boolean | (Web only) - indicates if publication is opened with limited access, e.g. with a shared link to or a preview of a certain page or article |
The attributes with the suffix ?
are not always available.
More information about event dimensions is found here.
Example
This is an example of event dimensions passed with the publication_open
event.
{ "user_id": "e2b884d5-9b83-4f3c-bf38-b03dec180352", "customer_number": "CK1635", "publication_slug": "world-cup-insert", "publication_uid": "45680", "publication_date": "2019-12-24", "title_slug": "weekly-news", "title_uid": "2359", "limited_access: true}