I'm studding a way of using Google Analytics to track Ad impressions/clicks.
Looks like event tracking is the way to go.
Tracking clicks it's easy to implement. My doubt resides on impressions:
GOAL: John loads page A and leave. Count 1 for impressions and 1 for bounce rate as it should.
Is there a way of doing it with Google Analytics?
Does the Google Analytics bounce rate include scrolling? Yes, it does. If a user scrolls your page up and down without going to another page, then it is still recorded as a bounce.
Sign in to your Google Analytics account and select the website for which you'd like to see the bounce rate. You'll see the Audience Overview page. To view the bounce rate of the entire site, click on the metric Bounce Rate, which you'll see alongside many other metrics.
Bounce rates in Google Analytics are different because it is a one-time page session that triggers the Analytics server once. Ideally, it should be accurate, but various factors hinder it from being perfect.
(Edited to reflect new non-interaction option)
Yes, it will absolutely reduce your bounce rate to somewhere near zero (if you do not explicitly set the new non-interaction flag).
For past data, the closest proxy to bounce rate for when every page sends multiple hits to Google Analytics is using 'Visit Depth'; the % of visitors who view exactly 1 page is a close proxy for bounce rate in the instance you're describing, since it doesn't take into account event tracking.
UPDATE Nov 2011
There is a new feature in Google Analytics event tracking called "non-interaction events", where you can designate an event as being a non-interaction by passing true
as a fifth argument (or, six item in the array).
Example:
_gaq.push(["_trackEvent", "Category", "Action", "Label", 3, true]);
This will instruct Google Analytics to not count the event as an interaction for the sake of bounce tracking.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With