> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # YouTube Analytics Supports: * ✅ Bulk sync source ## Connection ### Configuration
NameTypeDescriptionRequired
client_id string false
client_secret string false
content_owner_id string Content owner ID

If you are using a content owner account enter the content owner ID here. This is required for some reports.
false
oauth_refresh_token string false
#### Example ```json { "name": "YouTube Analytics connection", "type": "youtubeanalytics", "configuration": { "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf", "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", "content_owner_id": "", "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" } } ``` ### Read-only properties
NameTypeDescriptionRequired
user_email string Connected user's email false
## Bulk Sync ### Source YouTube Analytics connections may be used as a bulk sync source. No additional configuration options are required.