im driving traffic with google adwords to my landing page where I have ejunkie product/cart installed. google analytics shows all my other campaigns except this one is misisng.



everything is setup correctly but because its not showing the campaign, it wont show keywords, ad groups, sales, etc



this leads me to think maybe the ejunkie tracking code is not sufficient in picking up adwords traffic?



i'm using the tracking code format below



<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>



and my product page can be seen here http://bit.ly/1ocOjW6

  • created

    Oct '14
  • last reply

    Oct '14
  • 1

    reply

  • 1.2k

    views

  • 2

    users

  • 5

    links

Our version of the GA tracking code does not include optional extra functions such as AdWords tracking, and using other GA tracking code together with ours would create a conflict. You'd need to use AdWords tracking code that does not depend on GA tracking methods, though of course you can still integrate GA with AW at Google's end.



To add AW conversion tracking code to your E-junkie-generated thank-you pages, you can paste that in your Seller Admin > Account Preferences > Common Thank-you Page HTML field (to insert the same tracking code in every thank-you page we generate for you) and/or in the "Message (HTML)" field of individual products' settings (to insert code only when that product is purchased).