This event is triggered when a podcast episode in a Prenly reader stops playing.
The event will be triggered when a user manually taps pause or stop in a playing episode, starts another audio or closes the player. It will be triggered without user interaction when the played episode reaches its end.
The values within parenthesis show the source node from the podcast rss file.
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.
Attributes
Attribute | Belongs to | Data type | Description |
---|---|---|---|
channel_title | PodcastRSS | string | Title of the podcast channel (channel → title) |
episode_title | PodcastRSS | string | Title of the episode (channel → item → title) |
episode_entity_id | PodcastRSS | string | Unique id for the episode (channel → item → guid) |
channel_slug | PodcastRSS | string | The slug for the channel, included in the url to the podcast channel page |
publication_date | PodcastRSS | string | Publication date for the episode (YYYY-MM-DD) |
playback_position | Player | int | Current playback position in seconds |
audio_duration | PodcastRSS | int ? | The total duration of the podcast episode in seconds (channel → item → itunes:duration) |
played_duration | Player | int | Time that the episode 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 |
---|---|
channel_title | "Du lytter til Politiken” |
episode_title | "Tre årtier i front: Hvorfor gik vi egentlig i krig? Og var det prisen værd?" |
episode_entity_id | “politiken-podcast-10087427” |
channel_slug | “du-lytter-til-politiken” |
publication_date | 2024-09-27 |
playback_position | 245 |
audio_duration | 2057 |
played_duration | 132 |