E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 15 Jan 2009 15:40:35 GMT Sat, 21 Nov 2009 22:17:12 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #5 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 Thu, 15 Jan 2009 15:40:35 GMT E-junkie Discussions; Matty Post #4 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 Thu, 8 Jan 2009 23:51:41 GMT
Let me also add that this would make us seriously consider another shopping cart.

If we can't track revenue from source, what's kind of Google Analytics integration is that?

Not much.

I hope we can find a custom remedy, because I've loved your product thus far.

Matt]]>
E-junkie Discussions; Matty
Post #3 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 Wed, 7 Jan 2009 03:49:58 GMT
All of my Google Checkout orders get read, and I can see revenue.

It seems like pretty straightforward solution as Google Analytics paints a pretty easy explaination here - >

http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55528

These methods must live on the receipt page. I have put it on my thank you page and no luck.

Please check this article, that's how I understand this process :

http://www.epikone.com/blog/2008/01/22/google-analytics-e-commerce-tracking-pt-2-installation-setup/

Perhaps I need to use a different thank you page method (try the customizable on provided in the "manage your own products" page.

Also another solution I was thinking was placing the code on the actual cart page.

Thanks for your reply and looking forward to a response.]]>
E-junkie Discussions; Matty
Post #2 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 Tue, 6 Jan 2009 20:36:40 GMT
I can tell you that for order payments made via Google Checkout, GC is able to directly transmit eCommerce data for tracking, regardless of whether the buyer continues past checkout to any conversion/thank-you page with tracking code.]]>
E-junkie Discussions; Tyson
Post #1 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 http://www.e-junkie.com/bb/topic/3067/pg/0#post8758 Tue, 6 Jan 2009 04:10:30 GMT I know the following code E-junkie code is not good enough....

<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 ejGATracker = _gat._getTracker("UA-XXXXX-X");
ejGATracker._setDomainName("none");
ejGATracker._setAllowLinker(true);
ejGATracker._trackPageview();
</script>

SO, I added the javascript part to it and it still does not work (the following):

<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 ejGATracker = _gat._getTracker("UA-796508-1");
ejGATracker._setDomainName("none");
ejGATracker._setAllowLinker(true);
ejGATracker._trackPageview();

pageTracker._addTrans(
"order-id", // required
"affiliate or store name",
"total",
"tax",
"shipping",
"city",
"state",
"country"
);

pageTracker._addItem(
"order-id", // required
"SKU",
"product name",
"product category",
"unit price", // required
"quantity" //required
);

pageTracker._trackTrans();
</script>


Does anyone know what I am missing?

Thanks!

Matt]]>
E-junkie Discussions; Matty