E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Wed, 1 Apr 2009 19:45:52 GMT Sun, 21 Mar 2010 04:49:02 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 #2 http://www.e-junkie.com/bb/topic/3280/pg/0#post9596 http://www.e-junkie.com/bb/topic/3280/pg/0#post9596 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#post9596 http://www.e-junkie.com/bb/topic/3280/pg/0#post9596 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