RSA Asset Audit
Audits RSA performance labels and asset coverage to highlight ads needing creative refresh.
Script Code
Fast creative QA script to prioritize RSAs with weak/limited asset performance signals.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* RSA Asset Audit
* ==========================================================
* Description: Audits RSA asset labels to surface ads needing
* creative refresh.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var SPREADSHEET_URL = "";
var SHEET_NAME = "RSA Asset Audit";
var LOOKBACK_DAYS = 30;
// ... preview shortened
}About This Script
RSA Asset Audit checks responsive search ads for asset-level performance labels and overall quality indicators so teams can prioritize copy refreshes where they matter most.
It compiles ad-level rows with campaign and ad group context, making it easier to route fixes to the right owner.
As with all new scripts, sheet behavior is resilient: blank URL auto-creates a sheet; provided URL writes into existing sheet and creates missing tabs.
Implementation Notes
- Set LOOKBACK_DAYS and run manually to review baseline output.
- Use low-performing rows to prioritize headline/description replacement.
- Re-run after copy updates to track whether weak rows decline.
- Schedule weekly as part of routine creative QA.
More Scripts In This Library
Account Anomaly Detector
Compares today’s account performance against the same weekday across previous weeks and alerts when impressions, clicks, conversions, or cost move outside expected bounds.
Ad Group CPA Outlier Watchlist
Flags ad groups with unusually high CPA (or spend with no conversions) to prioritize optimization efforts.
Automatic Video Placement Exclusion
Excludes low-view-rate video placements from video campaigns using current GAQL reporting and duplicate-safe batching.
Broken Final URL Checker
Checks enabled ad and keyword final URLs for 4xx/5xx errors, with optional sheet logging and daily alerting.
RSA Asset Audit FAQs
Common setup, usage, and troubleshooting questions for this script.