Only been using E-junkie for about a week (it's f'ing awesome, by the way), and I seem to be having some trouble getting it to work correctly with Google Analytics.
I'm using the "Buy Now" button (no shopping cart), and PayPal standard.
The analytics code that is on all of my pages (including e-junkie's "thank you" page) looks like this:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = gat.getTracker("UA-xxxxxxxx");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
</script>
And the "buy now" links on my product page all look like this:
<a href="https://www.e-junkie.com/ecom/gb.php?i=xxxxxx&c=single&cl=xxxxx" onclick="pageTracker.link(this.href); return false;">
Now with all of the above in place, GA is accurately tracking my conversions, but none of the additional info that goes with them. For example, all of my "Return Goal Path" data starts like this:
entrance) >>/ecom/rp.php
And all of my goal referral data shows paypal as the referring url.
What I'm looking for specifically is data like how each customer got to MY site (via google, what keyword, etc.) and then the path they took on my site to get to my product page and then go to paypal/e-junkie and buy my product.
So I guess my question is, what did I screw up that is causing this to not work right?
Thanks in advance for any help.
created
Jan '09
last reply
Sep '15
- 24
replies
- 2.6k
views
- 9
users
- 14
links