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 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 |
---|---|---|---|
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.
Attribute | Example value |
---|---|
playback_position | 0 |
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" |