Loading...
Answers
MenuHow to setup ecommerce tracking in Google Analytics if ecommerce platform is setup on subdomain?
Answers
always save the original profile as a backup.
that said, this is an easy problem to solve. you just need to use this line of code above the "trackpageview" line....
_gaq.push(['_setDomainName', 'example.com']);
here's an easy tool to help http://gaconfig.com/one-domain-with-subdomains/
here's more details for your developer https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite
Hi, you should use one property with the same UA number on both www and subdomain pages. Enable ecommerce tracking from the profile settings.
Here's the best article on subdomain tracking I've found so far:
http://www.roirevolution.com/blog/2011/01/google_analytics_subdomain_tracking.php
Enable e-commerce for the main profile. If the sub domain is part of the current main site, you should not have to do any cross-domain tracking either.
Related Questions
-
Google Experiments: How do you track ecommerce transactions from a variation including transactions from follow up emails?
If the transaction happens on the same website, as the test, you don't need to do anything. The user has a cookie that attributes the version of the test to the revenue tracking in your testing software (Optimizely, VWO). Once you connect the Google Analytics with testing software, you should be OK to go. If this is not the case, then you need to setup two email subscriber lists, one for each version of the test. Then manually tag email links in the emails to attribute the ecommerce revenue directly to the version of the test.OI
-
How can I accurately tell if the "Direct" traffic conversions I'm seeing in GA MCF is actually coming from my "Paid Search" (Adwords UTM) campaigns?
Make sure you've setup advanced analytics. You'll get a better picture of which conversions were direct, and which ones were assisted by another channel. Use tags and make sure your urls include all the detailed parameters - note that savvy users might truncate that link, so use a link shortener (like bit.ly) to mask it.PH
-
I bought an out-of-business competitor's domain, which still ranks in Google. What is the best way to use the domain?
Do you have any interest in maintaining the domain? Is it getting regular traffic? To maintain that, you'll want to get some relevant content on the domain as quickly as possible. From there, you can decide what you want to do with it. If you just bought it for nostalgia or because it belonged to your competitor, and have no intention of doing something it with, you can do a redirect as the Google rank really won't benefit you. Let me know, -ShaunSN
-
Why are my "Publisher Monetized Pageviews" in Google Analytics data far less than "Publisher Impressions"?
It's isn't just you. Adobe reported that "over $21.8 billion in global ad revenues have been blocked/lost so far in 2015." largely thanks to mass adoption with the AdBlocking software :) 21 million users in 2009, to 198 million active global users as of June 2014-likely overtaking the other comps entirely.NB
-
Will Google analytics track if instead of using the 3 mandatory variables (source,medium,campaign) I use just source?
Yes, it will track. They're pretty good at parsing partial data. The more you provide, the better you can slice the data later but anything pretty much goes in.DA
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.