Here is my origional instructions:

Please place the following block of code on the post-transaction page of the offer.

To insure the accuracy of our reporting and billing, please replace the two values specified for amount and transaction identification with dynamic tags appropriate for your confirmation page. If either of these values are not available, or if your confirmation page is not dynamically generated, just leave them blank by removing the placeholders. The locations for these values is specified below as [DYNAMIC AMOUNT] and [UNIQUE TRANSACTION ID].

==============================

<!-- Payne-Mason Tag Begins Here -->

<script language='Javascript'>

document.write( '<scr'+'ipt language="Javascript" src="' );

if( document.location.toString().indexOf( 'https://' ) != -1 ){ document.write( 'https' ); } else { document.write( 'http' ); }

document.write( '://hits.affiliatetraction.com/cgi-bin/convert?js=1&offer=4656&amount=[DYNAMIC AMOUNT]&uid=[UNIQUE TRANSACTION ID]"><\/scr'+'ipt>' );

</script>

<noscript><img src='http://hits.affiliatetraction.com/cgi-bin/convert?offer=4656&amount=[DYNAMIC AMOUNT]&uid=[UNIQUE TRANSACTION ID]' border=0 width=1 height=1></noscript>

<!-- Payne-Mason Tag Ends Here -->