Landing Page Domain Checker
Exports final URLs and extracted domains so you can quickly spot mixed-domain usage across campaigns, ads, and keywords.
Script code
Use this for basic QA when you want to confirm destination URLs stay on the expected domain set.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* Landing Page Domain Checker
* ==========================================================
* Description: Exports final URLs and their domains.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var SPREADSHEET_URL = "";
var SHEET_NAME = "Landing Page Domains";
// ... preview shortened
}За този script
Landing Page Domain Checker is a simple QA script for reviewing which domains are being used in final URLs across your account. It helps catch mixed-domain setups, tracking mistakes, and landing page inconsistencies quickly.
The script gathers final URLs from enabled ads and enabled keywords, extracts the domain, and writes the results into a sheet. This makes it easy to filter by domain and spot anything unexpected.
It is useful during migrations, after bulk uploads, and whenever multiple sites or subdomains are involved in the same account.
Implementation notes
- Leave SPREADSHEET_URL blank to auto-create a report sheet, or add your own Google Sheet URL.
- Run the script once and inspect the exported domain list.
- Filter the domain column for anything unexpected or inconsistent.
- Use the source type column to understand whether the URL came from an ad or keyword.
- Schedule it after bulk changes or destination URL updates.
Още scripts в библиотеката
Предишен script
Keyword Zero-Conversion Cost Watchlist
Следващ script
MCC Negative Keyword Conflict Checker
Broken Final URL Checker
Checks enabled ad and keyword final URLs for 4xx/5xx errors, with optional sheet logging and daily alerting.
Delete Disapproved Ads
Finds ads with non-approved policy status and removes them, with a dry-run mode enabled by default for safer review first.
Final URL UTM Consistency Audit
Audits enabled ad/keyword final URLs for missing UTM parameters and inconsistent tagging patterns.
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.
Landing Page Domain Checker FAQs
Чести setup, usage и troubleshooting въпроси за този script.