Universal Analytics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OurWeigh.co.uk
    Blueparker
    • Feb 2010
    • 82

    #1

    Universal Analytics

    Hi,

    I have all sorts of old tracking codes on my site and im unsure if any of it is still required or if its effecting Blueparks integrated Universal Analytics.

    What tracking code is actually needed on the site to track all sales and re-marketing? Does the Blueparks integrated Universal Analytics code do everything or should i be adding something else.

    Is adding my Google Analytics account number and checking the re-marketing box in Bluepark all i need to do?

    Thanks in advance
  • Les78
    Senior Blueparker
    • Dec 2011
    • 561

    #2
    Add the following code to closing body (developers) in Template Editor>SIte tab replacing the red x's with your tracking id


    <script type="text/javascript">
    var google_tag_params = {
    ecomm_prodid: %ecomm_prodid,
    ecomm_pagetype: %ecomm_pagetype,
    ecomm_totalvalue: %ecomm_totalvalue

    };
    </script>
    <script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = xxxxxxxx;
    var google_custom_params = window.google_tag_params;
    var google_remarketing_only = true;
    /* ]]> */
    </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="//googleads.g.doubleclick.net/pagead/viewthroughconversion/xxxxxxxx/?value=0&guid=ON&script=0"/>
    </div>
    </noscript>
    Match Clothing

    Comment

    • OurWeigh.co.uk
      Blueparker
      • Feb 2010
      • 82

      #3
      Thanks Les

      Comment

      Working...