Announcement

Collapse
No announcement yet.

Google Analytics Universal Enhanced

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Analytics Universal Enhanced

    After I updated to 9.0053 the sites I have Universal Enhanced Tracking (site with classic still working) stopped collecting transaction data. I compared the changes to the tracking code and the if statement added seems to be the problem, when I remove it the transaction data works again. What sets g.UI_Exception?

    <mvt:if expr="NOT g.UI_Exception">
    ga( 'send', 'pageview', { 'page':'/<mvt:item name="ga_jsencode" param="ga_tracking:url_override_unencoded" />' } );
    </mvt:if>

    Thanks

    Mark

    #2
    Originally posted by BkraM View Post
    What sets g.UI_Exception?
    I think the <mvt:if expr="NOT g.UI_Exception"> checks if there is an error on the checkout pages (such as incorrect phone number, email, or credit card number), but I am not entirely sure.

    I agree that the conditional seems to affect the GA transaction data.

    Carlos Rivera - Web Developer
    Haddrell's Point Tackle - haddrellspoint.com

    Comment


      #3
      Yeah, I just removed the conditional on a client's site and tracking started working again.
      Andreas Toman
      PCINET, LLC

      Miva Merchant Design, Development, Integration & Support
      We built over 200 Miva Merchant stores!
      Miva shopping cart design & integration service and see our Portfolio!


      e-mail: [email protected]
      web: www.pcinet.com
      LinkedIn: Andreas Toman
      phone: (786) 250-2056 (Miami, FL)

      Comment


        #4
        We ran into this problem in early March. If I remember correctly, this was prior to the release of the latest version (9.0053). Support could not identify what actually made the change to that template.
        Paul

        Comment


          #5
          looks like g.UI_Exception gets set and is causing the issue
          Andreas Toman
          PCINET, LLC

          Miva Merchant Design, Development, Integration & Support
          We built over 200 Miva Merchant stores!
          Miva shopping cart design & integration service and see our Portfolio!


          e-mail: [email protected]
          web: www.pcinet.com
          LinkedIn: Andreas Toman
          phone: (786) 250-2056 (Miami, FL)

          Comment


            #6
            "We ran into this problem in early March. If I remember correctly, this was prior to the release of the latest version (9.0053). Support could not identify what actually made the change to that template."

            Thanks. I was probably behind more than 1 update so it may not have been in the 9.0053 version but one prior to it.

            Comment

            Working...
            X