video_analytics
Retrieve performance metrics for a single YouTube video over a specified date range, including views, watch time, engagement, and subscriber changes, to evaluate content impact.
Instructions
Performance for one video over a date range (YYYY-MM-DD).
Uses the YouTube Analytics API, which has its own quota separate from the Data API. Figures lag real time by roughly two to three days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | views,estimatedMinutesWatched,averageViewDuration,averageViewPercentage,likes,comments,shares,subscribersGained | |
| end_date | Yes | ||
| video_id | Yes | ||
| start_date | Yes |