Google Analytics
by Google
Query GA4 property data, run custom reports, retrieve real-time metrics, and analyze audience behavior via the Google Analytics Data API v1.
How agents use Google Analytics
- ✓Agent runs a weekly GA4 report and generates a plain-language traffic summary with highlights and anomalies
- ✓Agent compares traffic and conversion data across two date ranges to detect week-over-week regressions
- ✓Agent queries real-time active users and triggers a Slack alert when traffic drops below a defined threshold
- ✓Agent runs a funnel report to identify the step with the highest drop-off and surfaces it in a stakeholder report
- ✓Agent pulls channel-level session and revenue data from GA4 to populate a performance dashboard in Google Sheets
- ✓Agent retrieves available metrics metadata before building a dynamic report request based on user-defined goals
Agent actions
Inputs: dateRanges, dimensions, metrics, dimensionFilter, metricFilter, orderBys, limit, offset, keepEmptyRows
Returns: rows, rowCount, dimensionHeaders, metricHeaders, metadata
Inputs: dimensions, metrics, dimensionFilter, limit
Returns: rows, rowCount, activeUsers
Inputs: dateRanges, dimensions, metrics, pivots
Returns: rows, rowCount, pivotHeaders, metricHeaders
Inputs: requests
Returns: reports, count
Returns: dimensions, metrics, dimensionCount, metricCount
Inputs: dateRanges, funnel, breakdownDimension, funnelVisualizationType
Returns: funnelTable, funnelVisualization
Inputs: dimensions, metrics
Returns: dimensionCompatibilities, metricCompatibilities, compatible
Example workflows
Weekly traffic summary report
Run a report for the last 7 days with sessions, users, and bounce rate broken down by channel and country
Real-time dashboard feed
Poll active users by device and page every minute to power a live marketing dashboard
Conversion funnel analysis
Run a funnel report from session_start → view_item → add_to_cart → purchase to identify the highest drop-off step
About Google Analytics
- Vendor
- Pricing Always review details with the vendor
- Free — The Google Analytics Data API is free to use. GA4 itself is free; Google Analytics 360 (enterprise) is paid but uses the same API.
- Authentication
- OAuth 2.0
- Rate limit Always review details with the vendor
- 120 requests / minute
- Compatible nodes
- AgentResourceInput
- Website
- https://analytics.google.com
Build an AI workflow with Google Analytics
Use the Agentic Planner to design, visualize, and connect Google Analytics with your other tools.
Open Agentic PlannerRelated Analytics tools
Amplitude
Connect agents to Amplitude to track events, identify users, and query product analytics data.
Segment
Connect agents to Segment to track events, identify users, and route data to any downstream destination.
PostHog
Connect agents to PostHog to capture events, manage feature flags, and query product analytics.