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!
-
For any people later coming in, in this thread. I got in touch with the site owner, it turned out that the GA tracking code was missing on the thank-you page.
-
Sure, if you want, we can discuss this through email. May I know your email?
-
Redirected, how? It could be via Ajax so it won't trigger an official new pageview? If these are not the case can you PM me the site we're talking about?
-
- Is there a new pageview when the user completes the form?
Yes, the person will be redirected to the thank you page once he/she completes an inquiry through our contact form.
- Have you validated the URL by looking at the pages viewed via the Content sub menu item in Analytics?
I don't know why it(/thank-you.html) is not showing.
What do you think is the problem?
-
Hard to say from here what your problem could be, I'm thinking about:
- Is there a new pageview when the user completes the form?
- Have you validated the URL by looking at the pages viewed via the Content sub menu item in Analytics?
-
Hi Martijn,
Thanks for the suggestions. We've already setup a goal tracking in Google Analytics using a URL destination (a "/thank-you.html" page) but I don't know why it is not working on one of our 2 sites. I still can't see any conversion data from the traffic reports once I click the "goal set 1". What we want to track is how many inquiries we're getting (the no. of people who contacted us from a "contact form" in a product page) and see where they come from (Google, Yahoo, Bing, Google Adwords, Facebook Ads, Direct Traffic, Social Media sites, etc.). Let me know your thoughts.
-
Hi,
That would be goal tracking, but you might have to use event tracking to set up the goal tracking. I can give you the whole explanation on how this works but since Google Analytics already created a pretty useful help guide for this: https://support.google.com/analytics/answer/1032415?hl=en I would recommend reading it.
Cheers!
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
-
Tracking a Deposit Page Through Google Analytics: Which is a better way?
Good day to all, I do have game download website (Works like Google Play and Steam) and currently working on the deposit page which is payable by fund transfer and Paypal. The thing is I do not have a confirmation page that I can use to track all incoming successful and unsuccessful conversions for this deposit page. My question is, which is better to use for this kind of tracking a goal in Google Analytics? Are we going to use a virtual page or and event tracking method? How can I track users that visit the deposit page that weren't able to do a deposit attempt? Thanks for answering this question. Have a good day ahead.
Conversion Rate Optimization | | Francis.Magos0 -
How can I track if a landing page assists a lead/goal to another page in Google Analytics?
For example, I'm running a PPC campaign for site.com/landing-page and it consists of different product pages like below: site.com/product-1 site.com/product-2 site.com/product-3 How to determine if /landing-page assists a lead/goal to a specific product page in Analytics? Example scenario: /landing-page -> /product-3 -> Lead TIA!
Conversion Rate Optimization | | zpm20140 -
Why Google Analytics is still showing data for edited/old "Goals"?
For example, I edited "Goal #1" (goal type=event) with new values/event conditions last Nov. 20, 2014. Why Google Analytics is showing numbers from Nov 1-19 for Goal #1? Does Google Analytics show old data?TIA!
Conversion Rate Optimization | | zpm20140 -
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 -
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 -
Adwords Tracking
Hi, With Adwords conversion tracking is it worth allow Analytics data in as well? Does that confuse the adwords tracking data? Does it only include Analytics data that has been set up for conversion tracking? I hope i am asking the right questions 🙂
Conversion Rate Optimization | | wood1e19680 -
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