This file contains hidden or 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 |
This file contains hidden or 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
function deleteReferral(referrer) { | |
// More info: go.zedwoo.de/deleteReferral | |
// To specifically mean the dot, use \\. | |
// It should start with regex: Add ^ at beginning | |
// It should end with regex: Add $ at end | |
// Optional character: Add ? after character | |
var referrals = [ | |
'slashless.com$', |
This file contains hidden or 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
/* Adwords CPA Scanner | |
* Description: Scan Campaigns,AdGroups,Devices,AdNetworks for High CPAs. | |
* Author:RitwikGA | |
* Copyright 2016 v1.1 | |
* Digishuffle.com | |
*/ | |
function main() | |
{ | |
var AccountName=AdWordsApp.currentAccount().getName() |
This file contains hidden or 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 hidden or 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
import csv | |
import calendar | |
''' | |
CSV to CLF log file formatter | |
Ben Shepherd | |
Go Fish Digital | |
August 2018 | |
''' |
This file contains hidden or 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 With Quality Score 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: 1.0 | |
* Google AdWords Script maintained on brainlabsdigital.com | |
* |
This file contains hidden or 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
/* | |
======================================================================== | |
Brighton SEO April 2023 - The XPath to Discovery | |
https://www.linkedin.com/in/moorejonathan/ | |
https://twitter.com/nathanless | |
======================================================================== | |
*/ |
OlderNewer