Skip to content

Instantly share code, notes, and snippets.

@sshcli
sshcli / excludePlacements.js
Created August 27, 2020 23:21 — forked from ddaws/excludePlacements.js
AdWords Negative Match Placements Term
/**
* Removes placements ending in the tlds xyz, tk, and download.
* @author Dawson R
* @author Andrew B
*/
// Top Level Domains to exclude
var TLDs = '.xyz, .tk, .download';