E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Tue, 6 Jul 2010 00:42:41 GMT Tue, 18 Jun 2013 06:18:23 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 #4 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 Tue, 6 Jul 2010 00:42:41 GMT
The basic rules of thumb are:

- If you're using the standard E-junkie Cart and Cart Buttons codes (where our cart appears as an overlay "inside" your page), put our special version of the GA tracking code in your site's pages, but don't add it to your E-junkie-generated thank-you pages;

- If you're using any other button codes (including if you're using our cart buttons in a manner where the cart appears in a separate window/tab), just use GA's standard tracking code in your site's pages AND add it to your E-junkie-generated thank-you pages;

- Whichever version of the GA tracking code you're using, make sure you're using only that version everywhere -- i.e., don't mix'n'match using our version of the GA code on some pages with GA's standard code on other pages, and certainly don't put both on the same page! :^)]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 Mon, 5 Jul 2010 21:39:26 GMT
This was a helpful answer. My take home: two options for Thank You pages:

1. E-Junkie hosted: Do nothing on thank you page, put EJ GA code on your sales page with cart button (which I don't want to have viewable).

2. Personally hosted: Put EJ GA code on sales page and Thank You page as long as you're using the Cart button. The Buy Now button is different, I forget how.

Flowcharts, man, flowcharts!

Am I missing them?]]>
E-junkie Discussions; doolin
Post #2 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 Wed, 1 Apr 2009 19:45:52 GMT http://www.e-junkie.com/ej/help.tracking.htm

This can really go anywhere in your page, as long as it's between <body> and </body> -- it's generally a good idea to put it just before the </body> tag, or as close as you can get it down towards that end of your page.

Bear in mind that you should NOT place our GA tracking code in any E-junkie Thank-you Pages, as that would conflict with the tracking code we already have in there.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 http://www.e-junkie.com/bb/topic/3280/pg/0#post14830 Wed, 1 Apr 2009 04:51:47 GMT I'm a little confused about implementing google analytics in conjunction with e-junkie. e-junkie provides the following code:

<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-xxxxxx-x");
ejGATracker._setDomainName("none");
ejGATracker._setAllowLinker(true);
ejGATracker._trackPageview();
</script>

Google Analytics provides another to be put before the </body> tag. My questions are the following:

1. Do I have to insert both of these codes or just the e-junkie one?
2. Where do I place the e-junkie code? Instructions say at the bottom..but more specifically before which tag?

Thanks!]]>
E-junkie Discussions; IsabellaPelle