get_video_analytics
Retrieve Vimeo video analytics: views over time, unique viewers, finish rate, and traffic sources. Breaks down data by country, device, browser, embed domain, or time range.
Instructions
Get real analytics for a video: views over time, unique viewers, finish rate and where views came from. This is Vimeo's reporting API and it needs a paid plan. On a free account it returns a plain explanation rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | No | End date, YYYY-MM-DD. Defaults to today. | |
| video_id | Yes | Video id. | |
| dimension | No | How to break the numbers down. | time |
| from_date | No | Start date, YYYY-MM-DD. Defaults to 30 days ago. |