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.
How to track full path of website visitors until conversion, not just landing page?
-
hi,
This is my first question in the forums and I'm looking forward to be part of a great SEO community. I was wondering ow to track full path of website visitors until conversion, not just landing page?
I've been using Wordpress jetpack site stats for while, which shows great data like keywords used in google, landing page etc. But I would like to have access to the full path for each separate visitors (including their IP address and country is possible) to improve my website and conversions.
Example:
step 1: Visitor X types "seo" on Google
step 2: visitor lands on my homepage
step 3: visitor visits to order page and buys
Is there such tool available as a Wordpress plugin? Or do I have to use Google analytics for this?
thank you for your help,
Marc
-
Thank Tim,
I'll have a look at those marketing automation softwares
Marc
-
Thank you Mark, I will set that up right away. Got 1 more question on this subject:
If I set the 'goal' as my order page, I am still missing insights on how many people actually paid compared to the number of people that only visited my order page. I currently use Paypal IPN to receive payments. Does Google analytics offer tracking of the people that only went through and paid via Paypal?
thank you,
Marc
-
It's called Google Analytics
-
Use Google Analytics for this - set up your conversions as goals, and then you can track via various reports the conversion process - what did they do, where did they go, how did they flow through your website from initial landing page to full conversion.
Google Analtyics is very powerful - it does multi touch attribution - multiple visits until your conversions, how they came each time to your site, etc.
It really is a wonderful tool - here is a guide to setting up goals - https://support.google.com/analytics/answer/1032415?hl=en
Once the goals are set up and the data is flowing, the fun really begins, and you can make lots of actionable analysis to improve your site based on it.
Good luck,
Mark
-
If you dive into Google Analytics/ GWT, you can get some great information like this - and it's free. Not sure the exact reason you want to follow specific individual behavior, but if you are trying to gather more intel on how "hot" your prospect is, then you may want to consider looking into marketing automation software. These are designed to track individuals and score them. They can even integrate them into your CRM like Salesforce.
Do a search for marketing automation software. Here are a few to consider, from low cost to higher cost, higher functionality: Optify, Act-On, Hubspot, Marketo.
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
-
Partial Website Translation - Strategy Debate
Hi We have a travel site with over 3000 pages in English. Of these around 200 relate to products and the rest are content articles, most of which with very low traffic. Certain products and pages appeal directly to users in different languages (around 20-30 out of 200 for each language). We are debating how to go about translating these pages... If we did "oursite.com/es/product", "oursite.com/de/product", etc then users entering the site on these translated pages from Google would be limited to seeing a very cut down site, bearing in mind most speak English and would also be able to interact with our English language content we are probably losing out. Also, if we detected user language on entry, we would show effectively hide most of our product and content from users. Any suggestions or ideas about how to go about this without losing engagement/conversions/creating a mess?
Conversion Rate Optimization | | ben100010 -
Overlay / modal for product pages - bad or good for SEO?
Hi all, I am considering using full overlays/modals for an e-commerce site for all our product pages (category/listing pages will be "normal", the product page will come over the listing page as an overlay/modal when you click on the product). Those “product overlays” will also be accessible directly with own URL (if need to be linked to for ex.). All the literature I find out there treats overlays and modals as “marketing” ones (ads, sign-ups, etc.) and is generally critical to overlays when it comes to SEO, while also saying that an overlay that has to do with good UX should not hurt the SEO of our site. What do you think? Will all product pages as overlays be considered as good UX by the search engines and therefore not be negatively impacted, SEO speaking? Or should we stay clear of overlays and create “normal” product pages? Thanks in advance! Arnaud NB: The reason we want to create those overlays are for design and UX purposes, and try to increase our conversion rate.
Conversion Rate Optimization | | Arnaud_Fo0 -
Multiple Thank You pages with one Contact form - PPC
Hi everyone,
Conversion Rate Optimization | | Carla_Dawson
I am running a PPC (Google Adwords Campaign) and it is pretty big. I have about 25 landing pages each with a Contact Form. I need the contact form to go to a unique thank you page for each landing page to measure conversions via Google Adwords. In other words I need the contact form on submission to redirect to a specific and unique thank you page that I can define. The contact form needs to be the same for all landing pages to avoid having to produce 25 landing pages. I am ok with producing 25 Example
http://www.maindomain.com/landing-page-1 redirects tohttp://www.maindomain.com/thank-you-1 http://www.maindomain.com/landing-page-2 redirects tohttp://www.maindomain.com/thank-you-2 http://www.maindomain.com/landing-page-3 redirects tohttp://www.maindomain.com/thank-you-3 Can someone help me with this?
Thanks https://wordpress.org/plugins/contact-form-7/0 -
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 -
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
Conversion Rate Optimization | | tjsherrill
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? thanks0 -
Advice on SEO for Chinese Website in China
Hey folks, I am a little out of my depth here because I have never SEO'd a website that is not in English - and especially in China. I have a few questions that I hope someone can help with? What are the primary SE's in China Are there any specifics with regards Keyword Research Are there any specifics around SEO techniques and climbing up the SERPs? I know I don't speak Chinese but I will need to be advising. Thanks, Andy
Conversion Rate Optimization | | Andy.Drinkwater0 -
Conversion optimization with Optimizely, impact on SEO
I am looking into signing up with www.optimizely.com for conversion testing. They put scripting on my site which will then redirect half of my site visitors to an alternate home page. The site I want to test on is ranking quite well with Google and I do not want to hurt my rankings. And with this set up,what Google will think is my home page is not and so I am essentially sending visitors to a different page than Google reads as my home page in source code. So, my concern is whether this will have a negative impact on my SEO rankings to redirect 50% of site visitors to a different page using this testing tool? I would use Google Web Site Optimizer, but many of my sites are in Wordpress and it seems that Wordpress and web site optimizer are not so compatible. Advice would be appreciated. Thank you, Robert
Conversion Rate Optimization | | Robertnweil11 -
Using overlay content on landing pages - possible? recommended?
We want to use an overlay, like a modal dialog, in a landing page to show more information to support conversion without linking to another page or using popups. Anyone have any stats on success or risks? We've considered simple roll-overs to provide some more info, but everyone has raised alarms that we may be introducing a potential technical or usability hurdle for users. The overlay would display when someone rolled over or clicked a "Learn More" link on the page to provide additional offer reinforcement points to drive the visitors from consideration to conversion. Aside from our own testing, we don't have any sources to cite as to whether this approach can or will impact or aid conversion. Any insights would be appreciated.
Conversion Rate Optimization | | lh27121