YouTube Analytics

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
user_emailstringfalsetrue
oauth_refresh_tokenstringfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse
content_owner_idstringIf you are using a content owner account enter the content owner ID here. This is required for some reports.falsefalse

Example

1{
2 "name": "YouTube Analytics connection",
3 "type": "youtubeanalytics",
4 "configuration": {
5 "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
7 "content_owner_id": "",
8 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
9 }
10}