Playlist and podcast-series performance
yt_playlist_performanceMeasure playlist performance as a series, not just a bag of videos. Get playlistStarts, views per playlist start, watch time, and saves to rank playlists, spot trends, or see channel totals.
Instructions
How your playlists perform as playlists, not just as bags of videos. A YouTube podcast IS a playlist, so this is the series-level view: playlistStarts (how often someone began the series), viewsPerPlaylistStart (how many episodes they watched before leaving — the binge metric), averageTimeInPlaylist in seconds, playlistSaves, and playlist-scoped views and watch time. Group by 'playlist' to rank series, 'day' for a trend, or 'none' for a channel-wide total. Ranking by playlist requires a sort order, which this tool always sends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Playlist metrics to return. subscribersGained and other channel metrics are not valid on playlist reports and are not offered here. | |
| sort_by | No | Metric to rank playlists by, highest first. Ignored when group_by='day'. | playlistViews |
| end_date | Yes | End date, YYYY-MM-DD, inclusive. YouTube Analytics lags roughly 2-3 days, so ending the range at today usually returns zeros for the last few days. | |
| group_by | No | 'playlist' returns one row per playlist, ranked. 'day' returns a trend across all playlists. 'none' returns a single channel-wide total. | playlist |
| start_date | Yes | Start date, YYYY-MM-DD, inclusive. Interpreted in the channel's timezone. | |
| max_results | No | How many playlists to return when group_by='playlist'. 1-200. |