replica_page_open
Art. no. 216207903
Trigger mechanism
This event is triggered when a user opens a replica page in a Prenly reader application, using the replica reading mode.
This may occur when:
- a publication is selected from start page loading the first page in the publication.
- a publication page or spread is selected from the search page.
- the user navigates to previous or next page in replica reading mode.
- the user navigates to previous or next spread (normally two pages) in replica reading mode.
- a page or a spread is loaded in the browser with a direct link (web reader only).
- a link to the Prenly reader application is opened on an iOS or Android device, for example from an e-mail or on another web page.
When a spread (two or more adjacent pages) is rendered, all pages on the spread will trigger its own replica_page_open event.
Note that the event is triggered as soon as the page is rendered, regardless of whether or not the user is considered having consumed any page content.
Attributes
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| title_slug | Title | string | Computer-friendly title name |
| title_uid | Title | string | The unique identifier of the title |
| publication_date | Publication | string | Publication date on form YYYY-MM-DD |
| publication_slug | Publication | string | Computer-friendly publication label |
| publication_uid | Publication | string | The unique identifier of the publication |
| part_slug | Replica | string | Computer-friendly label for the publication part |
| page_number | Replica | int | Page number within the replica |
Note that contextual data will normally be included when an event is exported.
Example
| Attribute | Example value |
|---|---|
| title_slug | "weekly-news" |
| title_uid | "2359" |
| publication_date | "2019-12-24" |
| publication_slug | "world-cup-insert" |
| publication_uid | "45680" |
| part_slug | "part-1" |
| page_number | 17 |
Deprecated attributes
These attributes will stopped being sent in the future.
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| title_id | Title | int | Prenly internal title id - use title_uid instead |
| publication_id | Publication | int | Prenly internal publication id - use publication_uid instead |
| spread_id | Replica | int | Prenly internal spread id |