-
Notifications
You must be signed in to change notification settings - Fork 0
Auditing Scripts
John Williams edited this page Mar 13, 2026
·
1 revision
Author: John Williams / It All Started With A Idea Lines: 7,826 Level: Single Account
The most comprehensive Google Ads account audit available as a script. Evaluates your account across 10 critical categories and generates a detailed report with letter grades, scores, and prioritized recommendations.
- Campaign Organization — Structure, naming conventions, segmentation
- Conversion Tracking — Setup quality, implementation depth
- Keyword Strategy — Selection, match types, organization
- Negative Keywords — Implementation and coverage
- Bidding Strategy — Alignment with business goals
- Ad Creative & Extensions — Quality, testing methodology, extension usage
- Quality Score — Component analysis and optimization opportunities
- Audience Strategy — Targeting, remarketing, segmentation
- Landing Page Optimization — Experience, performance, testing
- Competitive Analysis — Positioning and strategy
const CONFIG = {
dateRange: { lookbackDays: 30 },
email: {
sendEmail: true,
emailAddress: 'you@company.com',
includeSpreadsheetLink: true
},
// Industry-specific thresholds
thresholds: {
minConversionRate: 0.02,
minCTR: 0.03,
minQualityScore: 5,
// ... many more
}
};- Email report with overall grade and category breakdown
- Google Sheet with detailed findings per category
- Prioritized action items ranked by potential impact
- Run on a quiet day (not during major campaign changes)
- Adjust thresholds for your industry — ecommerce vs lead gen vs SaaS have very different benchmarks
- Use the Sheet output to track grades over time (run monthly)