Script to read campaign names from Google Sheet

2020-06-18 Thread Kai Yan Chan
Hi, I am writing a Google script to upload location bid modifiers for each campaign, specified in a Google sheet. The campaign names are specified in a column in a Google sheet and I am using the following script: var spreadsheet = SpreadsheetApp.openByUrl(SPREADSHEET_URL); var sheet = spr

Master Negative List - Manager Account Script does not work for Shopping accounts

2020-04-13 Thread Kai Yan Chan
Hi, I am not able to get the master negative list - manager account script to apply my negative keyword list on my Shopping campaigns. The script is only able to apply the negative keyword list on my Search campaigns. How can I resolve this problem? /** * The URL of the tracking spreadsheet. T