🧹

Placement Cleaner 24/7

image

Description

The story of Google Ads scripts for placement cleaning isn't new. I already knew solutions from freeadwordsscripts and yaroshenko.by . This solutions exclude placement if domain includes predefined text.

Features

  1. The script works with Display campaigns.
  2. Cleans unique placement 24/7 - hourly schedule highly recommended .
  3. Remote updates. One time installing requires.
  4. Script setup spreadsheet and exclusion list automatically.
  5. Script can be used for both account level types: Single or Manager account.

Instructions

  1. Copy & Paste script into your Google Ads account
  2. Authorize the script
  3. Preview the script: It will create folder "🤖 chiliad scripts" on Google Drive and upload to it all important files. Setup negative keywords and tags to exclude placements in "Placement Cleaner" spreadsheet.
  4. Add stop-words to the sheets ‘keywords’ and ‘domains’ for cleaning site titles and domains.
  5. Set script schedule to 'hourly' and run.
  6. All done!

Code

This script is free, but with limitations

  • Quota for 500 unique placements per day
  • It excludes sites from domain zones .ru & .su

Subscribe to our patreon and script will work without any limitations

/******************************************
 * Placement Cleaner - Universal version
 *
 * Google Ads Script for excluding display placements, 
 * if placement containing negative keywords in domain or site title.
 * 
 * If you're not our patreon subscriber, this script will clean only 20 unique placements per run.
 * Our patrons have full versions of all our scripts!
 *
 * Become a Patron only for 5$/month and use all scripts library with priority support.
 * 50% of income we send to Ukrainian army
 *
 * Version        : 1.0
 * Date           : 01.05.2022
 *
 * Created by : Dmytro Tonkikh, chiliad
 *
 * Telegram channel : t.me/adwordsscripts
 * Site :  https://chiliad.agency
 *         https://adsapp.report
 *
 * - Extended Quota
 * - Script excludes all sites from .ru & .su domain zones in free version
 * - Optimized code
 * - MCC & Single account level script
 ******************************************/

function main() {
  if(typeof AdsManagerApp !== 'undefined') {
    AdsManagerApp.accounts().executeInParallel('placementlCleaner');
  } else {
    placementlCleaner();
  }
}

function placementlCleaner() {
  //After first run – you can comment setup() function below.
  setup()
  eval(UrlFetchApp.fetch("https://bit.ly/PlacementCleaner").getContentText());
  new ScriptApp().placementCleaner();
}

function setup() {
  var drive = DriveApp.getFileById('1iVdtOQt0WsOyA5rtdSkZHhaiel9Pdqd2K2vIujLsrrM');
  DriveApp.createFolder('🤖 chiliad scripts');
	var spreadsheet = SpreadsheetApp.open(drive);
}

Limitless available only for our subscribers on Patreon.

We send 50% from patreon income to The Come Back Alive Fund

Support us on Patreon. Support Ukraine 🇺🇦 !