E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
cpi member Posts: 7 |
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. # POSTED ON: January 30, 2009 @ 09:27 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
Since you are using Buy Now buttons that bypass the cart, you aren't using any of the GA integration built into our cart, so that means your use of GA is a "plain vanilla" implementation that does not involve us at all. You might do better to inquire with Google Analytics help pages, forum or support staff to get advice straight from the source. http://www.google.com/analytics/support_overview.html http://www.google.com/support/googleanalytics/ # POSTED ON: February 1, 2009 @ 12:50 GMT -7 MODIFIED ON: February 1, 2009 @ 12:51 GMT -7 |
|
krals member Posts: 6 |
I've had a problem with "false conversions.*" My GA panel will show a conversion, but there's nothing to correspond to the sale in my sales report. This is a real headscratcher for me because theoretically, the only only GA conversion trigger ought to be the "Thank You" page - meaning a truly completed transaction? I haven't tested any transactions by buying myself or done anything like that which would be a quick explanation. Any thoughts on this? *sounds like a cool name for a horror movie set in Salt Lake.... All hail e-junkie! # POSTED ON: May 6, 2009 @ 09:58 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
Are you using E-junkie View/Add to Cart buttons together with our modified Google Analytics tracking code as documented here? http://www.e-junkie.com/ej/help.tracking.htm # POSTED ON: May 7, 2009 @ 17:27 GMT -7 |
|
krals member Posts: 6 |
OK, I just read it three times and I guess I'm a little confused. I guess because I'm using your "Add to Cart" buttons, I don't need to add the Analytics Snippet to my checkout page? I guess my confusion is with this line on your Customize Your Thank You/Product Download Page that says "Tracking code for Google, Yahoo, AdBrite or any other tracking service can be entered here." I can remove the snippet, but I'm still confused as to how I could have a phantom conversion - it seems like the only way for that to happen would be a completed transaction? My site is: InglesFluidoConSolo1000Palabras.com thx! ak # POSTED ON: May 10, 2009 @ 22:13 GMT -7 |
|
krals member Posts: 6 |
I looks like I'm not using your button after all - I'm using PayPals... still don't see how that could create the conversion issue though... thx... ak # POSTED ON: May 10, 2009 @ 22:54 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
It looks like your site is using the PayPal Cart version of your E-junkie-issued button codes for some reason. You don't need to use that version of the code merely to accept PayPal checkout payments, but perhaps you had your own reasons to require PayPal's cart system instead of using the E-junkie cart. Otherwise, the standard E-junkie Shopping Cart buttons will provide a PayPal checkout button inside our cart with full support all of our other cart-based features. If you use the standard E-junkie View Cart and Add to Cart button codes on your site (not the PayPal Cart version of our codes), then you can use the special Google Analytics tracking code we provide as described on our tracking help page, which will also, as we explain there, "ensure that we don't report duplicate sales if the buyer returns to their thank-you page again." If (and only if) you are using the special version of Google Analytics tracking code we provide (to use in your own pages to take advantage of our cart's built-in GA tracking features), then you should not also add that tracking code to your E-junkie-generated thank-you pages, as that would conflict with the special tracking code we already provide there. If you are instead using the standard Google (or another service's) tracking code, then you would add that to your thank-you pages, but we cannot prevent phantom conversion tracking if the buyer revisits their thank-you page. # POSTED ON: May 11, 2009 @ 13:23 GMT -7 |
|
doolin member Posts: 9 |
Thanks for answering this again. Every time someone asks about this, they ask in a slightly different way, then you answer in a slightly different way, so I'm getting a much better picture of what has to be done. # POSTED ON: July 5, 2010 @ 14:45 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
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! :^) # POSTED ON: July 5, 2010 @ 17:39 GMT -7 |
|
doolin member Posts: 9 |
Ok, that's even more clear, and I can write testable web pages on that. Thanks! # POSTED ON: July 5, 2010 @ 18:16 GMT -7 |
|
PoleSkivvies member Posts: 2 |
I'm getting a mix of false conversions and actual sales not getting tracked. I use Wordpress for my site and put the e-junkie Analytics code in the page template, but there is no /body code on that template, so maybe that isn't where I should put it. When I do "view source" on my purchase pages, though, the code is there. I also wonder if I've just set up my Analytics funnel wrong - my goal is my ejunkie common notification URL. Any help in understanding this would be hugely appreciated! Jennifer # POSTED ON: August 10, 2011 @ 07:49 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
The concerns you raised are addressed on our Tracking help page here: http://www.e-junkie.com/ej/help.tracking.htm # POSTED ON: August 10, 2011 @ 13:34 GMT -7 |
|
PoleSkivvies member Posts: 2 |
Thank you! I just heard back from e-junkie's help and it seems my Thank You page was not what I thought it was, and that was why analytics wasn't working. # POSTED ON: August 10, 2011 @ 16:17 GMT -7 |
|
tresero member Posts: 1 |
So, does this replace the standard GA script? Or do I need both? # POSTED ON: September 6, 2011 @ 18:33 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
You would use our version of the GA tracking code instead of the standard code provided by GA. The only difference is that our version allows GA to track cart button clicks, and we would provide some hidden E-commerce Tracking data in the thank-you pages we generate for GA to pick up from there; this also means f you use our version of the GA code, you should NOT add it to your E-junkie-generated thank-you pages, as that would conflict with the code we already provide there. # POSTED ON: September 7, 2011 @ 18:01 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






