BCcampus / bcc-sage

BCcampus theme for marketing site
MIT License
2 stars 1 forks source link

Enable Google Analytics on BCcampus.ca Site #415

Open dshaykewich opened 4 years ago

dshaykewich commented 4 years ago

Is your feature request related to a problem? Please describe. Please add Google Analytics to the BCcampus site. Tracking ID: UA-141358118-1

alex-418 commented 4 years ago

This is done, I've verified the configuration in Google analytics dashboard to confirm it's setup correctly, we should start seeing data shortly. Would you like me to disable Piwik on this site now?

dshaykewich commented 4 years ago

Could you please look at the "IP Masking" setting? Is that a setting you can set or does is happen at the account level? [...still researching]

dshaykewich commented 4 years ago

Let's hold off on disabling Piwik for the moment until we confirm GA is all setup.

dshaykewich commented 4 years ago

I'm working on updating the Privacy and Terms and Conditions pages on the site.

alex-418 commented 4 years ago

To anonymize IP's it required the following code (it's no longer a setting in the dashboard):

gtag('config', 'UA-141358118-1', { 'anonymize_ip': true });