Announcement

Collapse
No announcement yet.

Performance tracking

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

    Performance tracking

    I need to install the following code to deliver data on product sales generated through placing our products on the Shopzilla shopping portal. Whilst I have checked the community board on suggestions as to how to do this, I remain unlear as to what code to install in the variables below and therefore seek assistance.


    <script language="javascript">
    <!--
    /* Performance Tracking Data */
    var mid = '189158';
    var cust_type = '';
    var order_value = '';
    var order_id = '';
    var units_ordered = '';
    //-->
    </script>
    <script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>


    Any suggestions on how I could create a script to deliver information ref. order value and order ID?

    I am not a programmer!

    Most appreciated.

    Thanks


    Richard
    Richard Hodgson
    Fantasy
    www.whatsyourfantasy.co.uk

    #2
    Originally posted by ki450751 View Post
    <script language="javascript">
    <!--
    /* Performance Tracking Data */
    var mid = '189158';
    var cust_type = '';
    var order_value = '';
    var order_id = '';
    var units_ordered = '';
    //-->
    </script>
    <script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>


    Any suggestions on how I could create a script to deliver information ref. order value and order ID?
    This is very similar to requirements for google, the solution will depend on which version of actinic you are using.

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment


      #3
      Version 8.5.3
      Richard Hodgson
      Fantasy
      www.whatsyourfantasy.co.uk

      Comment


        #4
        Originally posted by ki450751 View Post
        Version 8.5.3
        Google analytics uses similar variables, try this thread http://community.actinic.com/showthread.php?t=22335 to get the info you need

        Malcolm

        SellerDeck Accredited Partner,
        SellerDeck 2016 Extensions, and
        Custom Packages

        Comment


          #5
          I have been looking at this and wondered if anyone has successfully implemented the shopzilla tracking in V8 / 9

          Having searched the forum i find plenty of threads but these nearly all V7 and earlier.

          If you have managed it does anyone fancy sharing

          Cheers
          D

          Comment

          Working...
          X