Resource Center

Basic Tracking - Yahoo Pixel Integration

The following code should be integrated on the thank-you/confirmation page:

<script language="JavaScript" type="text/javascript">
<!--
var orderNewTotal = parseFloat(orderSubTotal) + parseFloat(orderDiscount);
var html = '<iframe src="https://t.pepperjamnetwork.com';;
html += '/track?PID=<hard_code_pid_here>';
html += '&AMOUNT='+orderNewTotal+'&TYPE=1&OID='+orderNum+'" height="1" width="1" frameborder="0"></iframe>';
document.write(html);
//-->
</script>

<hard_code_pid_here> must be replaced with the program ID.

No Personally Identifiable Information (PII) may be passed to Pepperjam.  PII includes but is not limited to information which can be used to distinguish or trace an individual's identity, such as their name, social security number, email address, phone number, or physical address.