Jump to content

Error when pasting Google Analytics code


Go to solution Solved by Jim M,

Recommended Posts

Posted

I enabled the Google Analytics integration and pasted in my Google Site Tag. When I hit save I got a "The page you requested does not exist" message and a Error code: 1S160/2

What am I doing wrong???

Posted

Your GA code should look like:

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

  gtag('config', 'G-XXXXXXXXX');
</script>

This code would be inserted into: 

ACP > System > Site Features > Integrations > Google Analytics

After adding the code, you MAY need to clear your system cache.  

ACP > System > Support > Get Support

Click on "Clear System Caches".

Posted

I cleared my cache and then pasted again as per the above instructions- still  no good. 

 

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

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

  • Solution
Posted
11 minutes ago, John Horton said:

Ended up having to have my server settings tweaked. 

Sounds like mod_security or another security module was involved. Is that true?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...