Skip to content

Instantly share code, notes, and snippets.

View neeksor's full-sized avatar
🐷
oink

nick neeksor

🐷
oink
View GitHub Profile
@neeksor
neeksor / excludePlacements.js
Last active November 1, 2018 18:58 — forked from ddaws/excludePlacements.js
AdWords Negative Match Placements Term
/*
* Removes placements containing string
* Exclusions are per campaign.
* single account - no mcc support.
* badPatterns = csv list of words to filter.
* ex:
* var badPatterns = 'meowshareen, someotherspam';
*/
function main() {