So I've studied this page (3http://www.e-junkie.com/ej/help.tracking.htm3) and am trying to resolve problems we deal with in tracking conversions and activity.
I use the overlay view cart code on every page. I'm not sure if that gives me the full enhanced eCommerce as I don't see cart abandonment data and the like in Google, but also I have the EJ custom google analytic tracker on the footer working on all pages just like I use the basic FB tracking code, twitter tracking code etc.
My conversion codes are on the thank you page through the prefs settings in EJ admin. FB, Google Code for checkouts Conversion Page etc. It seems to be tracking but not always accurately.
Facebook often over reports. Even though that tracking code is only on the thank you page. Google is doing the same but not as much. For example Nov 4th to Dec 3rd data. Google reports 1252 transaction while the actual EJ transaction log reports 1106 transactions for that same period.
I have this code on all pages for google, using my own ID of course.
<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-000000-00");
ejGATracker._setDomainName("none");
ejGATracker._setAllowLinker(true);
ejGATracker._trackPageview();
</script>
I also use this google conversion pixel (taken out specific numbers) in the Thank You page...
<!-- Google Code for checkouts Conversion Page --><script type="text/javascript">/* <![CDATA[ /var google_conversion_id = 000000;var google_conversion_language = "en";var google_conversion_format = "3";var google_conversion_color = "ffffff";var google_conversion_label = "WlNzCMyU5AkQxLTQ6wM";var google_remarketing_only = false;/ ]]> */</script><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script><noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/0000/?label=WlNzCMyU5AkQxLTQ6wM&guid=ON&script=0"/></div></noscript>
Looking at the tracking help page I'm wondering if I should not have the google code on the thank you page, since I have the EJ custom page everywhere else. But when I initially set it up it seems that I needed it to make it work. If I understand right I need the main site tracking code on the site, the view cart button AND the separate checkout tracking code for actual checkouts.
What is very frustrating is the over counting. For example yesterday 12/03. Facebook says there were 45 conversions. Yet the EJ sales log shows only 13! That's over 300% over reporting. Most days are not that bad, which means it's not a simple problem like every pixel being double counted every time. Data like that causes huge problems for sales tracking and knowing which ads are performing.
I have been told by Facebook that a tracking pixel is only counted once even if the Thank You page is visited multiple times. They claim that even if it's from another computer it will still only count once because it connects with their FB login. Google I'm not sure. Lets say they go home and click the DL link from the email. Will it open that page and count it again as a conversion, or is it another page all together?
Just hoping people can chime in. Inaccurate conversion reporting is a huge deal and there seems to be very little in terms of solutions on any front. Let's share some ideas for improving the data.
-- Gav
created
Dec '15
last reply
Dec '15
- 7
replies
- 1.9k
views
- 3
users
- 9
links