Results 1 to 10 of 2161

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default analytics is missing some transactions

    Problem - About 20% of my transactions are missing from the below report and all other reports.

    Google analytics: ecommerce->transactions, sort by transaction # descending.

    I haven't found any commonalities among the missing transactions that differ from other transactions that were reported successfully.

    Otherwise the conversion tracking is working fine. And the analytics reporting and adwords conversion tracking appear to be working.

    Simple Google Analytics 1.2.2 on Zencart 1.3.8a. My sales are a mix between Paypal IPN (website payments standard) and credit card offline processing. Some sales for either payment method are missing. www.adamantbarbell.com

    analytics configuration in zencart:

    Analytics Account UA-356915-2

    Target Address delivery

    Affiliation adamantbarbell.com

    Use sku/code products_model

    Use Older "urchin.js" Tracking Code No

    Activate Conversion Tracking Yes

    Google AdWords Conversion Tracking Number 072280010

    Google AdWords Language en_US

    And in case it helps, I found the following code on the bottom of the source of my checkout_success page after I completed a test transaction with a dummy credit card number. Does it look okay?

    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 pageTracker = _gat._getTracker("UA-356915-2");
    pageTracker._initData();
    pageTracker._trackPageview();
    
    pageTracker._addTrans(
    "799",
    "adamantbarbell.com",
    "43.72",
    "2.72",
    "8.00",
    "Richmond",
    "California",
    "United States"
    );
    
    pageTracker._addItem(
    "799",
    "ps-85415",
    "Quick Tape Measure",
    "Testing & Measurement",
    "33.00",
    "1"
    );
    pageTracker._trackTrans();</script><!-- Google Code for purchase Conversion Page -->
    <script language="JavaScript" type="text/javascript">
    <!--
    var google_conversion_id = 1072280010;
    var google_conversion_language = "en_US";
    var google_conversion_format = "1";
    var google_conversion_color = "FFFFFF";
    	if (43.72) {
    	  var google_conversion_value = 43.72;
    	}
    	var google_conversion_label = "purchase";
    //-->
    </script>
    <script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1072280010/?value=43.72&label=purchase&script=0">
    </noscript>

  2. #2
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    1

    Default Re: analytics is missing some transactions

    Quote Originally Posted by fakeDecoy View Post
    Problem - About 20% of my transactions are missing from the below report and all other reports.
    It's a problem on google's end. Apparently it was supposed to be fixed as of last month but I guess hasn't been. For now, change Use Older "urchin.js" Tracking Code to YES and it will work fine. I've been using it and the only drawback is my analytics reports visits to my store's home page as being from /mystore/index.html, when actually it should be index.php. All transactions are recorded though!

  3. #3
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Is that what Google support told you? A look at their analytics forums suggest that others are having this issue but it isn't being recognized as an issue. One reply suggested that those 20% of customers have javascript disabled, which seems way high to me.

  4. #4
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Nope did not talk to google. I was just going on what I've read here, plus that urchin.js rollback feature is only in existence because of the (previous?) problem that I was talking about. If there's a new problem I'm unaware.

  5. #5
    Join Date
    Sep 2006
    Location
    Loch Victoria Australia
    Posts
    45
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    I'm using 1.3.8, and followed all the directions for the simple google analytics (I'm pretty sure I've done everything), however it's not showing up in google analytics as receiving. I've turned it on in google analytics as far as I can tell .

    I've just ploughed through this thread and can't see anything that I've done incorrect, mind you I think my brain has gone to marshmallow about now.


    My site is www.kaysartycles.com.au

    Any suggestions - help is always appreciated.
    Cheers

  6. #6
    Join Date
    Feb 2009
    Posts
    12
    Plugin Contributions
    1

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by artycles View Post
    I'm using 1.3.8, and followed all the directions for the simple google analytics (I'm pretty sure I've done everything), however it's not showing up in google analytics as receiving. I've turned it on in google analytics as far as I can tell .

    I've just ploughed through this thread and can't see anything that I've done incorrect, mind you I think my brain has gone to marshmallow about now.


    My site is www.kaysartycles.com.au

    Any suggestions - help is always appreciated.
    Cheers
    Have you waited a full 24 hours? Analytics never shows data for the current day.

  7. #7
    Join Date
    Sep 2006
    Location
    Loch Victoria Australia
    Posts
    45
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by dgmdan View Post
    Have you waited a full 24 hours? Analytics never shows data for the current day.
    Thanks, I did think that, and although I have been waiting 24 hours each time, I did do another tweak today which needs to be taken into account I suppose.
    patience Kay, Patience!

  8. #8
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by dgmdan View Post
    Nope did not talk to google. I was just going on what I've read here, plus that urchin.js rollback feature is only in existence because of the (previous?) problem that I was talking about. If there's a new problem I'm unaware.
    I see now that this option on the config page notes that the issue was supposed to be fixed Apr 2008. So I won't hold my breath. I've switched to urchin.js now.

  9. #9
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Simple Google Analytics - Support

    Quote Originally Posted by fakeDecoy View Post
    I see now that this option on the config page notes that the issue was supposed to be fixed Apr 2008. So I won't hold my breath. I've switched to urchin.js now.
    I haven't yet heard that this has officially been corrected. I've tried the GA.js version on a few sites for testing and still get discrepancies in reporting so I still use the legacy urchin.js version.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 

Similar Threads

  1. v150 Simple Google Analytics .sql error !
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Feb 2012, 11:33 PM
  2. Simple Google Analytics-not working
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Nov 2010, 06:07 PM
  3. Simple (From Google) Analytics Install
    By DagLindt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2009, 10:46 PM
  4. Simple google analytics- help
    By Pet Herbal Remedies in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 1 Oct 2008, 10:37 PM
  5. Simple Google Analytics not working
    By jvanree in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 May 2008, 03:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg