Skip to content

Instantly share code, notes, and snippets.

@lewiss444
lewiss444 / MCC Low Quality Score Alert.js
Last active January 2, 2020 08:22 — forked from BrainlabsDigital/Low Quality Score Alert.js
Script to email you if you have low quality score keywords, and optionally label/pause them
function main () {
var mccAccount = AdWordsApp.currentAccount();
// OPTIONAL: Select your accounts based on conditions
// see https://developers.google.com/adwords/scripts/docs/reference/mccapp/mccapp_managedaccountselector#withCondition_1
// example: this selector selects all accounts with over 100 impressions last month
var accountSelector = MccApp.accounts();