This event is triggered when a user opens an article in the article reading mode in a Prenly reader application.
This may occur when:
Note that the event is triggered as soon as the article is rendered, regardless of whether or not the user is considered having consumed the article content.
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| article_uid | Article | string | The unique identifier of the article |
| article_external_id | Article | string ? | Article's unique identifier in an external system |
| article_name | Article | string | User-readable article name |
| article_slug | Article | string | Computer-readable article name |
| section_slug | Article | string | Computer-readable section name |
| 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_view_id | Article | string | (Prenlytics only) - shared by events triggered from within the same article page 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 |
|---|---|
| article_uid | "33285619" |
| article_external_id? | "e2b884d5-9b83-4f3c-bf38-b03dec180352" |
| article_name | "The champions were defeated" |
| article_slug | "the-champions-were-defeated" |
| section_slug | "sport" |
| title_slug | "weekly-news" |
| title_uid | "2359" |
| publication_date | "2023-03-14" |
| publication_slug | "world-cup-insert" |
| publication_uid | "45680" |
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| article_id | Article | int | Prenly internal spread id - use article_uid instead |
| title_id | Title | int | Prenly internal title id - use title_uid instead |
| publication_id | Publication | int | Prenly internal publication id - use publication_uid instead |