Google Analytics
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Google Analytics earns Band B in the Analytics & Events category of The Headless Index, with a thesis-fit score of 68/100. Its strongest dimension is MCP and agent posture (18/20); its weakest scored dimension is webhooks and events (6/20). No public OpenAPI specification was found when Google Analytics was scored, which limits how far an agent can go without human integration work.
Scorecard detail
GA4 gives agents two clean read surfaces, the Admin API and the Data API (analyticsdata.googleapis.com/v1beta), with generated clients in every major language (@google-analytics/data, @google-analytics/admin on npm). Versioning is disciplined, with v1alpha and v1beta channels held apart. The product itself remains dashboard-led, though: Explorations have no API equivalent and report quotas bite hard. Measurement Protocol covers ingestion but not backfill.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 0 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- ·SDKs maintained1 (swift); top by stars: googleanalytics/google-tag-manager-ios-sdk (28 stars)
cite (1)
- github.sdks@2026-08-19
Property creation, data streams, custom dimensions, key events and audience definitions are all reachable through the Admin API, which is more than most analytics suites offer. The layer above is missing: no CLI manages GA4, Terraform has nothing to bind to (hashicorp/google ships no GA4 resources), and Explorations, attribution settings and saved comparisons stay locked inside the web UI.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
Google shipped the reference MCP server for this category and put it under the product org (github.com/googleanalytics/google-analytics-mcp, published as analytics-mcp on PyPI). Tools map onto real work rather than raw endpoints: run_report, run_funnel_report, account summaries. It stays read-only, so an agent can analyse but cannot provision a property or edit a dimension. Still the strongest posture in analytics.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/googleanalytics/google-analytics-mcp (2989 stars, last commit 12 days ago)
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
There is no OpenAPI document, but Google's discovery format does the same job and is live: fetch https://analyticsdata.googleapis.com/$discovery/rest?version=v1beta (200 today) and the analyticsadmin equivalent, and a client generates itself. Protobuf definitions sit in googleapis/googleapis for anyone who wants types. The cost is that agents must know discovery format exists rather than finding a spec link in the docs.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 0 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
Nothing here for an agent to subscribe to. GA4 publishes no outbound webhook, no event catalogue and no signing scheme; alerting is email only. Getting data out means polling the Data API or standing up the BigQuery export (a linked dataset with daily and streaming tables), which pushes latency and infrastructure onto the consumer. For a product whose subject is events, that gap is striking.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=68
Show Google Analytics's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Google Analytics and agent readiness
- Is Google Analytics agent-ready?
- Google Analytics scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is MCP and agent posture; its weakest is webhooks and events.
- Does Google Analytics publish an OpenAPI spec?
- No published OpenAPI specification was found when Google Analytics was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Google Analytics's Headless Index score?
- Google Analytics scores 68/100 on the Headless Index thesis-fit rubric and sits in Band B in the Analytics & Events category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.