Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Testing Invisible Link Tracking

When an affiliate sends traffic to your web site there are two methods by which UltraCart can track and attribute the traffic to the affiliate without having to bounce them through a UltraCart URL first. For instance if I'm running a review site for hair loss supplements and I recommend XYZ product then the link that takes the customer to the other website would be idea if it had no parameters that concern the customer. For this to work though the merchant must deploy the invisible link tracking script to their website. The tracking script is located under:

Main Menu

Unknown macro: {rarr}

Affiliate Management

Merchant Links

The tracking script HTML snippet looks like this:

<script language="javascript" src="https://secure.ultracart.com/cgi-bin/UCInvisibleLink?merchantId=DEMO"></script>

The only difference is that the merchant ID would be your own merchant ID instead of demo. This script should be placed at the bottom of the HTML page for any landing page that will receive traffic. We recommend placing it right before the close body tag on the page.

Using FireBug to Test

After we have placed the tracking pixel on our site it is a good idea to test it. To do this we recommend using the FireBug plugin for Mozilla FireFox. This plugin allows you to quickly see all the traffic between the browser and the server along with the request/response headers and cookies. If you haven't already installed FireFox go to:

http://www.mozilla.org/en-US/firefox/new/

After FireFox is downloaded and running install the FireBug plugin located at:

http://getfirebug.com/

  • No labels