This event is triggered when a user clicks a box on a replica page in a Prenly reader application, if the box is a link that opens an external url when clicked.
Attribute | Belongs to | Data type | Description |
---|---|---|---|
destination_url | Replica box | string | The url of the external link loaded when user clicks the box |
external_link_id? | Replica box | string | An identifier of the external link, if any |
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 |
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 |
The attributes with the suffix ?
are not always available.
Note that contextual data will normally be included when an event is exported.
Attribute | Example value |
---|---|
destination_url | "https://en.wikipedia.org/wiki/Hyperlink" |
external_link_id | "some-identifier" |
title_slug | "weekly-news" |
title_uid | "2359" |
publication_date | "2019-12-24" |
publication_slug | "world-cup-insert" |
publication_uid | "45680" |
page_number | 17 |