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
| // ============================================================ | |
| // PPC CORRELATION MATRIX — Google Ads Script | |
| // by Jake Norman — linkedin.com/in/jakenorman1999 | |
| // | |
| // Automatically generates a colour-coded correlation heatmap | |
| // in Google Sheets, showing relationships between key campaign | |
| // metrics: Impressions, Clicks, Cost, Conversions, Conv. Value. | |
| // | |
| // HOW TO USE: | |
| // 1. In Google Ads → Tools → Bulk Actions → Scripts, create a new script and paste this code |