This event is triggered when a podcast episode in a Prenly reader starts playing from the beginning, or when a user resumes playing a paused episode.
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.
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 |
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) |
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 |
---|---|
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 | 0 |
audio_duration | 2057 |