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
Aegir on Debian/wheezy x86_64 | |
VPS Linux KVM guest | |
CPU 1 | |
RAM 1997 | |
XTR _XTRAS_LIST="CSF CHV FTP" | |
MFX _MODULES_FIX=NO | |
PFX _PERMISSIONS_FIX=NO | |
DBS _DB_SERIES=5.5 | |
DNS _DNS_SETUP_TEST=YES | |
PKG _EXTRA_PACKAGES= |
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
{ | |
"exportFormatVersion": 1.3, | |
"exportTime": "2016-09-20 12:12:10", | |
"containerVersion": { | |
"accountId": "150110", | |
"containerId": "2617080", | |
"containerVersionId": "0", | |
"deleted": false, | |
"container": { | |
"accountId": "150110", |
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
//------------------------------------------------ | |
// Auto-optimize Search Terms | |
// Created by: Remko van der Zwaag & pdds | |
// remkovanderzwaag.nl & pdds.nl | |
// More info (Dutch): http://goo.gl/f1Iioa | |
// Based on a Google example script: http://goo.gl/aunUKV | |
// 05-04-2016: Big update! | |
// - Hybrid (MCC & Account level) | |
// - Settings by Spreadsheet | |
// - Can filter both on Search Query |
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
//------------------------------------------------ | |
// Auto add negative keywords to all campaigns | |
// Created by: Remko van der Zwaag & PDDS | |
// remkovanderzwaag.nl & pdds.nl | |
// More info: http://goo.gl/64PrMT | |
// 05-04-2016: New and improved! | |
//------------------------------------------------ | |
// This is a hybrid script, and will work on both account and MCC level |
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
//------------------------------------------------ | |
// Auto-optimize Search Terms | |
// Created by: Remko van der Zwaag & pdds | |
// remkovanderzwaag.nl & pdds.nl | |
// Based on a Google example script: http://goo.gl/aunUKV | |
//------------------------------------------------ | |
// Minimum number of impressions to consider "enough data" | |
var IMPRESSIONS_THRESHOLD = 100; |
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
//------------------------------------------------ | |
// Report on Budget vs Spend (Hybrid) | |
// Created by: Remko van der Zwaag & PDDS | |
// remkovanderzwaag.nl & pdds.nl | |
// More info: http://goo.gl/d0KVTd | |
// CHANGELOG | |
// 12-06-2014: Combined two separate scripts into one Hybrid version (for MCC and accounts) | |
// 12-02-2015: Added column Spend yesterday and empty columns with days | |
// 18-06-2015: Added logic to only check campaigns with a specific label | |
// 03-02-2016: Will check for labelled adgroups in ignored campaigns |
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
//------------------------------------------------ | |
// Auto add negative keywords to dynamic campaign | |
// Created by: Remko van der Zwaag & PDDS | |
// remkovanderzwaag.nl & pdds.nl | |
// More info: http://goo.gl/64PrMT | |
// 26-05-2015: Added Hybrid functionality | |
// 17-09-2015: Switched to negative keyword lists, | |
// among various other changes | |
// 16-03-2016: Inclusive version (eg. specify | |
// campaigns, instead of excluding) |