Googleapis Analytics
Connector for the googleapis-analytics API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://analytics.googleapis.com/analytics/v3 - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
analytics_data_ga_get— GET /data/ga — Returns Analytics data for a view (profile).analytics_data_mcf_get— GET /data/mcf — Returns Analytics Multi-Channel Funnels data for a view (profile).analytics_data_realtime_get— GET /data/realtime — Returns real time data for a view (profile).analytics_management_accountsummaries_list— GET /management/accountSummaries — Lists account summaries (lightweight tree comprised of accounts/properties/profianalytics_management_accounts_list— GET /management/accounts — Lists all accounts to which the user has access.analytics_management_accountuserlinks_list— GET /management/accounts/{accountId}/entityUserLinks — Lists account-user links for a given account.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: analytics_data_ga_get
# (attach an 'oauth' credential to the task — no inline secrets)