Clarification on Analytics Goals & Funnel Logic
-
I have a few questions about funnel flow and how my goals are tracked.
1. My goal is a user completing a contact form, form.html. Upon completion, user is redirected to thanks.html, ending the flow. Every page header contains a direct link to form.html. Does this mean every page on my site is considered a "step" leading the user to the contact form? If so, do I list each page containing the form link in the steps, or only form.html?
2. If the above isn't correct, how do I track how the user wound up completing my form. I'd love to know which pages are performing better and leading to more sign-ups (goal completions). Currently I think I'd only be setup to know when a user is on the form.html page and whether they complete it or leave, not how they got to form.html in the first place.
3. My .html pages are actually embedded via iFrame on WordPress pages. My form.html page is hosted on .com/quote and upon completion, form.html redirects to thanks.html within the iFrame (.com/quote remains the actual page). I'd assume this is going to throw off my stats since the physical .html pages don't have Analytics code embedded?
4. How would I track different CTAs on the same page which lead to the same goal? For example, header vs. footer CTA's to the same sign-up sheet.
Let me know if you need anything clarified. Thanks a lot for the help.
-
Nope, no data yet so I'll delete it since it doesn't enhance much. I can use the Reverse Funnel Path to see if they hit the homepage first. I'm hoping to verify I have this setup properly in the next few days. I appreciate the help. Have a great day!
-
Yeah, you could delete that home page just for cleaner reporting if no other reason. That said, if you already have data you need to keep that is in there for historical purposes, might be easier to create a new funnel/goal that excludes the home page and then just use that new goal moving forward.
-
Yes, but I wouldn't know which one led to the conversion, I don't think. The UTM's wouldn't be connected. The internal UTM would show the conversion, even though it was the email UTM which brought me the visitor. I may be wrong about that. Here's a helpful link if you're interested. Thanks for the help, Dmitrii.
-
Thanks again, Matthew. If you have the time, I have a quick follow-up question regarding #1 and then I believe I'm good.
1. It's likely the majority of my goal completers will go from homepage > form > completion page. But some may land organically on a different page and go to form > completion. And of course, people can land on the form page directly from Google.
I currently have the goal set up in Analytics as homepage > form > completion with required checked as No. Should I just delete the homepage as Step 1 since it's not required?
As I understand it, if someone's flow is Page X > Form > Completion, it'll still register as a goal, they'll just show up in the funnel at Form and then go to completion. The homepage there will just show me how many went in that particular flow of Home > Form > Completion. Right?
4. I'm definitely going to look into event tracking. Thank you for the suggestion. I agree about UTMs getting messy.
-
Good point. However, I believe you'd be able to differ the source/medium in campaigns (for utm) and in usual source/medium for usual source medium I hope this makes sense
-
-
Ah, gotcha. You could do that as a two step funnel. You can also look at total sessions on the first page and see how many people from there complete a goal.
-
Cool!
-
Then, in that case, you should be able to add GA on there vs worrying about cross domain (phew!). Looks like Dmitrii suggested the same thing.
-
In that case, I'd use event tracking on the buttons and links so that you know what people are clicking that leads them to the form. UTMs could lead to messy reports since these are internal pages. You'd just have to be careful how you set it up and walk through all the various edge cases to make sure it will work, but it should.
-
-
4. Wouldn't UTM's skew the reports if there's multiple trackings going on? For instance, if a user lands on my site via email promotion (which I'm tracking via UTM) and then clicks a footer link to my contact form (which by your suggestion would have UTM as well), won't the original email UTM not register? I thought that would consider it a new traffic source.
-
3. Since it's on the same domain - yes, it'll work. Still not my preferred method But if it's how it has to be, go ahead
4. Either UTM or different goals. Personally, I'd go with UTM - less trouble reading reports etc.
-
Hi Dmitrii,
Thanks for your insight.
1 & 2: I believe both of these issues have been solved by your suggestion of Reverse Goal Path. Thanks!
3. To clarify, the iframes are hosted internally on the same domain as the tracking code, not externally on a 3rd party. Our CRM software is necessary and loading an iframe this way is safest way for us to display their web form. So again, not trying to connect multiple GA's, just this code to Analytics. I'm pretty sure I can add the standard Analytics tracking JS to in contact.html and thank-you.html and be good, right?
4. So you use UTM codes internally? I was considering this for header/footer links.
Thanks again, Dmitrii!
-
Thank you for the response.
1. The example I gave was probably fairly poor. The end result is a form submission, so I probably don't need to track it as a funnel. I would like to see how many people loaded the contact form and abandoned it though and I thought this would be the optimal way.
2. It seems like segmenting between converters and non-converters only tells me specific user data? It seems Dmitrii's response was what I was looking for. The Reverse Goal Path details the last 3 pages the user navigated before completing the goal.
3. My iframe is hosted on the same domain. There is no secondary domain.
4. I'm talking about both buttons and links. They all lead to the same contact form page (which has the .html displayed via iframe). For example, I have city specific pages that have buttons built within that lead to our contact form. I might try different tactics on city specific pages and want to see if one converts higher. Could I just use UTMs internally? Or I guess only the Reverse Goal Path.
I also added a different thank-you.html page for a different goal (our residential vs. commercial contact forms). But since we only have 2, that's all I did.
Going to look into event tracking so I can see where they click.
Thanks again for the response.
-
Hi there.
Oh boy, I'm glad you said you need "clarification" First off, funnels are created for deeper analysis for specific(!) steps of goal flow, not every possible variation. Alright, so:
- Does this mean every page on my site is considered a "step" leading the user to the contact form? It would be if that was the page, which user was before completing the form If so, do I list each page containing the form link in the steps, or only form.html? You sure can, but it will just pollute your reports, and will create trouble reading your results, because you'd have to create dozens, if not hundreds of funnels.
- In Google Analytics, Conversions -> Goals -> Reverse Goal Path. Choose the goal, voila!
- brain explosion Surely very unusual setup. I'd recommend not to use IFrames whatsoever. And yes, with iframes tracking and analytics will be very hard, if possible. Because, as you said, iframe is a part of different website, which can have no Google analytics at all, or it can be inaccessible by you. But there would be no way to connect two of GAs anyway. Looks like very painful setup to me
- The way i have it setup for us and our clients - I use either different goals (which is not the best way), or use custom campaign tracking - URL builder for Google analytics. This way you'd be able to look at header and footer completed goals separately, under Acquisitions -> Campaigns.
Hope this helps.
-
Hey,
-
It sounds like you don't have a funnel, you have a destination goal. A funnel would be something like a form that was several pages - users go from page 1 to page 2 to page 3 and then thanks (think of a cart). So, your site (in the funnel sense) is not a step toward thanks.
-
To know which pages are performing better getting people to thank you page, you can use segments to look at converters and non-converters. That sounds like what you want to know - how do those groups compare? Here is a Google support article about this:
https://support.google.com/analytics/answer/3125360?hl=en -
For the iframe issue, you should check out cross domain tracking. Without that, yes, your stats will be skewed weird.
https://support.google.com/analytics/answer/1034342?hl=en -
For CTAs, are you talking about buttons or links? For instance, a linked image that says "Contact Us Now!"? Do the links lead to the form.html page? If it is something like that, event tracking can give you an idea of where people are clicking on the page. If, instead, you have the form itself on multiple locations of a page (instead of links) you can get creative - one way I've pulled this off is to have the forms send to a different thank you page so that you can track as multiple goals.
Hope that helps!
-
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
-
Filter staff IP address in Analytics
Hi, I'm trying to filter staff visits from Analytics on a new view. IT have given me an IP address range and I have found the following advice: "For an IP address range, you’ll have to select Custom Filters, then choose Exclude, and IP Address from the dropdown list. Then, enter a regular expression for the IP Address" If this is correct, how do I write the IP address range 1xx.xxx.xxx.160 - 1xx.xxx.xxx.223 in RegEx? Thanks
Reporting & Analytics | | Houses0 -
How to FILTER in Google Analytics an ad campaign from linkedin?
Hi mozzers We are setting up an a linkedin ad campaign for our agency and want to track its traffic and conversions. The linkedin ad will carry UTMs for each link. For tracking this campaign accurately I thought about creating a new GA View with a specific filter. So my question is about the filtering, should i use the INCLUDE, REFERRAL with pattern LINKEDIN.COM (see image)? if not what would be the best way to track this campaign? My other concern is that we are also running other a job ad on linkedin and I feel these hits will be tracked as well. Is there a way to separate those 2 campaigns? Thanks guys! MzE5hqE.png
Reporting & Analytics | | Ideas-Money-Art0 -
Conversion analytics goals
Hello, I have to configure my analytics goals for my SEO estrategy. In Google Analytics I can choose between: destiny, duration, Pages/screens per session and event. But I don't have the best criteria for select each one. What are the best options for a content site and for a e - commerce? Otherwise, I wanna know which is a good bounce rate for a content site? And what is a good Avg. Page Load Time (sec)? Thanks in advance.
Reporting & Analytics | | Arkix0 -
Conflicting numbers in Google Analytics
I am getting 2 completely different numbers in Google Analytics.According to the graph on my Dashboard organic traffic decreased ~40% comparing June 7 -> June 6.However, when I dig a bit deeper and look at the 2 dates specifically compared to each other I get a `3% increase in traffic.When I look at the traffic on just June 7, I get the number indicating the increase.Any ideas or someone getting similar conflicting numbers??
Reporting & Analytics | | theLotter0 -
Set Up of Goal Tracking with Google Analytics-$750 a Fair Price????
Greetings Moz Community! My firm operates commercial real estate website that contains 3-4 forms. Each form represents a goals. Google Analytics has been set up for years, but it does not track these form completions/goals properly. My SEO firm has offered to configure Goals on Google Analytics for $750. Is this a fair price? If the set up takes one hour, I am really over paying. But if this is a complex project that may take 7-9 hours the pricing seems OK. Also, the SEO firm will require an additional $750 in the future to set up event tracking. Is this excessive? I might add that my developer will need to add code to my web site. My SEO company has proven reliable and accurate. I can go to sleep at night knowing they are doing a good job. Where as my Argentinian developers really try their best, but perhaps because of the language barrier, they can make mistakes from time to time. I am willing to pay a premium to ensure that the job is done correctly domestically, however I don't appreciate over paying. Is the $750 payment for setting up Google Analytics reasonable assuming the job is done well??? Thanks,
Reporting & Analytics | | Kingalan1
Alan0 -
Google Analytics Organic Accuracy?
Hi, On a cool summers day, I was quenching my thirst for SEO Knowledge in the depths of Google analytics, When I stumbled upon a most troublesome sight. I was Browsing the data inside Acquisition->Keywords->Organic and comparing them to Acquisition->Search Engine Optimization->Landing Pages, to find the results quite questionable.. Since Keywords->Organic measure the visits from the organic results, and Search Engine Optimization->Landing Pages measures the clicks onto one of my landing pages from Google, I assumed they should be the same or very close, (besides Keywords->Organic having visits from other search engines) but they were not the same, as a matter of fact it was telling me that Keywords->Organic visits = 1,474, 27.19% of total(5,422) and Search Engine Optimization->Landing Pages, clicks = 1,548 154.80% of total (1000). Even worst the Search Engine Optimization -> Queries clicks = 1,123, 160.43% of total(700). I have been searching, and come up empty handed in the answer so does anyone know why Google is showing me different results and strange numbers that don't make sense? Any information is greatly appreciated?
Reporting & Analytics | | KBB_Digital0 -
Why is Webmaster Tools not Linking Correctly Google Analytics?
I have a global site with .com as the US site and then /country for all other markets i.e. .com/uk .com/de etc. Each site has it's own WMT profile. Each site has it's own GA profile. Since Google added Search Engine Optimization to the GA interface, I can't track these sites separately under this new feature. It seems to me that it can only be associated with a single WMT profile at a time or rather that WMT can only be associated with a single GA profile at a time. The numbers for the UK and US site are identical, but when I try and link the UK WMT account with GA it removes it from the US profile and vice versa.
Reporting & Analytics | | Red_Mud_Rookie0 -
Does Google Analytics use your data against you?
I couldn't find this question answered anywhere in Q&A, so I apologize if it's a duplicate of another post. I heard, about a year ago on either Web Pro World, or Warrior Forum that Google uses your visitor data in your Google Analytic account to rank your site. Someone said that when they took out the Google code, their site went from the third to the first page within 48 hours. That was then verified over the next couple of weeks by others. Their thought was that regardless of the optimized page and incoming link, if the site wasn't getting visitors, then it would be penalized. Since Google has the data, they would be able to use it. I then started using another, paid, solution - getclicky.com. While I like clicky, there is some info Google has that clicky doesn't, everyone integrates with Google analytics - like SEOmoz, and I'm paying a monthly fee. Now that I'm a part of a community of experts, what do you think? Have you noticed Google ranking you based on your analytics data? Has anyone experienced this, or heard about it before? Because I'd like to go back to using Google analytics. Thanks!
Reporting & Analytics | | DallasBonsai0