Google Ads MCC Scripts: Cross-Account Management Automation (2026 Guide)

If you manage one account, you check it daily. If you manage 50 accounts (as an Agency or Holding Company), checking them daily is physically impossible. You need MCC Scripts.
These scripts run at the Manager Level, iterate through every child account, and aggregate the data into a single Master Report (Google Sheet).
In this "Mega-Authority" guide, we cover:
- The Hierarchy: MCC vs Single Account logic.
- The "Master Dashboard" Script: Budget pacing for 100 clients.
- The "Safety Net" Script: Detecting zero-impression accounts.
- Implementation: The
executeInParallelfunction.
Part 1: Theory - The Iterator
Single Account Script:
AdsApp.keywords().get()
MCC Script:
AdsManagerApp.accounts().get()
while (accountIterator.hasNext()) { select(account); ... }
The MCC script opens Account 1, runs logic, saves data. Opens Account 2, runs logic, saves data.
Part 2: The "Master Budget Pacing" Dashboard
The #1 anxiety for agencies: Overspending a client's budget. You need a single Google Sheet that lists:
- Client Name
- Budget
- Spend So Far
- Pacing % (Heatmap)
The Logic:
- Script loops through all accounts with label "Active".
- Fetches
costforTHIS_MONTH. - Fetches budget amount.
- Calculates %.
- Pushes row to sheet.
Benefit: You look at ONE screen in the morning. If rows are Green, drink coffee. If Red, take action.
Part 3: The "Zero Impression" Alarm
Sometimes, credit cards fail. Or a client changes permissions. Or ads get disapproved. The account stops serving. If you don't notice for 3 days, you get fired.
The Script:
- Check
impressionsforYESTERDAY. - If
impressions == 0ANDAccountStatus == ENABLED. - Email Alert: "CRITICAL: Account X has 0 impressions."
Part 4: Implementation - Setting it Up
- Login to your MCC.
- Tools -> Bulk Actions -> Scripts. (Note: Must be at MCC level).
- New Script.
- Code: Use
AdsManagerApp.accounts()selector. - Authorize: Requires OAuth for all child accounts.
- Schedule: Hourly.
Part 5: Summary & Checklist
Your Action Plan:
- Install the "MCC Budget Pacing" script (Search GitHub for "Google Ads MCC Budget Script").
- Install the "Link Checker MCC" (Check all client links at once).
- Label your accounts. (Exclude "Cancelled" clients using script filters).
- Build your morning routing around the Master Sheet, not the Google Ads interface.
Scale your time, not your stress.

About the Author
Performance marketing specialist with 6 years of experience in Google Ads, Meta Ads, and paid media strategy. Helps B2B and Ecommerce brands scale profitably through data-driven advertising.
Need this implemented for you?
Read the guide, or let our specialist team handle it while you focus on the big picture.
Get Your Free Audit