Google Analytics

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
auth_methodstringAccepted Values: oauth, jwttruefalse
user_emailstringfalsetrue
service_accountstring(required if “ is “jwt”)falsefalse
oauth_refresh_tokenstringfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse
propertiesarrayfalsefalse
custom_reportsstringOne report per line. Format is a report name followed by a comma-separated list of fields. e.g. myReport:field1falsefalse

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}