Guides

Run and share an audit

Get a deterministic read of account health, and generate a client-ready shareable report.

The Audit page hosts two things: a recurring account audit that tracks the account's health over time, and a shareable free-audit report you can send to a prospect or client.

The recurring account audit

The account audit is deterministic — not an agent session. It re-runs a fixed set of analyzers (the plan feed, tracking health, competitive pressure, and an ad-to-landing-page fact check), fingerprints the findings, and diffs each run against the last so you see what's new, resolved, or persisting. It proposes nothing on its own; the copilot narrates it on demand.

Trigger one now, then read it:

Trigger an audit for this account, wait for it, then summarize the new and persisting findings.

This uses gads_trigger_audit and gads_get_audit_report.

The shareable free audit

The free audit is a client-facing report: category scores, an overall 0–100, headline KPIs, charts, and a 30/60/90 roadmap. It's composed deterministically; any narrative only phrases what the composer produced. You can generate it and share it at a public link.

Generate a free audit for this account and give me the shareable link.

This uses gads_generate_free_audit and gads_share_free_audit. The public report lives at /audit/[token].

Free audits are deliberately target-free — a prospect has no targets set, so scoring falls back to the 1.5 ROAS default.

On this page