Google Analytics Code and Google Ads in header showing On Mobile

I’ve seen the question asked previously. I tried the suggested answer and it didnt work. Here is what I have.

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89571460-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-89571460-1');
</script>

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-8196257425039674",
    enable_page_level_ads: true
  });
</script>

my site is https://www.Cizzurp215.com.

When you pull the header down you can see the grey space.

1 Like

Hi There,

Thank you for writing in, but I cant replicate this issue on my end with your code above. Can you confirm that your X - Google Analytics is in the latest version (2.0.3)?

If the issue persists, please provide us login credentials (wp-admin and FTP) in a secure note so we can take a closer look.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.