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
-
Google Ecommerce Tracking
Hey all, I have GTM set up on a site and I am trying to enable the Ecommerce tracking functionality. My problem is this, I have access to the basket variables all they way through the checkout funnel to the payment page, but they are then lost on the payment completed page. Does anyone know how I can pass the value of the basket across to the payment completed page so I can mark the transaction completed with an actual value present. I cannot post hidden input fields or change the url get variables as the third party system that us used fails. I have thought maybe javascript calls, but not managed to get to work as yet. Can the Google session pass and hold them in the cookies that are set? Any help greatly appreciated. Cheers Tim
Conversion Rate Optimization | | TimHolmes1 -
UX and/or Conversion Help for Ecommerce
Good Morning, We recently revamped and relaunched our ecommerce website and we believe we have built a great site that is easy to navigate, find what you're looking for, get all details, and purchase. We were hoping to get some of the Moz community to take a look at the site and let us know if you have any suggestions on usability or conversion techniques that we could implement to improve user experience and amount of orders placed. You can view our site here Looking forward to your feedback. Thanks in advance
Conversion Rate Optimization | | Prime850 -
PPC & Google analytics - super advanced online course ?
Hi guys, I'm looking for online course for PPC & Google analytics... I'm not looking something for starter and im not looking for something
Conversion Rate Optimization | | EdmondHong87
that you can find on YouTube...I'm talking about super advanced...The best of the best! Anyone know something like this ? Thx1 -
Microsites vs. one site
My client has created a product that he wants to market to two, very different, audiences. The goal is to funnel them through the site and get them to purchase. My question is about the best SEO strategy on how to do this effectively. Since they are distinct audiences with little in common we've recommended building two microsites, and optimizing each with unique content and different keyword focus. I realize it will be harder to optimize two sites rather than one, but it seems to make sense from a user perspective. But once the users goes to a "non-audience specific" page, like any page that is about the product or company and not about the audience, should we build yet a third website that houses the "company/product pages" and channel the conversions there in order to avoid having duplicate content on the two other sites? Or should we put the same "company pages" on both the Audience A and Audience B websites, only vary the text so it doesn't look like duplicate content. Or is the microsite strategy flawed all together? Please keep in mind this is a brand new product and it has national scope. There is no local focus. We will be building their rankings entirely from scratch. I REALLY appreciate any insights you may have. We have been going around and around about this. Thanks
Conversion Rate Optimization | | ptdodge0 -
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 -
PPC Bid Strategies for Adwords PLA Campaign
I am managing a Google Adwords Product Listing Ads (PLA) campaign. The campaign is granular and specific in that each product is targeted via its corresponding ad groups. The structure of the campaign is : Campaign->500 Ad Groups (each ad group targeting a unique product selected by "product_id". I would like to get some ideas and feedback on bidding strategies. The granular structure of the campaign allows me to set a different Default Max CPC and a Max CPC for each unique product. I am unable to find within Adwords a column that shows what the competition is bidding. Is there a methodical procedure to extract this bidding information? I have recently enabled "Search Impression Share" and "Search Impression Lost (IS Rank)", but there is not enough data yet for those stats. What do the PPC experts have to say?
Conversion Rate Optimization | | amitramani0 -
Is it possible to set a Goal conversion tracking from a subdomain to a root domain?
Hi Mozzers, Here is an issue I am going through: I have a root domain(www.example.com) that is the core website where you are able to schedule a service I have a subdomain (sub.example.om) that is part of content strategy offering free tips and follows a different branding strategy. There are internal links from sub to root domain I have a GA subdomain tracking code installed on every page for both domains I would love to set goal tracking on GA for visitors coming to my subdomain, then going to root domain and then schedule a sevices? Is this possible? If it is, can someone show me a How To because I tried it anddidn't work? Thanks mozzers!
Conversion Rate Optimization | | Ideas-Money-Art0 -
Google Analytics e-commerce tracking on multiple pages
Hi, I work in the airline industry and we are trying to implement Google analytics on our site. We are at the stage of getting e-commerce tracking setup. The problem we face is that we have multiple receipt pages (booking confirmation pages in our case) instead of just one as most carts would have. These are completely independent of each other. My question is can I use the same e-commerce tracking code on each page or do I need to setup multiple trackers. I reviewed the documentation here: https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce#multitracker however I'm unsure if multiple trackers are needed when using it on multiple pages or is this just for multiple trackers on the same booking confirmation page. any help on this would be greatly appreciated
Conversion Rate Optimization | | aerlingus0