This event is triggered when an audio file loaded from an external source with the javascript bridge from e.g. a custom tab of the Prenly reader is paused or stopped in Prenly's audio player, when another audio is started, when the player is closed or when the audio reaches its 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.
Attribute | Belongs to | Data type | Description |
---|---|---|---|
audio_entity_id | JS-bridge | string ? | Unique id for the audio |
audio_title | JS-bridge | string | The title of the audio item |
playback_position | Player | int | Current playback position in seconds |
audio_duration | JS-bridge | int ? | The duration of the audio file, in seconds |
played _duration | Player | int | Time that was played since the last start, in seconds. |
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 |
---|---|
audio_entity_id | “external-web-audio-12345” |
title | “Listen to the latest episode of our podcast” |
playback_position | 350 |
played_duration | 145 |
audio_duration | 2057 |