get_channel_analytics
Retrieve channel-level organic analytics (views, watch time, engagement) for a date range, with optional daily breakdown.
Instructions
Get channel-level organic analytics over a date range: views, estimated minutes watched, average view duration/percentage, subscribers gained/lost, likes, comments, shares. Optionally break down by a dimension (e.g. 'day' for a daily time series). 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. See YouTube Analytics API metric names. | |
| end_date | Yes | End date, YYYY-MM-DD. | |
| dimensions | No | Optional dimension(s), e.g. 'day', 'month', 'country'. | |
| start_date | Yes | Start date, YYYY-MM-DD. |