...
To add a Google Analytics tracker
Go to Site Administration > Appearance > Additional HTML
Add the snipper of code given to you by Google Analytics
Click on "Save changes"
Info |
---|
The Google Analytics code should look something like the code below, where UA-123456-XX is your organization's Google Analytics unique identifier.
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123456-XX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123456-XX');
</script>
|
Show if |
---|
special | @authenticated |
---|
spacePermission | edit |
---|
|
This section is only visible to Dual Code employees. Note that if you are exporting a page to Word or PDF to send it to a client, THIS SECTION WILL APPEAR. As such, instead of exporting the page, I strongly suggest that you send the URL to the client. If you must export it, please remove this section from the Word / PDF document. Dual Code Administrator: [This is where your internal note would go. If you don't have internal notes, you can delete this section.] |