Allow Google Analytics Integration for the New Primo UI
The old Primo UI allowed administrators to insert Google Analytics tracking code into Primo, but the new UI does not. Since nearly every site on the internet allows for some type of web analytics tracking, this is a deficit in functionality for the new Primo UI.

We’d like to share that this functionality can be supported by customization.
Also coming soon Primo Studio: a web-based application enabling one-click activation for addons contributed by the community
-
Manu Schwendener commented
> By customization
From the Primo mailing list (thank you, Ken Wierzbowski), this seems to work:
//START - Google Analytics
var googleAnalyticsUrl = document.createElement('script');
googleAnalyticsUrl.src = "https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX";
googleAnalyticsUrl.type = 'text/javascript';
googleAnalyticsUrl.async = true;
document.head.appendChild(googleAnalyticsUrl);
var googleAnalyticsCode = document.createElement('script');
googleAnalyticsCode.innerHTML = `window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');`;
document.head.appendChild(googleAnalyticsCode);//END - Google Analytics
-
Manu Schwendener commented
Someone please delete the spam comments.
-
Anonymous commented
Thank you so much for this post , I have never seen such a post like this before.
<a href="https://pinoytvtambayanreplay.com/">https://pinoytvtambayanreplay.com/</a> -
Johnny Sins commented
Yes I agree with you
https://pinoytvtambayanreplay.com/ -
James commented
Google Analytics has undergone a series of significant changes in the interface in recent months, and Google has returned with another great addition. The image above shows the GA home screen, which acts as the default landing page after logging in. Google analytics is very helping full me especially when I am doing SEO on my client's sites especially https://drivetricity.com/ my client's website analytics really help to show weekly, monthly, reports how website traffic grows up and down on website really satisfied with Google Ananlytics.
-
Eminay Sam commented
Track custom occasions in Google Analytics and Discovery instrument utilization insights and server logs, As a Web Developer NYC I will promote your company and its product and services like no other visit the website for more updates: https://www.digitalsaad.us/
-
Sowsi45 commented
That's such a nice share! Heard a lot about various business text messaging app and want to select the most effective one for making our website links famous. Products and services we give are unique and ultimately we want outstanding sources like https://www.heymarket.com/ to market them. Some offers on bulk sms and slack will be welcomed.
-
Anonymous commented
Definitely this is not possible yet there is no embedded code for Analytics code google in Orineo VE. For more technical support go for it.
-
Matt Phan commented
According to the support documentation this is not possible. "There is currently no supported way to embed Google Analytics code in Primo VE." I would like to integrate Google Analytics in our Primo site.
-
Conroil23 commented
These are really super cool analytical integrations. Customization of plans can be done with various clicks and likes along with content. Came to know about facebook ads management services from http://visiblefactors.com/facebook-ads-management-services/ providing same combinations of add on. Hiring them will be great as these can thoroughly bring our ideas into orientations. Got to know about them from my cousin and she shared some samples also.
-
Zacharry Williams commented
I've been working on this for a little while, just polished it and uploaded it to github
https://github.com/csudhlib/primo-explore-google-analytics