Goal Tracking in Google Analytics
-
Hi guys,
I just want to ask if you have videos or blogs about setting up goal tracking using conversion page or a "thank you page" in Google Analytics. This will help me to get how many inquiries (from contact form) I am getting and for me to know where they came from using Google Analytics (countries, source/site they used, time on site, category page and landing page, etc.).
#2 question - In case I don't have a "thank you" page, is it possible for me to get these "goals"? Do I need to insert a code in each of the "send" button in my contact form?
Looking forward for a positive response from you guys.
Thanks,
JC
-
Have you checked out Google's Analytic's training, they have video about how to do this. You should be able to access it from your analytic's account.
Also here is a link to Google Goals: https://support.google.com/analytics/answer/1032415?hl=en
Not sure if this is what you are after, we tend to set up goals in Google Analytics, we can then match that goal to our lead forms, all thanks to our great web developer.
-
To answer your question #2: If you don't have a thank you page, you probably want to track clicks on the "send" button and define them as goals. In order to do that, you have to add analytics javascript to the button so it's defined as an event. Then you go to goal setups as described above by Brian and define those events as goals.
As described here: http://www.hongkiat.com/blog/google-analytics-goals-funnels-tips/#Event
-
You can setup a thank you page in google analytics by doing the following:
- Log into your Google Analytics account and go to the website profile for your site.
- Click on the “edit” button to the right of your site link.
- You should now see an area if you scroll down a little called only “goals”. Click on the first link on the right to “add goal”.
- Once there, name your goal. I named mine “subscribers”. Under Goal Type, select “URL Destination”.
- After that, you should be given more options to input your “thank you” page information. Under “match type” select “exact match” and input your goal url as “/thank-you/” if your whole url was http://www.mysite.com/thank-you/
- If you want to track sales, you can additionally input the value of your average sale too (win!).
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
-
We changed our domain, I used the move tool in Google Search Console and I am having our site redirected and go daddy, and now I spoke with someone who suggest we do a 301 redirect for all pages on our site and I’m not sure that’s the correct move.
We just changed our domain name after 15 years. when I bought the new domain name I called Go Daddy and they instructed me to contact my google G sweet admin account and change all of our emails over which I did and then I went into Shopify who is my host and changed my primary domain there and then I went back to Go Daddy and had my old website forwarded to my new site. since then there has been nothing but problems with Google. my product feed from my merchant center account has been suspended three or four times now, I tried to rename and move all of my Google accounts from my old domain to my new one, but I am not an SEO person... after making the changes I have started google chats with analytics department with the merchant center with Google as they all keep saying that it looks fine but I’m not convinced because the product feed keeps getting disapproved. So I posted an ad for help and the Guy I spoke with suggested I do a 301 redirect for every single page on my old site, But I’m concerned that might confuse things further? I’ve already started the move in Google Search console And in Shopify I added the old domain back into the domains section and am having it redirectEd that way too... I guess I’m just looking to know which way I should proceed, any and all advice is warmly welcome thank you in advance Maureen
Conversion Rate Optimization | | TooFast130 -
How to fix canonicalization so Google shows our company's website and not LinkedIn
I work for a company that builds and manages apartments. I would like to know how we can fix canonicalization. You see, we have been posting our company's blog articles not only on our company's website, but also on LinkedIn. When people search for one of our articles, Google is displaying the article for LinkedIn. Except, that's not what we want. I'd prefer for Google to display our company's website, to drive more traffic to our website and not LinkedIn. For instance I just Googled the title to one of our company's blog article "Great Leadership is about Influence not Authority." The first thing to show up was a link to see the article on LinkedIn. There was nothing referring to our company's website. Here is a link to the LinkedIn account where we have been posting the blogs: https://www.linkedin.com/pulse/great-leadership-influence-authority-mike-kaeding/ Here is a link to the same article, but on our company's website: https://www.norhart.com/blog/2018/08/08/great-leadership-is-about-influence-not-authority/ Why is Google showing the article for Linkedin and not our Company's website? Might LinkedIn have canonicalization over Google? If so, how might we be able to reverse this and drive people to our company's blog instead. Any ideas I'd greatly appreciate it! Thanks.
Conversion Rate Optimization | | mikleing0 -
Any way to track an Email Href in Analytics ?
Moz, To help with our conversion tracking efforts is it possible to track contact Email Href clicks ? Preferably using Google Analytics so i can filter them into my reporting, Thank you, James
Conversion Rate Optimization | | Antony_Towle0 -
Rel=author: inactive google+ better than no authorship?
some doubts about implementing rel=author: I have no google+ account so far and I have no intention to start activities in google+. Shall I still add rel=author and create a new empty google+ account (without google+ activity but using gmail) or would you recommend rather not to add rel=author in this case? I have 2 sites ranking in top10 SERP for my targeted keyword. One online shop and on another domain a non-commercial site with information on the topic. Would you rather associate same or different google+ accounts (from different people) with these two sites for both rel=author and rel=publisher? thanks.
Conversion Rate Optimization | | lcourse0 -
Recommendations for Books on Analytics, Ecommerce and Data Manipulation?
Having just moved into a position where an Ecommerce site is now a big part of my responsibilities I'm looking to get up to speed on the topic (been a while since I worked on a shop). Site is Magento based. I'd also like any recommended books on broader analytics and using/reporting data. Obviously finding books on these subjects isn't difficult, I'd just like mozers thoughts on any that are particularly good and more important still relevant ie fairly recently published. Quite broad topics these I know but open to any or all suggestions - however not too worried about covering wider SEO, more 'technical' guide style is what I'm interested in. Couldn't really find any threads on books in general so should be an interesting topic (I hope!) Thanks in advance for any help and suggestions.
Conversion Rate Optimization | | SteveHoney650 -
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 -
Google Analytics - Goal tracking question
If my form starts on domain1.com/leadform/html and the confirmation page is on Domain2.com/confirmation.html can I still set up GA goal conversion tracking?
Conversion Rate Optimization | | TheGrid0 -
Analytics for Facebook
I'd like to get some more accountability in my Facebook campaigns in the FB ads interface is woefully inaccurate regarding fan conversion. What's the best way to integrate Google analytics, or another tracking program into the new Iframe custom business pages?
Conversion Rate Optimization | | totalseo-1557340