Google Analytics
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: oauth, jwt | true | false |
user_email | string | false | true | |
service_account | string | (required if “ is “jwt”) | false | false |
oauth_refresh_token | string | false | false | |
client_id | string | false | false | |
client_secret | string | false | false | |
properties | array | false | false | |
custom_reports | string | One report per line. Format is a report name followed by a comma-separated list of fields. e.g. myReport:field1 | false | false |
Example
1 { 2 "name": "googleanalytics connection", 3 "type": "googleanalytics", 4 "configuration": { 5 "auth_method": "", 6 "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf", 7 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 8 "custom_reports": "", 9 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 10 "properties": [ 11 { 12 "label": "", 13 "value": "" 14 } 15 ], 16 "service_account": "" 17 } 18 }