Production-ready prompts, scripts, frameworks and AI agents for Google Ads professionals. No payment required.
CRO is the highest-leverage thing most agencies never touch. The audits I used to do by hand took two hours per page. This runs the same checks in five minutes, and the visitor scenarios catch things even a careful human reviewer misses.
CRO Sally audits a landing page from inside a Google Sheet and produces a four-tab report: a Dashboard with the bottom-line verdict, a Findings tab with conversion killers and copy opportunities, a Scenarios tab with three AI-generated visitor reactions (Decision Maker, Researcher, Skeptic), and an Actions tab with checkbox-tracked fixes ranked by priority. It separates objective performance data from AI-generated hypotheticals so you know which insights to trust at face value and which to validate with real user data.
The script runs as a Google Apps Script bound to a Google Sheet. When you trigger an audit, it captures desktop (1440px) and mobile (390px) screenshots of the target URL via a screenshot provider (Thum.io by default, no signup), then pulls real Core Web Vitals, performance, and accessibility scores from the Google PageSpeed Insights API. The screenshots and page context are sent to your chosen vision-capable LLM, OpenAI (GPT-4o, GPT-4o Mini, GPT-4 Turbo), Google Gemini (2.5 Pro, 2.5 Flash, 2.0 Flash), or Anthropic Claude (Sonnet 4.5, Opus 4.5, 3.5 Haiku), which generates the visitor scenarios, copy rewrites, and itemised findings. Results are written into formatted tabs in the same sheet.
sk-), Google Gemini (AIza), or Anthropic Claude (sk-ant-)API costs are typically $0.03–$0.35 per audit depending on provider and model.
Code.gs from the CRO Sally source into the script editor and save the project.The script is too large to inline here. Open the source file, copy it all, then paste into the Apps Script editor.
In the Apps Script editor, use Cmd/Ctrl + A to select everything, Cmd/Ctrl + V to paste, then save the project. Save the project, reload your Google Sheet, and the CRO Sally menu will appear in the toolbar.