This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************/ | |
/****** "Gurkenfinder"-Script für Google AdWords *******/ | |
/**************************************************************/ | |
/* v1.4 2020 Markus Baersch (@mbaersch) | |
Reduzierte Non-MCC-Fassung | |
gandke marketing & software - www.gandke.de */ | |
/*********** Start Setup **********************/ | |
var emailAddress = "[email protected]"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* Search Query Mining Tool | |
* | |
* This script calculates the contribution of each word or phrase found in the | |
* search query report and outputs a report into a Google Doc spreadsheet. | |
* | |
* Version: 2.1 | |
* Last updated 2015-09-17 | |
* Google AdWords Script maintained on brainlabsdigital.com |