Google analytics remarketing code not verified

So, I added this extra line of code to our Google Analytics tracking code to support the display and remarketing campaigns described in this help article https://support.google.com/analytics/answer/2444872?hl=en

However, in analytics, it still shows that it has not been added. It's definitely there and the rest of the tracking works fine.

I am using Universal Analytics (analytics.js) and added that one line to the existing code as shown

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

      ga('create', 'UA-53957342-1', 'auto');
      ga('require', 'displayfeatures');

      ga('send', 'pageview');

      

Does anyone face the same problem? Any advice or guidance would be helpful!

thank

+3


source to share


1 answer


It may take 48 hours for this feature to activate. I recently did the same and added this code to my site, and even after clicking on Validate it will show as inactive until two days later! With most things GA, you just need a little patience (usually). If the code is still inactive after 48 or 60 hours, then if you think you did everything right to complete it, skip the check.



Hope it helps.

0


source







All Articles