Need help Tracking PPC vs Organic and respective ROI
-
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form.
I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url.
I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic.
So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes:
$url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (false !== strpos($url,'gclid')) { ?>
Essentially this is saying:
If gclid is in the url, or if the cookie contains PPC
set the Web field as PPC Else
Set it as Organic.this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data?
thanks
-
You say that your solution works 80% of the time - how do you know that? Do you have any ideas for why it wouldn't work for the other 20% of the time? Here are some of my thoughts -
1. Not all of your leads will likely be generated by Google (organic or paid). Are you taking into account that visitors who come from a link on another website and fill out the form should not be tracked as Organic or PPC? It looks like your script is determining every visitor who doesn't come from AdWords should be counted as Organic, and that may be what is causing the discrepancies in your data.
2. What about visitors who come from a search on Yahoo or Bing? Are they being tracked as Organic in your script?
3. It's possible that some of your visitors have cookies and/or Google Analytics disabled so I can see that messing up your data if you are checking the GA cookie.
I can definitely understand the value in passing the source info along through your form, but it looks like your script might need a little finetuning to track more accurately. I have actually ran into similar issues before with trying to pass the source of the lead through the end of the sales funnel so I can determine which traffic sources/keywords generated conversions that resulted in sales without needing a full blown CRM and developed a free tool called Convertable which does exactly what I was looking for. If you are still having problems with your script, feel free to give it a try.
-
TJ,
Why send the source info through the form? Are you passing it your CRM or something?
I typically just utilize Google Analytics to track the source. You can set a custom variable with the lead's name into GA if you want to match up leads.The avantage is that you can also track other lead sources like organic, social, etc. in addition to PPC.
Of course, if you're doing really high volume, this isn't real efficient.
-Rick
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
-
Viability of PPC for Competitive Keywords?
My company is a commercial real estate agency in New York City that helps businesses acquire office space. We are thinking of running a PPC campaign on Google Adwords. However our targeted keywords can cost up to $30 each. Perhaps we can spend $2,000 to $3,000 per month. Is there any way to predict if this campaign would be cost effective? If only 1 out of 15 site visitors generated by the PPC campaign contacts our firm, and one out of ten of those is a viable prospect, and we close with one out of five of those, it would mean that it would cost 750 clicks per transaction. If an average click is $20, that means that we would need to spend $15,000 per transaction. Our average commission is $20,000. So this is very marginal. Is my calculation overlooking something? A few keywords we would be competing on are the following: Manhattan office space rates
Conversion Rate Optimization | | Kingalan1
Manhattan office space for lease
Rental office Manhattan
Midtown office space for rent
Office space for lease nyc I might ad that we are competing against huge companies like Loopnet, Weworks, Regus, and several large real estate brokerages and landlords. Also, many of PPC visitors are running office space like searches when they are looking for shared executive office suites with very short term leases. This is not our market, we are seeking tenants that need their own demised space for a lease term of at least 3 years. Is there any way PPC can filter out clicks so we don't pay for visits from the executive office suite market? The site that we would be marketing is www.metro-manhattan.com Thanks,
Alan Rosinsky0 -
Bounce rate vs main domain and subdomain
So there is a website www.domainname.com that is based on wordpress. Basically this site has 8-10 pages but it is not a blog. And it has a subdomain mystore.domainname.com which is based on magento. While developing the site the circumstances were such that we had to use a subdomain for ecommerce based on magento. So the wp site is ranking and people are landing on that site. It makes sense when it has a bounce rate of around 72% because people are actually going to the subdomain ( store ) after they land on the wp site. Because they are actually looking to buy. My question is will this bounce rate affect in ranking of the wp site ? Because for now only the wp site is ranking for most of the terms. Should i consider removing the wp site and have the whole site based on magento ? I appreciate any kind of feedback and suggestion 🙂
Conversion Rate Optimization | | MindlessWizard0 -
Has anyone ever used Adwords' Forwarding Numbers as a Call Tracking Service?
Hi, I was taking over a client's Adwords account from a previous agency. It appears the former agency added the Google Forwarding Number (for call tracking on call extensions) and added it to the client's website. Therefore, if anyone calls that number from the website, it would register within Adwords (just not as a conversion but as a click under "call extensions") The problem: you can't filter by phone number (the same number calling +1 would indicate spam) you can filter by device (so tablet / computer) can be considered spam generally. Questions: Anyone ever used this before? Your thoughts? Does anyone know if there is spam coming from mobile devices now-a-days? Please tell me what I'm missing. Any advice / anyone else seen this / done this? Thanks Moz Community, Cole
Conversion Rate Optimization | | ColeLusby0 -
Help! Tracking Conversion Source of Specific Users: Possible? How?
Just as an example, let's say we generate a website lead from John Smith. Can we trace John Smith's activity back through AdWords or Analytics to see exactly where he came from and (with AdWords for example) what keyword he typed in before clicking our ad and converting? Thanks for the help!
Conversion Rate Optimization | | RickyShockley3 -
What is the B2B Benchmark for PPC Landing Page Conversions
I work for a B2B software company and have recently begun implementing PPC via Adwords. I was wondering what you guys use as a standard benchmark for a successful landing page, specifically conversion rate? Conversion rate being defined as someone clicking to the landing page, then clicking on a link or filling out a form on the landing page.
Conversion Rate Optimization | | Manseo0 -
Event Tracking or Goal Tracking?
Hi guys, What do I need to implement if I want to track sign-ups (and where this successful transaction/goal came from) and email inquiries (from a contact form)? Event Tracking or Goal Tracking? If you can share some of your guides or blogs/articles you found online, that would be great. Thanks in advance! 🙂
Conversion Rate Optimization | | esiow20130 -
Tracking Adwords Conversions for eCommerce ROI
I'm working with a rather large eCommerce customer who needs to be able to track their Adwords conversions for the purpose of determining the ROI of their Adwords campaigns. I've installed code from Google Adwords Conversions on their eCommerce page, but it doesn't seem to be calculating values correctly. Also, where would setting goals in Analytics come in to play if I'm trying to track the conversions of specific Adwords conversions?
Conversion Rate Optimization | | SmokewagonKen0 -
Page Title Tags - SEO vs CRO ?
Hi everyone, Thanks to what seems to be a recent(ish) algo change in Google, some of our more targeted deeper pages are ranking for search terms where before only our homepage would rank. This is of course great however I am a little worried that some of the page titles of our internal pages are a little short, for example our main departments (we are an ecommerce store) are titles 'Department Name | Liberty Games' so for example 'Pool Tables | Liberty Games'. I have heard varying reports on what to do with the title tag, I have heard to keep the most relevant keywords to the left of the tag, which we have done, I have also heard that shorter is better. I am just a bit concerned that our tags are looking a little stumpy in the serps alongside other results which are longer (although admittedly a bit keyword stuffed). So (eventually) my question is, will short titles harm my click-through rate ? but are shorter titles better for SEO ? If longer is better are there any recommendations about what I could add to these titles that could potentially help click-throughs and natural rankings ? Many thanks, Stuart
Conversion Rate Optimization | | stukerr1