Placement Exclusion Candidate Finder
Finds expensive non-converting placements in Display/Video campaigns to support exclusion decisions.
Script Code
Quick way to surface low-quality placements wasting budget in Display and Video traffic.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* Placement Exclusion Candidate Finder
* ==========================================================
* Description: Flags costly non-converting placements for
* Display/Video exclusion review.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var SPREADSHEET_URL = "";
var SHEET_NAME = "Placement Candidates";
var LOOKBACK_DAYS = 30;
// ... preview shortened
}About This Script
Placement Exclusion Candidate Finder scans automatic placements and flags domains/apps where spend is high and conversions are absent. It is useful for reducing waste in Display and Video campaigns.
The script uses practical click/cost thresholds and outputs a ranked exclusion candidate list for human review before action.
Spreadsheet behavior follows your rule: blank URL creates new file; provided URL writes to that file and creates tab if missing.
Implementation Notes
- Set MIN_CLICKS and MIN_COST for your channel scale.
- Run manually and review top placement candidates.
- Apply exclusions carefully at campaign/account level after verification.
- Schedule weekly for ongoing placement hygiene.
More Scripts In This Library
Automatic Video Placement Exclusion
Excludes low-view-rate video placements from video campaigns using current GAQL reporting and duplicate-safe batching.
Display Placement Domain Excluder
Excludes display placements that match domain rules and optionally adds them to a shared excluded placement list for broader reuse.
YouTube Channel Exclusion Audit And Blocker
Reviews YouTube placements in video campaigns, whitelists acceptable channels in a sheet, and excludes channels that fail your country or topic rules.
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.
Placement Exclusion Candidate Finder FAQs
Common setup, usage, and troubleshooting questions for this script.