podcast_episode_start
Art. no. 216207885
Trigger mechanism
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 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) |
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 | 0 |
audio_duration | 2057 |
audio_url | "https://politiken.dk/_binary/podcast/10087427.mp3?n=1727404200000&originArticleId=10087427&premium=false” |