Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Google Analytics showing my Adwords campaign bounce rate at 0%
-
I am relatively new to Adwords, and I can't figure out why the Adwords section of Analytics is showing all my site visitors at 0% bounce rate. Does that mean the account connection is not done right? Obviously Google ads are not a 0% bounce rate.
If I can't get that to work, does anyone know how Google ads appear in Traffic? Is it Direct or Referral?
I'm sure there's some simple answer I'm just not aware of, I would appreciate anyone's help.
Thanks!
-
Hey Crystal, a couple things come to mind in this scenario.
The first is the obvious stuff like duplicate GA tags, which in my experience cause 100% bounce rates, not 0%, but still could be a possible issue.
The second is that something on the page is firing that causes a "single-visit but non-bounce session". The article linked earlier by Linda is a good explanation of this, but essentially there are multiple interactions a user can have on their first page of the site that would count as a non-bounce visit. They are:
- Pageviews (sent via _trackPageview)
- Events (sent via _trackEvent)
- Ecommerce Items (sent via _addItem)
- Ecommerce Transactions (sent via _trackTrans)
- Social (sent via _trackSocial)
- User Defined _deprecated, though functional _(sent via _setVar)
- (Cited from http://www.analytics-ninja.com/blog/2012/06/google-analytics-bounce-rate-demystified.html)
So, if the developers installed a tag that fired an event when PPC visitors land on the site, for example, that would cause a 0% bounce rate from PPC visitors, even if that user left without viewing another page. Not sure if that's your problem for certain, but it was the first issue that popped into my head. I haven't heard of a remarketing script firing one of these hits but could be the reason.
-
Do you think it is possible that a GA code and an agency's codes on the same page would be conflicting? The agency is doing remarketing for us. (still 0% bounce rates)
-
Yes, actually. I had my web dev check out the codes, and there might be an issue with a second tracking code we have on the site for an agency we are working with for remarketing. I haven't really figured out what to do yet.
-
Hey Crystal, how is this going? Are you still seeing 0% bounce rates?
-
Yes, you will have to wait a bit to see if that changes anything. But in the meantime, take a look at the source code of one of the pages that is reporting a zero bounce rate and see if the Analytics code is on the page twice. (Here is an article on bounce rates that has additional information, if that is not the answer.)
-
Yes, I thought I had. I went and re-did it. I also added columns into my Adwords for analytics. It's still showing all my bounce rates as 0%. I suppose I will wait 24 hours and see if populates differently...
-
Going back a step, have you linked your Adwords and Analytics accounts? Here's how.
-
Thanks for your help!
Something must be wrong because my Channels doesn't even have Paid Search listed. I will look into it more.
-
Is your Analytics code present twice on the page? That could do it. And in Google Analytics, the medium for Adwords would be "cpc" or if you look in channels, it is "paid search".
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Adwords Conversions - Trying to track button clicks that fire when Bootstrap modal contact form clicked/opened
Hi there, I'm trying to implement google adwords conversions on a particular client's website. They have used bootstrap as the framework for their site and mainly open up contact forms within a bootstrap modal, after a button is clicked. See here: http://www.gtwstorage.co.uk/ I thought I had successfully implemented the adwords conversion tracking however it has been a week now, and my conversions still say they are "unverified". I wonder if anyone else has encountered this before and knows what I might be doing wrong. Thank you in advance, Darren
Paid Search Marketing | | SEODarren0 -
How to track in Google Analytics 2 different subdomains (one for website, the other for PPC landing pages)
Hello Mozers! I have a website with organic visits/goals on www.site.com and a few AdWords Campaign landing pages on lp.site.com whose goals are tracked with both adwords conversion monitoring AND analytics (not imported from analytics into Adword). The landing pages of the campaign have nothing to do with the web site (different cms, they don't link each other, totally isolated) and viceversa. Given that, what would it be the best practice to configure Google Analytics to track the website (www.site.com) AND a PPC campagin (lp.site.com)? I have been told to set up different views of the same property, but do I really need that? Please let me know what are you thinking. Thank you very much. DoMiSoL Rossini
Paid Search Marketing | | DoMiSoL0 -
Moving from old GTM to New Version of GTM - Analytic & Adwords transaction and revenue stop refelecting
Hi Guys, I am moving from old version of tag manager to new version of tag manager. But when i do so at that time in my google analytic 1) my adwords transaction, revenue and ecommerce conversion rate stop showing. 2) In ecommerce -overview also transaction, revenenue and ecommermce conversion rate stop showing. Can any one tell me what is the issue? I am sharing with you the details configuration of my old tag manager and new version of tag manager - I am using google analytic having id - UA-12345678-9 I am using old version of google tag manager in that i have configure 5 tags - a) google adwords conversion tracking
Paid Search Marketing | | devdan
b) GA pageview tracking
c) google remarketing
d) GA conversion tracking
e) twitter conversion tracking I did following configuration for all - Tag Name - google adwords conversion tracking
tag type - Adwords conversion tracking
conversion id - 123123123 ( from adwords)
conversion lable - sdfsnfs-sfsf ( from adowrds) Firing rule -{{url}} contains ordersuccessful.aspx
{{event}} equals gtm.dom save Google Analytic PageView Tracking
Tag Type - classic Google Analytic
web properid id - UA-12345678-9
track type - page view Firing rule - all pages save GA conversion Tracking
tag type - classic google analytics
web property id - UA-12345678-9
track type - transaction Firing rule -{{url}} contains ordersuccessful.aspx
{{event}} equals gtm.dom By above configuration everything work fine with google analytic. In New versoin of tag mananger following configuration i did - Adwords conversion tracking
Choose Product - Google Adwords
choose tag type - adwords conversion tracking
configure tag - conversion id - taken from adwords
conversion label - taken from adwords
conversion value - {{google_conversion_value}}
Fire on - Name - order successful page
type - custom event
Filter- Page url contains ordersuccessful.aspx
event equals gtm.dom save Choose Product - Google Analytic,
choose tag type - universal analytic
configure tag - tracking id - UA-12345678-9, track type - page view Fire on - All pages save GA conversion tracking Choose Product - Google Analytic,
choose tag type - universal analytic
configure tag - tracking id - UA-12345678-9, track type - transaction Fire on - Name - order successful page
type - custom event
Filter- Page url contains ordersuccessful.aspx
event equals gtm.dom save By above configuration my analytic stop reflecting transaction, revenue, ecommerce conversion rate for adwords and ecommerce overview. Thanks!0 -
World Localities in AdWords?
If I target the topic "World Localities>San Antonio", what type of sites my ads will be display? Are they sites about San Antonio, like tourism guides or event listings? Or are they related to San Antonio, like a university or flower shop in San Antonio?
Paid Search Marketing | | howlusa0 -
AdWords training resources
Hi guys, Aside from Google certification, can anyone suggest a good training program for Adwords? I'm studying their materials, but more formal training, where I can be tested in my knowledge and improve in certain areas as necessary. I want something with videos with demonstrations. Going from organic SEO to SEM and am frightened! Thanks,
Paid Search Marketing | | SSFCU
Sarah0 -
Google Analytics CPC and PPC not Matching
Hi Why do our CPC in Google Analytic not match our PPC in Adword, surely they should be identical? We have Auto-tagging switched on and data in our history is wrong so it is not a timing issue. Thanks
Paid Search Marketing | | Studio330 -
Increasing Google Ad spend - is it worth it
Hi We are currently spending approx £500 pcm on google ad words however if I increased this spend to £4000 pcm what kind of results would this achieve? For example would it just be more visits per day as the budget is larger? Also what is the best way to track the success of an adwords campaign - the ultimate goal of the campaign would be to generate a lead whether this be a phone call, email or using our book an appointment form. Our service covers a geographical area (Scotland) and for organic search we are doing well 1st pages listings for searches such as pvc doors edinburgh etc so I am unsure whether it's worth increasing my PPC spend or put more resource into SEO, or even Facebook ads?
Paid Search Marketing | | ocelot0 -
Adwords budget for different days of the week
We operate a Google Adwords campaign that clearly performs better conversion wise on Monday, Tuesday and Wednesdays ... What is the best way to stack a higher daily budget on specifc days in Adwords - There doesn't appear to be any formal way of doing this and the advice online is mixed...
Paid Search Marketing | | digitalarts0