nodebb-plugin-google-analytics: Where does the Google code get loaded (to make Piwik better)?
-
For those of you keeping score I worked out getting my Piwik (website analytics) javascript installed onto my forum. I also have the Google Analytics plugin installed. The Google Analytics tracking is doing a better job than the Piwik is. Piwik isn't capturing all of the traffic. For example it never seems to see the activity when someone registers (/register url) but Google does see it.
I have my Piwik javascript in the Appearance > Custom HTML & CSS > Custom Header area. Where is the the Google Analytics javascript? If I navigate to one of my forum pages and look at the page source I see my Piwik javascript but not the Google javascript. That leads me to think the GA js is being side-loaded and is possibly more efficient that way then using the header in html.
What I'd like to test is to load my custom Piwik javascript in the file that loads the GA javascript to see if Piwik then catches more of the site activity (like Google seems to.)
Thank you.