redstarcreative
13th November 2008, 08:17
Hi Everyone
I'm also looking into this with Google but could do with a quicker response than I will get there, so thought I would post here too :)
I've got an ecommerce website that uses the worldpay junior select interface so when a customer makes payment they leave our site to go through to Worldpay.
Worldpay screen-scrapes a page from my site when payment is complete, and on this page I have put some e-commerce tracking, and the following javascript:
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-000000-00");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
</script>
Before I put this on, the referring site for the transaction was being set as "securesite.co.uk" which is owned by PayPal, but now I have put this in place the referring website is showing as being the page on my site where the customer selected "click here to pay".
The code above is on all the worldpay pages too - but how can I get this to work so that I can see the true source of my sale?
Many thanks in advance to you all
Darren
I'm also looking into this with Google but could do with a quicker response than I will get there, so thought I would post here too :)
I've got an ecommerce website that uses the worldpay junior select interface so when a customer makes payment they leave our site to go through to Worldpay.
Worldpay screen-scrapes a page from my site when payment is complete, and on this page I have put some e-commerce tracking, and the following javascript:
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-000000-00");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
</script>
Before I put this on, the referring site for the transaction was being set as "securesite.co.uk" which is owned by PayPal, but now I have put this in place the referring website is showing as being the page on my site where the customer selected "click here to pay".
The code above is on all the worldpay pages too - but how can I get this to work so that I can see the true source of my sale?
Many thanks in advance to you all
Darren