Primo UI: Google Analytics
Google Analytics for Primo UI
*Generic code to add to JS file:*
//START GOOGLE ANALYTICS
             Â
 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 })(window,document,'script','{+}https://www.google-analytics.com/analytics.js','ga'+ (https://www.google-analytics.com/analytics.js','ga'));
 ga('create', 'ADD GA KEY', 'auto');
 ga('send', 'pageview');
Â
//END GOOGLE ANALYTICS
our UL-related GA key:
UA-10291424-1
*The actual code to add to Primo UI js file:*
//START GOOGLE ANALYTICS
             Â
 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 })(window,document,'script','{+}https://www.google-analytics.com/analytics.js','ga'+ (https://www.google-analytics.com/analytics.js','ga'));
Â
 ga('create', 'UA-10291424-1', 'auto');
 ga('send', 'pageview');
Â
//END GOOGLE ANALYTICS