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
/********************************************* | |
* Automated Creative Testing With Statistical Significance | |
* Version 2.0 | |
* Changelog v2.0 | |
* - Fixed bug in setting the correct date | |
* - Script now uses a minimum visitors threshold | |
* per Ad instead of AdGroup | |
* - Added the ability to add the start date as a label to AdGroups | |
* - Added ability to check mobile and desktop ads separately | |
* Changelog v1.1.1 - Fixed bug with getDisplayUrl |
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
/**************************** | |
* Find Broken Urls In Your Account | |
* Version 1.1 | |
* ChangeLog v1.1 | |
* - Updated to only see Text Ads | |
* Created By: Russ Savage | |
* FreeAdWordsScripts.com | |
****************************/ | |
function main() { | |
// You can add more if you want: http://goo.gl/VhIX |
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
/************************************** | |
* Find the Anomalies | |
* Created By: Russ Savage | |
* Version: 1.2 | |
* Changelog v1.2 | |
* - Fixed divide by 0 errors | |
* - Changed SIG_FIGS to DECIMAL_PLACES | |
* Changelog v1.1 | |
* - Added ability to tag ad anomalies as well | |
* FreeAdWordsScripts.com |
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
try { | |
__adroll.record_user({ adroll_segments : 'segment_name' }); | |
} catch(err) {} |
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
lp.jQuery('form').submit( function(e){ | |
// your function goes here | |
}); |
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
.nav-sidebar { | |
margin-right: -21px; /* 20px padding + 1px border */ | |
margin-bottom: 20px; | |
margin-left: -20px; | |
} | |
.nav-sidebar > li > a { | |
padding-right: 20px; | |
padding-left: 20px; | |
} | |
.nav-sidebar > .active > a { |
NewerOlder