Campaign Name Export
Exports all campaigns with status and channel type into a Google Sheet for quick account documentation and review.
Script code
Use this when you need a simple campaign inventory without relying on editor exports or interface filtering.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* Campaign Name Export
* ==========================================================
* Description: Exports campaigns into a Google Sheet.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var SPREADSHEET_URL = "";
var SHEET_NAME = "Campaign Inventory";
// ... preview shortened
}За този script
Campaign Name Export is a very simple utility script that creates a clean list of campaigns inside a Google Sheet. It is useful for account handovers, audit prep, naming reviews, and general documentation.
The script captures campaign name, status, and advertising channel type. That gives you enough structure to sort and review the account without introducing unnecessary complexity.
Because it is read-only and low-maintenance, it is a good script for beginners or teams building their first internal script library.
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 it.
- Run once manually to confirm the output format.
- Use the sheet for campaign naming reviews or account documentation.
- Schedule it monthly if you want a current campaign inventory on hand.
Още scripts в библиотеката
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 Underspending Alert
Flags campaigns and shared budgets that are underspending against expected budget pace, with support for yesterday or intraday checks.
Google Ads Budget Tracker
Exports campaign spend for this month and last 7 days into Google Sheets so budget pacing is visible at a glance.
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.
Campaign Name Export FAQs
Чести setup, usage и troubleshooting въпроси за този script.