podcast_episode_stop
Art. no. 216207889
Trigger mechanism
This event is triggered when a podcast episode in a Prenly reader stops playing.
The event will be triggered when a user presses pause, stop or when the episode reaches its end.
The values within parenthesis show the source node from the podcast rss file.
This event is planned to be introduced in all platforms from Q4, 2024.
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 |
publish_date | PodcastRSS | datetime | Publication date for the episode (channel → item → pubDate) |
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) |
audio_url | PodcastRSS | string | The url of the audio file (channel → item → enclosure url) |
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.
Example
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” |
publish_date | 2024-09-27 |
playback_position | 245 |
audio_duration | 2057 |
audio_url | "https://politiken.dk/_binary/podcast/10087427.mp3?n=1727404200000&originArticleId=10087427&premium=false” |
played_duration | 132 |