by greg | Apr 9, 2018
So finding or building a decent Google Analytics report can take time. Here is one of my go to reports when looking for a decent collection of data. It contains items like Sessions, Pageviews, Average Session Duration. Some show an overall month and others show time a...
by greg | Nov 26, 2019
So if you have jQuery and the gtag method for Google Analytics running on your site you can add the following code to the head tag of your site. jQuery( document ).ready( function() { jQuery(“a[href^='tel']”).on(“click”,function(){ gtag(...
by greg | Jul 16, 2019
Here is a sample code of how to send data to two different Google Analytics accounts and not have it be sending twice to the same account. <script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject']=r;i[r]=i[r]||function(){...