Announcement

Collapse
No announcement yet.

Net Order Value Tracking Code Help Needed

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

    Net Order Value Tracking Code Help Needed

    I am posting this only after having spent the last couple of hours trying to work the answer out from previous posts and knowledge base etc. But unfortuantley I am none the wiser.

    I have been asked to put the following into my receipt page but do not know what variable code to replace the 0 from cv=0 that will return the total order value nett of VAT and any postage.


    <script language="JavaScript" src="http://www.sayu.co.uk/conversion.js?client_id=1111&cv=0">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="http://www.sayu.co.uk/conversion.js?client_id=1111&js=0&cv=0">
    </noscript>

    Please can anyone help.

    Many thanks

    Rob
    http://www.performancemotorcare.com
    Rob
    For all your car, motorcycle and marine care, cleaning and detailing products.

    #2
    Try:
    NETQUOTEVAR:FORMATTEDORDERTOTALCGI

    Comment


      #3
      Many thanks for this I will give it a go and see what happens.

      I have however used it in the following:

      <!-- Google Code for purchase Conversion Page -->
      <script language="JavaScript" type="text/javascript">
      <!--
      var google_conversion_id = xxxxxxxxxx;
      var google_conversion_language = "en_GB";
      var google_conversion_format = "1";
      var google_conversion_color = "FFFFFF";
      if (NETQUOTEVAR:FORMATTEDORDERTOTALCGI) {
      var google_conversion_value = NETQUOTEVAR:FORMATTEDORDERTOTALCGI;
      }
      var google_conversion_label = "purchase";
      //-->
      </script>
      <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
      </script>
      <noscript>
      <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/xxxxxxxx/?value=NETQUOTEVAR:FORMATTEDORDERTOTALCGI&label=purchase&script=0"></noscript>


      Where my google number above I have replaced with xxxxx for this message but my google tracking appears to stop when the value of 1 is replaced by NETQUOTEVAR:FORMATTEDORDERTOTALCGI. When saving I seem to get some kind of script error at the part it starts if (NET....

      Can anyone see where this might be going wrong? I have gone back to value 1 on the live site for the time being.

      Regards

      Rob
      Rob
      For all your car, motorcycle and marine care, cleaning and detailing products.

      Comment


        #4
        Search the forum for Google Tracking/Analytics - there are lots of threads that will help with this.

        Comment

        Working...
        X