YouTube Analytics
Supports:
- ✅ Bulk sync source
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
user_email | string | false | true | |
oauth_refresh_token | string | false | false | |
client_id | string | false | false | |
client_secret | string | false | false | |
content_owner_id | string | If you are using a content owner account enter the content owner ID here. This is required for some reports. | false | false |
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 }