I'm setting up conversion tracking with my developer and we only sell digital downloads. We use e-junkie as a shopping cart provider so the sales funnel takes the user through about 4 different domains:
domain1.com: client's domain - GA tracking code is installed
e-junkie.com: shopping cart - impossible to implement any tracking code
paypal.com: payment processor - impossible to implement any tracking code
fatfreecartpro.com: thank you page hosted by e-junkie - implemented cross domain tracking code + ecommerce tracking I've installed the ecommerce tracking code on the thank you page and I'm seeing correct transaction data in GA, however, the referral for all transactions is e-junkie.com.
Here's how the tracking code on my thank you page looks like:
<script type="text/javascript">
var _gaq = _gaq || [];
gaq.push(['setAccount', 'UA-xxxxxxxx-x']);
gaq.push(['setAllowLinker',true],['_setDomainName','fatfreecartpro.com'],['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
We drive about 95% of our traffic from facebook. Our goal is to be able to track people from the post they click, all the way through the final conversion so we can know what content / which posts are driving sales.
created
Oct '13
last reply
Oct '13
- 1
reply
- 1.3k
views
- 2
users
- 4
links