If you use Google Analytics to manage remarketing lists and have recently upgraded to Universal Analytics, you may have since noticed a steady decline in impressions. Fortunately, the fix may be simpler than you think.
With Classic Analytics (ga.js), admins were able to upgrade their basic code snippet to includes the revision required to run remarketing by going to Admin > property > Tracking Info, and turning on the Display Advertiser Support option. Essentially, selecting the Display Advertiser Support option would replace the standard Google Analytics cookie with the DoubleClick cookie which populates remarketing lists.
- Standard GA Cookie: ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
- DoubleClick Cookie: ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘stats.g.doubleclick.net/dc.js’;