get_video_analytics
Analyze a specific video's performance by retrieving metadata, daily view trajectory, total views, watch time, and traffic source breakdown for a chosen period.
Instructions
Performs deep-dive analytics on a single specific video.
Args: video_id: The 11-character YouTube video ID (e.g. 'dQw4w9WgXcQ'). time_period: Preset time period ('7d', '28d', '90d', '365d', 'last_month'). Defaults to '28d'. start_date: Optional explicit start date (YYYY-MM-DD). end_date: Optional explicit end date (YYYY-MM-DD).
Returns: Video metadata, daily trajectory, total period views & watch time, and traffic source breakdown for this specific video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| video_id | Yes | ||
| start_date | No | ||
| time_period | No | 28d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |