Paused Keyword Export
Exports paused keywords with campaign and ad group context into a Google Sheet for quick account cleanup and review.
Script code
Use this when you want a simple inventory of paused keywords without pulling a full editor export or custom report.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* Paused Keyword Export
* ==========================================================
* Description: Exports paused keywords into a Google Sheet.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var SPREADSHEET_URL = "";
var SHEET_NAME = "Paused Keywords";
// ... preview shortened
}За този script
Paused Keyword Export is a lightweight Google Ads Script for teams that want a clean, current list of paused keywords in one place. It is useful for account audits, migration prep, change reviews, and general hygiene checks.
The script writes campaign name, ad group name, keyword text, match type, and status to a Google Sheet. That makes it easy to filter, sort, and review themes such as old tests, seasonal pauses, or legacy structures that should be archived.
Because it is intentionally simple and read-only, it is safe for frequent use and easy to adapt. If needed, you can extend it later with labels, dates, impressions, or performance metrics.
Implementation notes
- Leave SPREADSHEET_URL blank to auto-create a sheet, or paste your own Google Sheet URL.
- Paste the script into Google Ads Scripts and authorize access.
- Run it once manually to confirm the output looks right for your account.
- Filter the sheet by campaign or ad group when reviewing old structures.
- Schedule it weekly or monthly if you want a recurring paused-keyword inventory.
Още scripts в библиотеката
MCC Negative Keyword Conflict Checker
Runs across manager-account children, compares enabled keywords to campaign and ad group negatives, and exports likely conflicts into Google Sheets.
Zero Impression Keyword Checker
Lists enabled keywords with zero impressions in a chosen lookback window so you can spot deadweight and structural issues quickly.
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.
Campaign Name Export
Exports all campaigns with status and channel type into a Google Sheet for quick account documentation and review.
Paused Keyword Export FAQs
Чести setup, usage и troubleshooting въпроси за този script.