Skip to content
English
  • There are no suggestions because the search field is empty.

How do I add Google Analytics or a Tracking Pixel to my Website?

1. Go to Configuration > Canvas Settings > Site Settings
/admin/config/canvas/site-settings

User Guide Code Snippets 1
 
2. Click on "Analytics / Tracking Snippets"

User Guide Code Snippets 2

 
3. For scripts that go in the '' tag, go to the section "Add analytics / tracking code to the tag." This will apply the script to every page on the website.

User Guide Code Snippets 3

 
4. Click on the Source button to see the HTML code.

User Guide Code Snippets 4

 
5. Paste in your script. Be careful not to edit any of the existing code that may be there.

User Guide Code Snippets 5

 
6. For scripts that go at the very beginning of the '<body>' tag, such as Google Tag Manager's '<noscript>' code, go to "Add analytics / tracking code after the OPENING tag." This will apply the script to every page on the website.

User Guide Code Snippets 6

 
7. Click on the Source button to see the HTML code.

User Guide Code Snippets 7

 
8. Paste in your script. Be careful not to edit any of the existing code that may be there.

User Guide Code Snippets 8

 
9.  For scripts that go at the very end of the page of the '<body>' tag or the '<footer>' tag, such as a pixel code or chat integration tool, go to the section "Add analytics / tracking code before the CLOSING tag." This will apply the script to every page on the website.

User Guide Code Snippets 9
 
10. Click on the Source button to see the HTML code.

User Guide Code Snippets 10

 
11. Paste in your script. Be careful not to edit any of the existing code that may be there.

User Guide Code Snippets 11