get_video_analytics
Get video analytics including views, watch time, average view duration, subscribers gained, likes, comments, and shares for a single YouTube video over a specified date range.
Instructions
Get analytics for a single video over a date range (views, watch time, average view duration/percentage, subscribers gained, likes, comments, shares). Requires the yt-analytics.readonly scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account name to query. Use list_accounts to see available options. Defaults to the first configured account. | |
| metrics | No | Comma-separated metric list. Defaults to a standard organic set. | |
| end_date | Yes | End date, YYYY-MM-DD. | |
| video_id | Yes | The YouTube video ID. | |
| start_date | Yes | Start date, YYYY-MM-DD. |