X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Google Checkout & Webgains (https://forum.x-cart.com/showthread.php?t=44830)

cycloneuk 01-15-2009 01:20 PM

Google Checkout & Webgains
 
I am trying to get the Webgains pixel tracking to work with Google Checkout, is anyone doing this successfully and can share the code?

cycloneuk 01-17-2009 05:00 AM

Re: Google Checkout & Webgains
 
I have inserted the following:

Code:

<parameterized-urls>
    <parameterized-url
      url="https://track.webgains.com/transaction.html?wgver=1.1&amp;wgprogramid=programid&amp;wgrs=1&amp;wgeventid=3404&amp;wgitems=">
      <parameters>
        <url-parameter name="wgorderreference" type="order-id"/>
        <url-parameter name="wgvalue" type="order-total"/>
      </parameters>
    </parameterized-url>
  </parameterized-urls>


and on the final checkout page of google i'm getting this:


Code:

<script type="text/javascript">
        function loadAnalytics() {
       
       
          analytic1 = new Image();
          analytic1.src = "http://track.webgains.com/transaction.html?wgver\x3d1.1\x26wgprogramid\x3dprogramid\x26wgrs\x3d1\x26wgeventid\x3d3404\x26wgitems\x3d\x26wgorderreference\x3d813990644670605\x26wgvalue\x3d1.91";
       
       
        }
      </script>


the url should be: xxhttps://track.webgains.com/transaction.html?wgver=1.1&wgprogramid=programid&w grs=1&wgeventid=3404&wgitems=&wgorderreference=100 7&wgvalue=1.91

Any deas why there is loads of letters and numbers added?

stiven simon 03-17-2011 05:07 AM

Re: Google Checkout & Webgains
 
I was wondering if you ever resolved the problem as I am facing the same. Please let me know.
Thanks


All times are GMT -8. The time now is 01:13 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.