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:
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.
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 |
page_view_id | Replica | string | (Prenlytics only) - shared by events triggered from within the same replica view context |
Note that contextual data will normally be included when an event is exported.
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 |
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 |