Goal in Analytics - mulitple sources for the destination?
-
Hello, guys. I am trying to find information without luck for my case - I have a contact form, which is placed on many inner pages (about 40). My question is - how do I make a Goal that has simultaneously all the different sources at once (as steps probably) - because there is a max limit of goals, and because analyzing them separately will take much time.
When a form is submitted, a /thankyou//?recordid=0d53415b-3e6b-4a32-add7-1586a4737a89 (or similar URL) appears.My guess is that I use a regular expression of ^/thankyou as a Destination, but I do not know what to write in steps.
Thank you all in advance, I hope I find a solutions of this annoying problem..
-
Tim, thanks a lot for your response. I will surely use the tool you send me. I will, however, post here the Regex code, in case somebody can check it and say if it is correct (because I would like to use goals):
My URL structure is: /program/article1; /program/article2; /program/article3; /program/article4;
So if I want to include either first OR second OR third, is this here Regex for the Funnel steps ok?
(/program/article1|/program/article2|/program/article3|/program/article4)
-
Ohhh, so you're talking about funnel steps for the goal, correct? If there is just one step in your funnel (i.e., pages A/B/C/D -> /thankyou/), then I wouldn't use the funnel feature. Instead, I'd look at the navigation summary report for pageviews on /thankyou/ which will tell you the previous page visitors viewed.
http://michaelwroberts.com/content/analytics-navigation-summary/
If there are multiple steps in your funnel, then you'll need to write a regular expression that matches all the possible URLs for each step, so your funnel setup would be something like this:
- Destination: /thankyou/ (select "Beings with" as I mentioned in my previous message)
- Funnel Step1: RegEx that matches pages A/B/C/D
- Funnel Step 2: RegEx that matches pages E/F/G
Here are some resources you might find helpful:
- http://moz.com/blog/an-seos-guide-to-regex
- http://www.seotakeaways.com/regular-expression-guide-for-seos/
- http://www.regextester.com/
If you want to share are those URLs here, you might be able to find someone who can put the RegEx together for you.
-
Hi, thank you for your responses. But my question was how to add pages A, B, C, D, E all as one step (being either A or B or C or...) in Goals? All of them lead to the destination.
-
Hey there,
Instead of using RegEx, I'd recommend using a built-in goal setting called Head Match. Head Match basically ignores any extra parameters in your destination URL. You can read more about it here.
In the latest version of GA, Head Match is now called "Begins with." So all you need to do is enter /thankyou/ as your destination and then select "Begins with" from the drop down menu (see attached image).
Hope this helps!
Tim
-
I almost completely forgot there is a program called segment.io
it is a fantastic method of implementing analytics code from Google all the way to crazy egg and many more.
This method also will give you abilities that you did not have much more easily than some of the other methods. Please take a look
https://segment.io/docs/big-picture/what-we-do
https://segment.io/docs/integrations/mixpanel
assuming you also send out a thank you e-mail telling them you're going to reply quickly you may want to also implement this tool
http://customer.io/docs/integration-with-mixpanel-kissmetrics.html
I currently use it and it is fantastic. However I use DynECT Email something I due only because I received the full e-mail package when I purchased my DNS package for free so you will want to stick with either sendgrid or mailGun both are truly spectacular systems as well.
Sincerely,
Thomas
-
hi,
I hope you're able to see this URL from kiss metrics I know it is in their support section and I am a member so I was logged in when I retrieved it.
Because I focus a lot on user segmentation I feel kiss metrics is a better fit for my personal uses. However this most likely can be done in a very similar fashion using Google analytics or if you don't want to pay the money kiss metrics charges mixpanel offers a excellent solution with a base price of free
http://support.kissmetrics.com/tutorial/event-library-tutorial/events-form-tutorial.html
if you use WordPress and want to use mixpanel go to Git or simply Google ZippyKid Mixpanel Vid Luther owner of zippy kid and all-around good guy has made the plug-in for Word press and offered it to the public for free.
here is the way to accomplish that task in mix panel
https://mixpanel.com/docs/integration-libraries/javascript-full-api#track_forms
I think in any of these situations you are going to have to either go off the URL the form is on to figure out where they came from as well as which form they used.
That's a fairly straightforward method the other way would be to give each form a unique name rather it's labeling them contact panel one through 60 or simply using the combined information to get the data you looking for.
In my own experience and I must be honest I'm not as experienced and Google analytics as I am in kiss metrics you may need to go to a new level and analytics using one of the two companies I have listed will give you what you need. However there may be a way to accomplish the same thing in Google analytics now that they have universal analytics out there are a lot more options available.
I hope this helps,
Thomas
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
-
Strange 404 Pages Appearing in Google Analytics
Hi, My client has some strange urls appearing in GA which lead to error pages. Please see the following image: https://imgur.com/a/6TPO8yL e.g URLs like /h/6445738.html I've used screaming frog to see if these pages exist on the website and I can't find them, anywhere. Therefore how are they coming up in GA? If anyone could please help I'd really appreciate it.
Reporting & Analytics | | SolveWebMedia0 -
UTM Links Showing Up as Separate Pages in Google Analytics
Hey everyone, I was just looking at landing pages in Google Analytics, and in addition to just the URL of the landing page, the UTM links are being listed as separate pages. Is this normal? I anticipated seeing the landing page URL and then using the secondary dimension to see source/medium. If this isn't normal, what would I check next?
Reporting & Analytics | | rachelmeyer0 -
How to Analysis which category gives me more revenue from google analytic?
Hello Experts, For Ecommerce site we do have navigation path like Main Category - Subcategory - Products. That means Men as Main Category and then subcategory Cloths, shoes, bags then product in each subcategory. After implementing enhance ecommerce https://developers.google.com/tag-manager/enhanced-ecommerce#product-clicks I am getting this report - "Product Category (Enhanced E-commerce)" in Product Performance section. Now my query is my all products are linked with sub category i.e. cloths, shoes, bags etc so in Product Category (Enhanced E-commerce) I can see Revenue, transaction related to Cloths, shoes, bags etc but how to judge performance of Main categories like Men, Women, Children etc? Because google works with this method i think - name': productObj.name, // Name or ID is required.
Reporting & Analytics | | dsouzac
'id': productObj.id,
'price': productObj.price,
'brand': productObj.brand,
'category': productObj.cat,
'variant': productObj.variant,
'position': productObj.position0 -
When javascript is disabled, does a visit register goal completion in Google Analytics?
I'm looking for reasons why Google Analytics goal completions would appear to be fewer than the actual known number of online sales for a company, and I'm wondering if disabled javascript is likely to be the primary cause of a discrepancy. Thanks for any insight you have.
Reporting & Analytics | | williammarlow0 -
Weird Analytics Question
Looking at a Google Analytics report for a client - Traffic Sources - Referrals - Landing Pages from one particular referrer. This one referral site is a large trade directory that links onto several deep pages of the site, but also links onto the homepage. Analytics is showing the one landing page as //index.html. That's 2 // - not one. If you click on the link, it's a 404. I've never seen this in Analytics before. I'm looking at the client's info on this trade directory site and I can't see a link that points to this 404. The majority of incoming traffic from this site is apparently coming to this //index.html page, so you'd think it would be coming from their main profile on the site. But it's not there. Also, if you had all this referral traffic coming to a 404, you'd expect a really high bounce rate, but it's not - it's average. The client also has a sister site also listed in this directory, and I'm not seeing this same issue in their Analytics. Is this just some weird glitch in Analytics?
Reporting & Analytics | | stevefidelity0 -
Google Analytic - Is it possible to see which organic keyword triggered goals?
Hi, I am trying to see which of my Google organic keywords triggered my goals? In GA I click > Conversion > Goals > Overview > Source Medium (This then says where my goals came from but when I click Google / Organic it just brings me to the overview page of my organic traffic). Is it possible to see which organic keywords trigger goals?
Reporting & Analytics | | AdvanceSystems0 -
Viewing stats for a single webpage in Analytics
I have Google Analytics and can't figure out how to generate stats for a single page on my site. I would like to know what websites are referring this page, time on site, unique views, etc.
Reporting & Analytics | | StreetwiseReports0 -
Using Google Analytics for tracking statistics of the HOMEpage
Hello, Lets say I have a website with the HOMEpage being http://www.page.com. There are various subpages e.g. http://www.page.com/page1, http://www.page.com/page2, http://www.page.com/page3 . Now when I use Google Analytics it gives me all kind of statistics for the subpages shown as /page1 /page2 /page3 ... (relative path). According to this pattern the HOMEpage should be just "/". Unfortunately I can't find "/" in any statistics. Is this normal? Thanks in advance
Reporting & Analytics | | guitarslinger0