Skip to content

Instantly share code, notes, and snippets.

View VitUrzh's full-sized avatar

Vitaliy Urzhumov VitUrzh

View GitHub Profile
@VitUrzh
VitUrzh / gdn-placement-analysis
Created December 4, 2017 08:49 — forked from derekmartinla/gdn-placement-analysis
Find Underperforming Placements & Opportunities On Google Display Network
// This script reviews your GDN placements for the following conditions:
// 1) Placements that are converting at less than $40
// 2) Placements that have cost more than $50 but haven't converted
// 3) Placements that have more than 5K impressions and less than .10 CTR
function main() {
var body = "<h2>Google Display Network Alert</h2>";
body += "<h3>Placements that are converting at less than $40:</h3> " ;
body += "<ul>";