Why might Google Analytics report a sudden, but persistent, drop in bounce rate (70% to 12%)Does a site's...
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Should I choose Itemized or Standard deduction?
What is the difference between throw e and throw new Exception(e)?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
chrony vs. systemd-timesyncd – What are the differences and use cases as NTP clients?
What am I? I am in theaters and computer programs
Make me a metasequence
What can I substitute for soda pop in a sweet pork recipe?
Is there a ternary operator in math
Is divide-by-zero a security vulnerability?
Why does the 31P{1H} NMR spectrum of cis-[Mo(CO)2(dppe)2] show two signals?
Hacker Rank: Array left rotation
Is there a German word for “analytics”?
Is the set of paths between any two points moving only in units on the plane countable or uncountable?
Did 5.25" floppies undergo a change in magnetic coating?
How would we write a misogynistic character without offending people?
Multiplication via squaring and addition
CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?
What is better: yes / no radio, or simple checkbox?
Why zero tolerance on nudity in space?
Where is this triangular-shaped space station from?
Can chords be played on the flute?
Can you use a beast's innate abilities while polymorphed?
Why might Google Analytics report a sudden, but persistent, drop in bounce rate (70% to 12%)
Does a site's bounce rate influence Google rankings?Why doesn't visitor flow drop-off and bounce rate correlate in Google Analytics?Sudden drop of pageviews/visit and increase of bounce rate in AnalyticsDoes Link Target using “Blank” cause increased bounce rate in analytics report?Why does Google Analytics report 100% bounce rate when the page has lots of page views?Import Analytics goals and Ecommerce transactions directly into AdWords accountDiscrepancies between bounce rate and drop rate in behavior flowSudden increased google analytics bounce rate yesterdayAre FB Instant Articles performance indicators tracked with Google Analytics true?Inconsistent web trafficIs there a way to track the Page Load Timestamp, of an External Link, for Google Analytics purposes?
I was tracking data for a site and realize that there is a sudden drop in bounce rate in Google Analytics. The sudden drop happened across 2 days and remained consistent after.
The bounce rate in January 2019 is about 70% whereas after 2 days, it became 12-15%. I am unaware of what my colleague did so I am trying to figure it out now.
Is a bounce rate of 12% normal?
google-analytics bounce-rate
New contributor
add a comment |
I was tracking data for a site and realize that there is a sudden drop in bounce rate in Google Analytics. The sudden drop happened across 2 days and remained consistent after.
The bounce rate in January 2019 is about 70% whereas after 2 days, it became 12-15%. I am unaware of what my colleague did so I am trying to figure it out now.
Is a bounce rate of 12% normal?
google-analytics bounce-rate
New contributor
add a comment |
I was tracking data for a site and realize that there is a sudden drop in bounce rate in Google Analytics. The sudden drop happened across 2 days and remained consistent after.
The bounce rate in January 2019 is about 70% whereas after 2 days, it became 12-15%. I am unaware of what my colleague did so I am trying to figure it out now.
Is a bounce rate of 12% normal?
google-analytics bounce-rate
New contributor
I was tracking data for a site and realize that there is a sudden drop in bounce rate in Google Analytics. The sudden drop happened across 2 days and remained consistent after.
The bounce rate in January 2019 is about 70% whereas after 2 days, it became 12-15%. I am unaware of what my colleague did so I am trying to figure it out now.
Is a bounce rate of 12% normal?
google-analytics bounce-rate
google-analytics bounce-rate
New contributor
New contributor
edited 11 hours ago
Stephen Ostermiller♦
68.3k1393252
68.3k1393252
New contributor
asked 21 hours ago
J. ShiJ. Shi
264
264
New contributor
New contributor
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I'd be willing to bet that your colleague implemented on-page events.
By default Google Anaytics only measures page views. Bounces are defined as users who only view one page; even if that user spends hours on one page.
Events allow you to track what happens within the page. You can send GA information about items such as:
- User clicking on buttons
- User scrolling the page
- User spending X minutes on the page
- User typing on the page
- User watching a video on the page
- Additional AJAX content gets loaded
All of those events can be marked as "interactive" which causes GA to say "this user did not bounce." They also could be marked as "non-interactive" which does not affect the bounce rate.
If I'm right, you will see data in the "Behavior" -> "Events" -> "Overview" report starting right when your bounce rate went way down.
A 12% bounce rate when events are implemented is quite normal. It is also very normal for some types of sites to have a 75% bounce rate before events:
- Single page applications (SPAs) only have multiple page views if users refresh or click to the site a second time.
- Many sites provide all the information that most users need right in the landing page. That is common for articles and calculators. I feel that it shouldn't be a "bounce" if the user reads the entire article.
Events are the way to let GA know that you are satisfying your users even when they are only viewing one page.
You may want to review the events that are being sent and make sure that each is being marked as "interactive" or "non-interactive" appropriately.
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
add a comment |
The bounce rate, generally becomes low when any of the following changes are done:
- Better Landing Page Experience
- Content served to the user is highly valuable compared to others
- No changes on-page are made but traffic from a low quality source, stopped coming.
To understand why, check the following with your Analytics and colleague:
- Any changes to landing page/content?
- Any changes to the sources of visitors to your webpages?
Is a bounce rate of 12% is not normal?
This totally depends on your website category and traffic sources. For my website, I'm maintaining less than your 12% bounce rate, which not a lot of people could achieve. (The % is not relevant as it also has to be accounted with the no. of users that visit the webpage in a particular period.)
add a comment |
Is that an average bounce rate over different pages/sources?
Usually if it drops to zero it is due to double pageview events firing but since you are showing a consistent 12% I imagine that the tracking issue is only affecting some pages.
I like to use Tag Assistant Chrome add-on for debugging
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "45"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
J. Shi is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f121360%2fwhy-might-google-analytics-report-a-sudden-but-persistent-drop-in-bounce-rate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'd be willing to bet that your colleague implemented on-page events.
By default Google Anaytics only measures page views. Bounces are defined as users who only view one page; even if that user spends hours on one page.
Events allow you to track what happens within the page. You can send GA information about items such as:
- User clicking on buttons
- User scrolling the page
- User spending X minutes on the page
- User typing on the page
- User watching a video on the page
- Additional AJAX content gets loaded
All of those events can be marked as "interactive" which causes GA to say "this user did not bounce." They also could be marked as "non-interactive" which does not affect the bounce rate.
If I'm right, you will see data in the "Behavior" -> "Events" -> "Overview" report starting right when your bounce rate went way down.
A 12% bounce rate when events are implemented is quite normal. It is also very normal for some types of sites to have a 75% bounce rate before events:
- Single page applications (SPAs) only have multiple page views if users refresh or click to the site a second time.
- Many sites provide all the information that most users need right in the landing page. That is common for articles and calculators. I feel that it shouldn't be a "bounce" if the user reads the entire article.
Events are the way to let GA know that you are satisfying your users even when they are only viewing one page.
You may want to review the events that are being sent and make sure that each is being marked as "interactive" or "non-interactive" appropriately.
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
add a comment |
I'd be willing to bet that your colleague implemented on-page events.
By default Google Anaytics only measures page views. Bounces are defined as users who only view one page; even if that user spends hours on one page.
Events allow you to track what happens within the page. You can send GA information about items such as:
- User clicking on buttons
- User scrolling the page
- User spending X minutes on the page
- User typing on the page
- User watching a video on the page
- Additional AJAX content gets loaded
All of those events can be marked as "interactive" which causes GA to say "this user did not bounce." They also could be marked as "non-interactive" which does not affect the bounce rate.
If I'm right, you will see data in the "Behavior" -> "Events" -> "Overview" report starting right when your bounce rate went way down.
A 12% bounce rate when events are implemented is quite normal. It is also very normal for some types of sites to have a 75% bounce rate before events:
- Single page applications (SPAs) only have multiple page views if users refresh or click to the site a second time.
- Many sites provide all the information that most users need right in the landing page. That is common for articles and calculators. I feel that it shouldn't be a "bounce" if the user reads the entire article.
Events are the way to let GA know that you are satisfying your users even when they are only viewing one page.
You may want to review the events that are being sent and make sure that each is being marked as "interactive" or "non-interactive" appropriately.
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
add a comment |
I'd be willing to bet that your colleague implemented on-page events.
By default Google Anaytics only measures page views. Bounces are defined as users who only view one page; even if that user spends hours on one page.
Events allow you to track what happens within the page. You can send GA information about items such as:
- User clicking on buttons
- User scrolling the page
- User spending X minutes on the page
- User typing on the page
- User watching a video on the page
- Additional AJAX content gets loaded
All of those events can be marked as "interactive" which causes GA to say "this user did not bounce." They also could be marked as "non-interactive" which does not affect the bounce rate.
If I'm right, you will see data in the "Behavior" -> "Events" -> "Overview" report starting right when your bounce rate went way down.
A 12% bounce rate when events are implemented is quite normal. It is also very normal for some types of sites to have a 75% bounce rate before events:
- Single page applications (SPAs) only have multiple page views if users refresh or click to the site a second time.
- Many sites provide all the information that most users need right in the landing page. That is common for articles and calculators. I feel that it shouldn't be a "bounce" if the user reads the entire article.
Events are the way to let GA know that you are satisfying your users even when they are only viewing one page.
You may want to review the events that are being sent and make sure that each is being marked as "interactive" or "non-interactive" appropriately.
I'd be willing to bet that your colleague implemented on-page events.
By default Google Anaytics only measures page views. Bounces are defined as users who only view one page; even if that user spends hours on one page.
Events allow you to track what happens within the page. You can send GA information about items such as:
- User clicking on buttons
- User scrolling the page
- User spending X minutes on the page
- User typing on the page
- User watching a video on the page
- Additional AJAX content gets loaded
All of those events can be marked as "interactive" which causes GA to say "this user did not bounce." They also could be marked as "non-interactive" which does not affect the bounce rate.
If I'm right, you will see data in the "Behavior" -> "Events" -> "Overview" report starting right when your bounce rate went way down.
A 12% bounce rate when events are implemented is quite normal. It is also very normal for some types of sites to have a 75% bounce rate before events:
- Single page applications (SPAs) only have multiple page views if users refresh or click to the site a second time.
- Many sites provide all the information that most users need right in the landing page. That is common for articles and calculators. I feel that it shouldn't be a "bounce" if the user reads the entire article.
Events are the way to let GA know that you are satisfying your users even when they are only viewing one page.
You may want to review the events that are being sent and make sure that each is being marked as "interactive" or "non-interactive" appropriately.
edited 11 hours ago
answered 19 hours ago
Stephen Ostermiller♦Stephen Ostermiller
68.3k1393252
68.3k1393252
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
add a comment |
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
1
1
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
Well this is a real eye-opener. You would think that a person landing on the exact page they needed from a Google result would be calculated more favorably. By adding these events does it also improve the SEO algorithm by showing Google that your user did not "bounce" per the redefined definition?
– MonkeyZeus
12 hours ago
2
2
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Google Analytics statistics have no direct impact on SEO. Improving your bounce rate by implementing events doesn't change user behavior and can't affect your rankings. For ranking purposes, Google cares that users are satisfied. Rankings could get worse if lots of users head back to the search results after visiting your site and click on another site instead. For a detailed explanation of why, see my answer to "Does a site's bounce rate influence Google rankings?"
– Stephen Ostermiller♦
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
Wow, two excellent posts. Thank you for sharing your wisdom.
– MonkeyZeus
11 hours ago
add a comment |
The bounce rate, generally becomes low when any of the following changes are done:
- Better Landing Page Experience
- Content served to the user is highly valuable compared to others
- No changes on-page are made but traffic from a low quality source, stopped coming.
To understand why, check the following with your Analytics and colleague:
- Any changes to landing page/content?
- Any changes to the sources of visitors to your webpages?
Is a bounce rate of 12% is not normal?
This totally depends on your website category and traffic sources. For my website, I'm maintaining less than your 12% bounce rate, which not a lot of people could achieve. (The % is not relevant as it also has to be accounted with the no. of users that visit the webpage in a particular period.)
add a comment |
The bounce rate, generally becomes low when any of the following changes are done:
- Better Landing Page Experience
- Content served to the user is highly valuable compared to others
- No changes on-page are made but traffic from a low quality source, stopped coming.
To understand why, check the following with your Analytics and colleague:
- Any changes to landing page/content?
- Any changes to the sources of visitors to your webpages?
Is a bounce rate of 12% is not normal?
This totally depends on your website category and traffic sources. For my website, I'm maintaining less than your 12% bounce rate, which not a lot of people could achieve. (The % is not relevant as it also has to be accounted with the no. of users that visit the webpage in a particular period.)
add a comment |
The bounce rate, generally becomes low when any of the following changes are done:
- Better Landing Page Experience
- Content served to the user is highly valuable compared to others
- No changes on-page are made but traffic from a low quality source, stopped coming.
To understand why, check the following with your Analytics and colleague:
- Any changes to landing page/content?
- Any changes to the sources of visitors to your webpages?
Is a bounce rate of 12% is not normal?
This totally depends on your website category and traffic sources. For my website, I'm maintaining less than your 12% bounce rate, which not a lot of people could achieve. (The % is not relevant as it also has to be accounted with the no. of users that visit the webpage in a particular period.)
The bounce rate, generally becomes low when any of the following changes are done:
- Better Landing Page Experience
- Content served to the user is highly valuable compared to others
- No changes on-page are made but traffic from a low quality source, stopped coming.
To understand why, check the following with your Analytics and colleague:
- Any changes to landing page/content?
- Any changes to the sources of visitors to your webpages?
Is a bounce rate of 12% is not normal?
This totally depends on your website category and traffic sources. For my website, I'm maintaining less than your 12% bounce rate, which not a lot of people could achieve. (The % is not relevant as it also has to be accounted with the no. of users that visit the webpage in a particular period.)
answered 20 hours ago
idkidk
54611
54611
add a comment |
add a comment |
Is that an average bounce rate over different pages/sources?
Usually if it drops to zero it is due to double pageview events firing but since you are showing a consistent 12% I imagine that the tracking issue is only affecting some pages.
I like to use Tag Assistant Chrome add-on for debugging
add a comment |
Is that an average bounce rate over different pages/sources?
Usually if it drops to zero it is due to double pageview events firing but since you are showing a consistent 12% I imagine that the tracking issue is only affecting some pages.
I like to use Tag Assistant Chrome add-on for debugging
add a comment |
Is that an average bounce rate over different pages/sources?
Usually if it drops to zero it is due to double pageview events firing but since you are showing a consistent 12% I imagine that the tracking issue is only affecting some pages.
I like to use Tag Assistant Chrome add-on for debugging
Is that an average bounce rate over different pages/sources?
Usually if it drops to zero it is due to double pageview events firing but since you are showing a consistent 12% I imagine that the tracking issue is only affecting some pages.
I like to use Tag Assistant Chrome add-on for debugging
answered 14 hours ago
Rob TRob T
213
213
add a comment |
add a comment |
J. Shi is a new contributor. Be nice, and check out our Code of Conduct.
J. Shi is a new contributor. Be nice, and check out our Code of Conduct.
J. Shi is a new contributor. Be nice, and check out our Code of Conduct.
J. Shi is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Webmasters Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f121360%2fwhy-might-google-analytics-report-a-sudden-but-persistent-drop-in-bounce-rate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown