robaaron
Forum Replies Created
-
Forum: Plugins
In reply to: [Reduce Bounce Rate] Set MAX Events?Ok. Cool! Thanks for whipping out that code for me…
Another question, if you don’t mind???!!!
I am noticing that I am getting a lot more clicks on my site than actual events being registered on the first time event of .10 seconds(at least according to my adwords campaign). For example, I had 23 clicks on my adwords ad yesterday, but only 2 events showed up at .10 seconds (they did both stay on to watch most of my video >11:00 minutes). Does that imply that the other 21 visitors left the site before .10 seconds? Is that why my bounce rate went up to 85% for the day? It had been bouncing around 50%.
Thanks,
robForum: Plugins
In reply to: [Reduce Bounce Rate] Events in Google Analytics?Oh, you know, after further investigation, maybe I have the newer beta code and that THAT is the problem? Here is what I use to call google analytics now:
<script>
(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’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-44798335-1’, ‘whatmakesusfat.com’);
ga(‘send’, ‘pageview’);</script>
Comments?
Forum: Plugins
In reply to: [Reduce Bounce Rate] Events in Google Analytics?You know, maybe I have the newer beta code and that is the problem? Here is what I use to call google analytics now:
<script>
(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’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-44798335-1’, ‘whatmakesusfat.com’);
ga(‘send’, ‘pageview’);</script>