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.
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!
-
Awesome John! thanks
Cheers
-
You can set up the goals in the subdomains profiles if you want to view goals there. That's entirely up to you. Each profile is its own thing. When I say "filter", I mean write "example.com" into the search box there, and search by it. You can also click "advanced" next to the search box, and make the search more granular if needbe.
-
Hi John,
One thing I am confused about. Should I have the goals set in the subdomain profile? domain or the combined profile? I would think this should be on the combined profile, right?
Also when you say "filter by example.com", you can only do that by adding a secondary dimension "landing Page URL path" right or you meant something else?
thanks John!
-
Anytime! Happy to help.
-
Thank you John for yoveal help
-
So... if you have these set up as separate profiles, and have a profile that's just for the www.example.com subdomain, and have set up the scehdule a service action as a goal, you should be able to see this in your conversion paths report. Go to Conversions > Multi-Channel Funnels > Top Conversion Paths. Select "Source/Medium Path" as the Primary Dimension. Now, if you filter by "example.com", this should show conversions that involve referrals from your subdomains (that aren't a part of that GA profile). If you have many goals and only are interested in the schedule a service goal, then select only that goal at the top.
As is the case many times in Google Analytics, there's more than one way to skin a cat, but hopefully this works for you.
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
-
Custom funnel tracking - Google analytics - premium or normal
If I have funnel with more options on same step. E.g. PDP (product detail page) --> "Sign in page A" or "Sign in page B" (customer can choose) --> "Thank you page" How can I track both options in same funnel? Because if I set funnel in analytics like: 1. step: PDP, 2. step: Sign in page A and step 3: Thank you page -->
Conversion Rate Optimization | | Tormar
I would see "Sign in page B" like exit page, but it is not, because customers can choose and come through A or B "sign in" page. Pls help. Ty. 🙂0 -
Conversion Rate Benchmarking and Optimization
Hey everyone! I run the marketing for an ecommerce marketplace and we're doing good on the SEO front of things, with 60%+ of our traffic coming in via search and we're ranking for some competitive keywords. I'm really curious about the conversion rate though. Despite intensive googling, I've not been able to find a rough benchmark for conversion rates. Our conversion rate is about 1.2%, increasing as we continue to do more optimization work with regards to the site's usability. While we track other forms of conversions, the 1.2% conversion rate is for bookings through the site, which is our main source of revenue. Does anyone have a reference guide for conversion rates, particularly for ecommerce marketplaces? I'd like to know if we're doing ok or really bad, and also to take reference from other similar sites to improve our conversion. Thanks!!
Conversion Rate Optimization | | NgEF0 -
When to determine that a change DIDN'T affect conversion rates
Hi everyone, Description of test: We're a lead gen site trying to add more value by providing users with real, live quotes after they submit a lead. However, we don't want showing the quotes to tank our lead conversion rates. So we're running a test where 50% of leads see quote results and 50% don't, and we compare the lead conversion rates for each. The best possible outcome is to show that showing the quotes DIDN'T negatively affect conversion rates. My issue: When do we conclude the test? In the end, we're hoping to see that the change didn't cause a statistically significant difference between the control and version B, which is the opposite of every other test I've ever run. So, at what point do we conclude that the changes in version B didn't have a significant effect on lead conversions? Currently the control is doing 5% better than the variation with a p-value of .379
Conversion Rate Optimization | | ted-zarceczny0 -
Goal Tracking WIth Optimizely
Hi Guys, I am finally delving into the world of conversion rate optimization and split A/B Testing. It's all going well, have crazy egg for heatmapping (which is bringing up some interesting stuff) and I have decided to test some changes. I have setup a variation in optimizely, so i can see what effect the change would have, but i am struggling. I am trying to add the hellobar via crazy egg to a variation (it's just a simple piece of javascript), but when I do I get the following error "Error evaluating variation javascript:
Conversion Rate Optimization | | nezona
SyntaxError: expected expression, got '<' I thought optimizely was supposed to be easy to use!1 😞 Regards Neil0 -
Any Reports on Conversion Rate Drops in 2014?
I'm looking for some reports about conversion rate changes over the past year as well as any trends you may have noticed about ecommerce conversion rates because we are seeing something quite odd. We are seeing a large drop in overall conversion rates on some sites I manage this year despite seeing significant revenue growth. When I looked through the stats I found something interesting. Our conversion rates have actually increased on each of the three device types (desktop, tablet and mobile) but because there is a huge surge in visits from mobile devices (the device with the lowest conversion rates) and a large decline in vistis from our top convertor (desktop) our overall conversion rates are down. This is especially troubling to me because my bonus was based on increasing conversion rates and I could use some help from you to see if others in the industry are facing this issue or not. Thanks
Conversion Rate Optimization | | Damascity0 -
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 -
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 -
How to set an appropriate Adwords max CPC?
How do you gauge setting your initial max cost-per-click for specific keywords? For example, you have a keyword that has an estimated "first page bid" at $6.25. If you are wanted your ad to show competitively with your competition, how much should you start at? Two times the "first page bid?" Three times? I'm working on revamping some ad campaigns to help with our paid marketing expenses. I do have quite a budget to work at, but we are hoping to cut down some of this cost. We just spent the past few months trying to spend our way out of some poor quality scores and CTR's. Our metrics have improved drastically, now I want try and cut down our CPC, which is over $19! Our ROI is hard to calculate due to the fact that it can take a few years to obtain profit from the market we are in. Our conversion rates are over 9% from paid advertisement to leads (which is pretty decent for our market). I am all eyes and ears on this subject... I am ready to start playing around with prices tomorrow to see how we fare, in hopes I get some solid responses before then. Thanks in advance!
Conversion Rate Optimization | | TKIGWebTeam1