- Joined
- Nov 18, 2014
- Messages
- 555
- Likes
- 345
- Degree
- 2
After messing up the Google tracking code a few times, I've finally got some data on actual page dwelling time (sends incremental signals but only while screen is in view mode in browser).
I'm trying to optimize, refine, etc. I can Google "average bounce rates" and stuff, but its all so different and subjective.
I'm measuring dwell time in increments of:
For viral Reddit traffic on a news/opinion article of about 500 words (no other traffic sources) my bounce rate was like 95% with dwell times of:
For viral Facebook traffic on a very unique large interactive resource page with lots of data (no other traffic sources):
For organic traffic on a detailed buyer's guide ranked #3rd-4th for term (no other traffic sources):
I fully expected Reddit and FB viral traffic to have those dwell numbers. But, the organic traffic in the 0-30 second page dwell range was a surprise to me. Seems really high.
What does it mean if someone bounces in the 10 second range?
Code:
function timer11(){ga('send', 'event', 'TimeOnPage', '1', '11-30 seconds', { 'nonInteraction': 1 });}
function timer31(){ga('send', 'event', 'TimeOnPage', '2', '31-60 seconds', { 'nonInteraction': 1 });}
function timer61(){ga('send', 'event', 'TimeOnPage', '3', '61-180 seconds', { 'nonInteraction': 1 });}
[...]
ga('send', 'event', 'TimeOnPage', '0', '0-10 seconds', { 'nonInteraction': 1 });
setTimeout(timer11,11000);
setTimeout(timer31,31000);
setTimeout(timer61,61000);
[...]
I'm trying to optimize, refine, etc. I can Google "average bounce rates" and stuff, but its all so different and subjective.
I'm measuring dwell time in increments of:
0-10 seconds
11-30 seconds
31-60 seconds
61-180 seconds
181-600 seconds
601-1800 seconds
1801+ seconds
11-30 seconds
31-60 seconds
61-180 seconds
181-600 seconds
601-1800 seconds
1801+ seconds
For viral Reddit traffic on a news/opinion article of about 500 words (no other traffic sources) my bounce rate was like 95% with dwell times of:
0-10 seconds 38.09%
11-30 seconds 29.57%
31-60 seconds 17.45%
61-180 seconds 9.55%
181-600 seconds 3.08%
601-1800 seconds 1.59%
1801+ seconds 0.67%
11-30 seconds 29.57%
31-60 seconds 17.45%
61-180 seconds 9.55%
181-600 seconds 3.08%
601-1800 seconds 1.59%
1801+ seconds 0.67%
For viral Facebook traffic on a very unique large interactive resource page with lots of data (no other traffic sources):
0-10 seconds 25.02%
11-30 seconds 21.22%
31-60 seconds 18.04%
61-180 seconds 14.94%
181-600 seconds 9.81%
601-1800 seconds 6.81%
1801+ seconds 4.16%
For organic traffic on non-monetized "fun" list - over 1,500 words (no other traffic sources):11-30 seconds 21.22%
31-60 seconds 18.04%
61-180 seconds 14.94%
181-600 seconds 9.81%
601-1800 seconds 6.81%
1801+ seconds 4.16%
0-10 seconds 24.64%
11-30 seconds 20.29%
31-60 seconds 18.30%
61-180 seconds 15.76%
181-600 seconds 11.78%
601-1800 seconds 6.52%
1801+ seconds 2.72%
11-30 seconds 20.29%
31-60 seconds 18.30%
61-180 seconds 15.76%
181-600 seconds 11.78%
601-1800 seconds 6.52%
1801+ seconds 2.72%
For organic traffic on a detailed buyer's guide ranked #3rd-4th for term (no other traffic sources):
0-10 seconds 25.40%
11-30 seconds 23.01%
31-60 seconds 19.72%
61-180 seconds 16.43%
181-600 seconds 10.06%
601-1800 seconds 4.08%
1801+ seconds 1.29%
11-30 seconds 23.01%
31-60 seconds 19.72%
61-180 seconds 16.43%
181-600 seconds 10.06%
601-1800 seconds 4.08%
1801+ seconds 1.29%
I fully expected Reddit and FB viral traffic to have those dwell numbers. But, the organic traffic in the 0-30 second page dwell range was a surprise to me. Seems really high.
What does it mean if someone bounces in the 10 second range?
- Site didn't load/throws error
- They decide the info they want isn't on the page
- Can't find the info they want fast enough
- They were expecting different content style
- Judgement call that they don't trust the site
- The SERP title doesn't represent the site's content
- Found the content they wanted ridiculously fast (word definitions, "yes, no" answers, etc)