Google Analytics integration
Web analytics and insights
- Provider
- Category
- Analytics
- Setup
- See setup section below
- Actions
- 69 available
Quick start
Call Google Analytics from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Google Analytics's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"GOOGLE_ANALYTICS_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
Setup details for Google Analytics aren't published yet. If you need this integration in production, contact the OverSkill team and we'll prioritize it.
Available actions
69 actions exposed via the
Google Analytics integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
GOOGLE_ANALYTICS_ARCHIVE_CUSTOM_DIMENSION -
GOOGLE_ANALYTICS_BATCH_RUN_PIVOT_REPORTS -
GOOGLE_ANALYTICS_BATCH_RUN_REPORTS -
GOOGLE_ANALYTICS_CHECK_COMPATIBILITY -
GOOGLE_ANALYTICS_CREATE_AUDIENCE_EXPORT -
GOOGLE_ANALYTICS_CREATE_AUDIENCE_LIST -
GOOGLE_ANALYTICS_CREATE_CUSTOM_DIMENSION -
GOOGLE_ANALYTICS_CREATE_CUSTOM_METRIC -
GOOGLE_ANALYTICS_CREATE_EXPANDED_DATA_SET -
GOOGLE_ANALYTICS_CREATE_RECURRING_AUDIENCE_LIST -
GOOGLE_ANALYTICS_CREATE_REPORT_TASK -
GOOGLE_ANALYTICS_CREATE_ROLLUP_PROPERTY
Show all 69 actions
-
GOOGLE_ANALYTICS_GET_ACCOUNT -
GOOGLE_ANALYTICS_GET_ATTRIBUTION_SETTINGS -
GOOGLE_ANALYTICS_GET_AUDIENCE -
GOOGLE_ANALYTICS_GET_AUDIENCE_EXPORT -
GOOGLE_ANALYTICS_GET_AUDIENCE_LIST -
GOOGLE_ANALYTICS_GET_CUSTOM_DIMENSION -
GOOGLE_ANALYTICS_GET_DATA_RETENTION_SETTINGS -
GOOGLE_ANALYTICS_GET_DATA_SHARING_SETTINGS -
GOOGLE_ANALYTICS_GET_GOOGLE_SIGNALS_SETTINGS -
GOOGLE_ANALYTICS_GET_KEY_EVENT -
GOOGLE_ANALYTICS_GET_METADATA -
GOOGLE_ANALYTICS_GET_PROPERTY -
GOOGLE_ANALYTICS_GET_PROPERTY_QUOTAS_SNAPSHOT -
GOOGLE_ANALYTICS_GET_RECURRING_AUDIENCE_LIST -
GOOGLE_ANALYTICS_GET_REPORT_TASK -
GOOGLE_ANALYTICS_LIST_ACCOUNTS -
GOOGLE_ANALYTICS_LIST_ACCOUNT_SUMMARIES -
GOOGLE_ANALYTICS_LIST_ACCOUNTS_V1_BETA -
GOOGLE_ANALYTICS_LIST_ADSENSE_LINKS -
GOOGLE_ANALYTICS_LIST_AUDIENCE_EXPORTS -
GOOGLE_ANALYTICS_LIST_AUDIENCE_LISTS -
GOOGLE_ANALYTICS_LIST_AUDIENCES -
GOOGLE_ANALYTICS_LIST_BIGQUERY_LINKS -
GOOGLE_ANALYTICS_LIST_CALCULATED_METRICS -
GOOGLE_ANALYTICS_LIST_CHANNEL_GROUPS -
GOOGLE_ANALYTICS_LIST_CONVERSION_EVENTS -
GOOGLE_ANALYTICS_LIST_CUSTOM_DIMENSIONS -
GOOGLE_ANALYTICS_LIST_CUSTOM_METRICS -
GOOGLE_ANALYTICS_LIST_DATA_STREAMS -
GOOGLE_ANALYTICS_LIST_DV360_AD_LINKS -
GOOGLE_ANALYTICS_LIST_DV360_LINK_PROPOSALS -
GOOGLE_ANALYTICS_LIST_EVENT_CREATE_RULES -
GOOGLE_ANALYTICS_LIST_EXPANDED_DATA_SETS -
GOOGLE_ANALYTICS_LIST_FIREBASE_LINKS -
GOOGLE_ANALYTICS_LIST_GOOGLE_ADS_LINKS -
GOOGLE_ANALYTICS_LIST_KEY_EVENTS -
GOOGLE_ANALYTICS_LIST_MEASUREMENT_PROTOCOL_SECRETS -
GOOGLE_ANALYTICS_LIST_PROPERTIES -
GOOGLE_ANALYTICS_LIST_PROPERTIES_FILTERED -
GOOGLE_ANALYTICS_LIST_RECURRING_AUDIENCE_LISTS -
GOOGLE_ANALYTICS_LIST_REPORTING_DATA_ANNOTATIONS -
GOOGLE_ANALYTICS_LIST_REPORT_TASKS -
GOOGLE_ANALYTICS_LIST_SEARCH_ADS360_LINKS -
GOOGLE_ANALYTICS_LIST_SK_AD_NETWORK_CONVERSION_VALUE_SCHEMAS -
GOOGLE_ANALYTICS_LIST_SUBPROPERTY_EVENT_FILTERS -
GOOGLE_ANALYTICS_LIST_SUBPROPERTY_SYNC_CONFIGS -
GOOGLE_ANALYTICS_PROVISION_ACCOUNT_TICKET -
GOOGLE_ANALYTICS_QUERY_AUDIENCE_EXPORT -
GOOGLE_ANALYTICS_QUERY_AUDIENCE_LIST -
GOOGLE_ANALYTICS_QUERY_REPORT_TASK -
GOOGLE_ANALYTICS_RUN_FUNNEL_REPORT -
GOOGLE_ANALYTICS_RUN_PIVOT_REPORT -
GOOGLE_ANALYTICS_RUN_REALTIME_REPORT -
GOOGLE_ANALYTICS_RUN_REPORT -
GOOGLE_ANALYTICS_SEND_EVENTS -
GOOGLE_ANALYTICS_UPDATE_PROPERTY -
GOOGLE_ANALYTICS_VALIDATE_EVENTS
Build with Google Analytics
Open OverSkill, describe what you want to build, and reference Google Analytics in your prompt — the AI will wire up the integration automatically.