Skip to content
Cameron edited this page Jan 28, 2017 · 1 revision

title: Google analytics permalink: /Google_analytics/

Here is some information on adding Google's Analytics code to your e107 website.

When you've signed up for your account and entered the domain, you're provided with some html calling javascript.

<script src=" " type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-282XXX-2"; urchinTracker(); </script>

NOTE: in all examples "UA-282XXX-2" is used; replace it by your own personal code that Google Analytics has provided.

Google suggests:

Copy and paste the code segment into the bottom of your content, immediately before the 

Clone this wiki locally