Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: warning about async attribute on script tag.

...

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.

Warning

Do not attempt to put async="true" or async="async" on the script tag.  This script does a document.writeln which is incompatible with asynchronous JavaScript.  If you attempt to do this the track back call to UltraCart will never fire off.

 

Using FireBug to Test

After we have placed the tracking script 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:

...