Home / The Index / Google Analytics
Developing

How agent-ready is Google Analytics?

Independent agentability audit of Google Analytics, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

Google Analytics achieved an agentability score of 41/100, indicating moderate difficulty for autonomous AI agents attempting to navigate and operate its public website. The product performs well on machine readability (91/100), meaning its markup is clean and parseable, but struggles significantly with transparency (0/100), control (19/100), and shadow UI avoidance (15/100).

The low transparency score reflects a complete absence of mechanisms that help agents understand system confidence, trace outputs to sources, or access audit logs. The control score of 19 indicates that agents face challenges managing destructive actions, canceling long-running operations, and reversing completed changes. These gaps make Google Analytics difficult for autonomous agents to operate safely and predictably, even though the underlying page structure is technically sound.

Score by principle

Machine Readability91 / 100
Chunking49 / 100
Control19 / 100
Status35 / 100
Defaults68 / 100
Clean Handoffs50 / 100
No Shadow UI15 / 100
Transparency0 / 100

Key findings

Status
Wrap status updates in an aria-live region (or role=status / role=alert).
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Transparency
Offer a one-line summary plus an expandable drill-down for important results.
Transparency
Attach source references or input citations (link or id) to generated outputs.
Control
Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Machine Readability
Among the stronger areas for Google Analytics, scored 91/100.
Defaults
Among the stronger areas for Google Analytics, scored 68/100.
Clean Handoffs
Among the stronger areas for Google Analytics, scored 50/100.

How Google Analytics could improve its score

To improve agentability, Google Analytics should focus on the lowest-scoring principles—transparency and control—by implementing the following changes:

  • Add aria-live regions or role=status attributes around status updates so agents can monitor progress without polling the DOM.
  • Gate destructive actions behind an explicit, distinctly-labelled confirmation step rather than using same-styled buttons that agents may activate unintentionally.
  • Provide labelled pause, cancel, or stop controls for long-running actions with accessible names like 'Cancel import' instead of relying on unlabelled icons.
  • Expose an activity or audit log that records system actions in machine-readable form, giving agents a visible activity feed and a structured JSON event log.
  • Attach source references or input citations to generated outputs so agents can trace results back to their underlying data.
  • Support undo or override capabilities on completed actions, allowing agents to reverse destructive changes or edit results when necessary.

Work at Google Analytics? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/google-analytics.html"> <img src="https://agentability.io/badge/google-analytics.svg" alt="Google Analytics — Agentability score 41/100 (Developing)" /> </a>