1. Go to Configuration > Canvas Settings > Site Settings
- /admin/config/canvas/site-settings
2. Click on "Analytics / Tracking Snippets"
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.
4. Click on the Source button to see the HTML code.
5. Paste in your script. Be careful not to edit any of the existing code that may be there.
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.
7. Click on the Source button to see the HTML code.
8. Paste in your script. Be careful not to edit any of the existing code that may be there.
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.
10. Click on the Source button to see the HTML code.
11. Paste in your script. Be careful not to edit any of the existing code that may be there.