article_narrative_start
Art. no. 216207857
Trigger mechanism
This event is triggered when an article audio file starts playing in a Prenly reader application. The event is triggered when user hits the play or resume button in the article mode or in the start page's article component and when an article is automatically started within the audio queue.
This event is planned to be introduced in all platforms from Q4- 2024.
Event attributes
Attribute | Belongs to | Data type | Description |
---|---|---|---|
playback_position | Player | int | Current playback position in seconds |
audio_duration | Player | int | The total duration of the audio file, in seconds |
audio_url | Player | string | The url of the audio file |
article_uid | Article | string | The unique identifier of the article |
article_name | Article | string | User-readable article name |
article_slug | Article | string | Computer-readable article 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 |
The attributes with the suffix ?
are not always available.
Note that contextual data will normally be included when an event is exported.
Example
Attribute | Example value |
---|---|
playback_position | 0 |
audio_duration | 76 |
audio_url | “https://epaper.domain.com/audio/articlexxyyzz.mp3 |
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" |