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, starts another audio, closes the player and when an article audio is automatically reaching the end.
This event was released December 2024. In iOS it's available from app version 13.4.1 and in Android from app version 12.5.0.
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 |
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.
If you use Matomo you will find the required dimension id for each event parameter on this page.
If you use Google Analytics you have to define “played_duration” as a custom metric and all the others as “custom dimensions”
Attribute | Example value |
---|---|
played_duration | 54 |
playback_position | 60 |
audio_duration | 76 |
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" |