googleanalytics
Web tracking and analytics service.
Provider Summary
total services: 5
total methods: 242
total methods: 242
total resources: 63
total selectable resources: 54
total selectable resources: 54
See also:
[SHOW
] [DESCRIBE
] [REGISTRY
]
Installation
REGISTRY PULL googleanalytics v23.01.00116;
Authentication
{
"googleanalytics": {
"type": string, // authentication type to use, suported values: service_account
"credentialsfilepath": string, // path to service account key file
"scopes": string[], // array of scopes required for API authorization, see [scopes](https://developers.google.com/identity/protocols/oauth2/scopes)
}
}
Example (Mac/Linux)
AUTH='{ "googleanalytics": { "type": "service_account", "credentialsfilepath": "creds/sa-key.json", "scopes": ["https://www.googleapis.com/auth/...", "..."] }}'
stackql shell --auth="${AUTH}"
Example (PowerShell)
$Auth = "{ 'googleanalytics': { 'type': 'service_account', 'credentialsfilepath': 'creds/sa-key.json', 'scopes': ['https://www.googleapis.com/auth/...', '...'] }}"
stackql.exe shell --auth=$Auth