article_narrative_stop
Art. no. 216207859
Trigger mechanism
This event is triggered when an article audio file stops playing in a Prenly reader application. The event is triggered when user hits the pause or stop button in the article mode or in the start page's article component, closes the player and when an article audio is automatically reaching the end.
This event is planned to be introduced in all platforms from Q4- 2024.
Event attributes
Attribute | Belongs to | Data type | Description |
---|---|---|---|
played_duration | Player | int | Time that was played since last start, in seconds |
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 |
---|---|
played_duration | 54 |
playback_position | 60 |
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" |