Audience retention curve for one video
yt_audience_retentionAnalyze a single video's audience retention curve to pinpoint drop-off points, using watch ratio and relative retention performance versus similar videos.
Instructions
The retention curve for a single video: at each 1% slice of its runtime, what fraction of viewers were still watching (audienceWatchRatio) and how that compares with similar YouTube videos of similar length (relativeRetentionPerformance, 0-1 where 0.5 is median). This is where you find the drop-off — the intro that loses people, the mid-roll dip. Exactly one video ID: the API accepts a list but silently reports only the first, so this tool rejects lists rather than mislabel the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Retention metrics to return. | |
| 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. | |
| video_id | Yes | A single YouTube video ID. Lists are rejected — call once per video. | |
| start_date | Yes | Start date, YYYY-MM-DD, inclusive. Interpreted in the channel's timezone. | |
| sample_every | No | Return every Nth point of the curve to keep the response small. The API returns ~100 points (one per 1% of runtime); the default of 5 gives ~20. Pass 1 for the full curve. |