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
-
Weighted number of conversions - any explanation?
Do any of you know meaning of "weighted number of conversions" in attribution models? How google analytics calculate it? Any example? Thank you.
Conversion Rate Optimization | | Tormar0 -
Attribution model - the weighted number of conversions - GA
Hi, 1.Can someone explain me with an example what is "The weighted number of conversions under the custom selected attribution model"? How Analytics calculate it? 2. If I increase e.g social source for 1.4 in my attribution model, my organic or direct source are loosing that weighted number of conversions. Could it be because of organic or direct getting lower credit, or for some other reason? Ty. Br.
Conversion Rate Optimization | | Tormar0 -
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 -
Landing page on a separate domain?
I want to start a PPC campaign for an ecommerce site, but my ads are rejected due to my URL being offensive. The name works great from a branding perspective, but it has kept me from being listed in certain directories and advertisements. I thought about buying a separate domain to host the landing pages for the PPC campaign where the user would then be redirected to my product page for purchasing. Is this a good idea? Would you recommend another approach?
Conversion Rate Optimization | | RaginCajun0 -
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 -
Same review across multiple pages
Hello, I would like to add reviews on some pages of my website, so it could eventually show up in the google search results with some nice stars. The problem is that the same review will be shown on multiple pages: Example: Reviews about France Reviews about French Riviera Reviews about Monaco (The review is about Monaco but as it's a town on the French riviera and in France i would like to use it to calculate an "Aggregate Rating" for the parent destinations...) Do you think that the use of the same review (with microdata) across multiple pages could be interpreted as a spammy way to get stars in the SERP and eventualy result in lower positions ? Or should I just use the Aggregate Rating without the reviews ? Many thanks for your answers, BR from France Evgueni
Conversion Rate Optimization | | 3vgueni0 -
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 -
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