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
| // 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>"; |