Jump to content

Weird text at bottom of forum?


Noah Lauzier

Recommended Posts

Posted

Its a raw content you might have accidentally pasted in theme templates, you can check to visit ACP > Customization > Themes > Edit HTML and CSS

In the search field paste the text to search

Posted

That can also happen if you enter only the Google Analytics account number in the system settings.

You need to paste the entire block of code which they provide into the system settings. Once you do, nothing further should need be done; it will be properly in place.

Posted

I found it's from   ga('create', 'UA-86798142-1', 'auto');
  ga('send', 'pageview');

I posted the entire code - 

      <script>
  (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','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-86798142-1', 'auto');
  ga('send', 'pageview');

</script>

 

What do i do?

Thanks!

Posted
35 minutes ago, Noah Lauzier said:

I found it's from   ga('create', 'UA-86798142-1', 'auto');
  ga('send', 'pageview');

I posted the entire code - 

      <script>
  (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','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-86798142-1', 'auto');
  ga('send', 'pageview');

</script>

 

What do i do?

Thanks!

If this is in theme templates then you need to delete, and paste it in Google Analytics Tracking Code setting here ACP > System > Community Enhancements > Google Analytics 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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