Skip to content

Instantly share code, notes, and snippets.

@nikolaiwiskow
nikolaiwiskow / adwords_ngrams.gs
Last active December 17, 2018 19:52
This is an Adwords Script to create n-grams from entities in your account, be it keywords, ads or search queries. You can then use the performance data of those n-grams to identify beneficial or harmful wordings in your account. For more information on the idea behind this, visit: http://www.adwords-scripted.com/
///////////////////////////////////////////////////////////// ADWORDS N-GRAMS by Nikolai Wiskow ///////////////////////////////////////////////////////////////
/* www.adwords-scripted.com
*
* This script will calculate performance statistics of fragments (also called n-grams) - such as individual words - within your keywords / ads /
* search queries. This will give you insights on benefitial or harmful wording when designing Ads or booking keywords in the long tail.
*
*/
var CONVERT_BMM = true;
// If true, the script will remove "+" from BMM keywords and stats will be aggregated
@stevetaivn
stevetaivn / Directory.txt
Created July 20, 2018 03:45
Directory Footprints
"Powered by Aardvark Topsites PHP"
"Rate and Review This Site" "Show All Reviews" "Average Rating" "Number of Ratings"
Rankings Join "User Control Panel" "Overall Stats"
"Enter the text as it is shown in the image below (Can't read?)" "Banner URL"
"Please enter your rating and review for" "in the form below." "Review - No HTML allowed"
"Czas wykonania skrytpu"
"Script Execution Time" "SQL Queries" "Members"
inurl:"/addurl.php" "URL of the page" "Website Title" "Description" "Category"
"Powered by AxsLinks"
"Please make sure to add the code below before submitting" "(only for A-B-C)"
@knoopx
knoopx / README.md
Last active September 13, 2025 19:41
Creality Ender 3 Stock Factory Vref

Creality3D v1.1.2 stock vref values

A4988 Drivers
Vref set to ~90% of stepper rated current
Rs = 0.1ohm

X = 0,58v (0,725A)
Y = 0,58v (0,725A)
Z = 0,58v (0,725A)
@s3w47m88
s3w47m88 / gist:bd3ef6a51561f97a773bb8204a2d7500
Created March 23, 2018 04:49
AdWords Script to Pause Campaign based on Overall Budget
DEBUG = 0;
function main() {
Logger.log("");
//var SETTINGS = new Object();
currentSetting = new Object();
currentSetting.scope = "Account";
@norisk-marketing
norisk-marketing / nrCampaignBulkUpload.js
Last active December 10, 2021 21:43
CampaignCreation Service for AdWords Scripts via BulkUpload
var NEW_CAMPAIGN_CONFIG = {
"autoCreateCampaignsByUpload" : 1, // Set "1" and new campaigns will auto-added, 0 for No
"newcampSettings": { "Budget" : 1, }, // Note: new campaigns will ALWAYS be uploaded as paused
"uploadWithoutPreview" : 1, // With "1", the preview mode will be skipped
"Campaign type" : "Search Only", // Optional, default "Search Only"
"Campaign state" : "paused", // Optional, default "paused"
"Campaign subtype" : "Standard", // Optional
"Bid Strategy Type" : "cpc", // Optional , default "cpc"
"labels" : ["someLabel1","someLabel2"]
@inqbrandsmarketing
inqbrandsmarketing / smart-search.js
Created January 4, 2018 00:14
adwords scripts - single acc - keyword analysis
/***************************************************
* SQR Report Script
* Version 1.0
* Created By: Ahmed Ali
* https://optimizationup.com/
* https://optimizationup.com/search-query-report-adwords-script/
****************************************************/
/***************************************************
* TODO:
@siliconvallaeys
siliconvallaeys / Exclude Google Display Placements That Contain ...
Last active December 28, 2020 11:13
Automatically add negative placements for any new automatic GDN placements that include a particular piece of text
/****************************
* Add a Placement Exclusion When an Automatic Placement Contains the Text ...
* Version 1.0
*
* Created By: Frederick Vallaeys
* for FreeAdWordsScripts.com
* at the request of an Optmyzr.com subscriber
****************************/
function main() {
@siliconvallaeys
siliconvallaeys / Keyword or Product Group Spend Alerts
Created December 8, 2017 00:50
Get alerted when keywords or product groups are spending too much today with few conversions
function main() {
var currentSetting = new Object();
// what do you want to check?
currentSetting.entityToCheck = "product groups"; // valid options: keywords, product groups
// How much cost is allowed before we alert?
currentSetting.maxCost = 1;
// Fewer than how many conversions before we alert?
@lord-alfred
lord-alfred / cleaner.php
Created November 28, 2017 13:00
Simple keywords cleaner. Clean stopwords and similar sound words
<?php
/*
* Author: Lord_Alfred
* Blog: https://vk.com/lord.alfred
*/
error_reporting(E_ALL);
ini_set('display_errors', true);
ini_set('memory_limit', '256M');
set_time_limit(0);
@CodingCarlos
CodingCarlos / AdWords-API-connect.md
Last active December 17, 2018 19:40
Google AdWords API connecting workflow, and

Getting AdWords config tokens

Adwords API is a little bit tricky. First at all, forget everything you know about API access. Your token is not your key, but a small part in a big key pairs world (called Google's OAuth).

Developer Token

Although, yes, you need an API Key. Get it by following this steps, and wait for approval (might be two or three business days). They call it "developer token"

Once you got it, it will be something like this: