Skip to content

Instantly share code, notes, and snippets.

@slant
Created August 1, 2008 06:05
Show Gist options
  • Save slant/3584 to your computer and use it in GitHub Desktop.
Save slant/3584 to your computer and use it in GitHub Desktop.
<%- # Campaign Name: ID Watchdog Exclusive -%>
<script src="http://affiliates.idwatchdog.com/i_sale_third/3/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/3/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript>
<%= # Campaign Name: ID Watchdog 15-Day %>
<script src="http://affiliates.idwatchdog.com/i_sale_third/2/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/2/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript>
<%= # Campaign Name: $42 + 5% Off %>
<script src="http://affiliates.idwatchdog.com/i_sale_third/4/<%= signup_fee(@customer.cart_product, @customer.campaign) %>/<%= @customer.account_number %>/OPTIONAL_INFORMATION"></script> <noscript><IMG SRC="http://affiliates.idwatchdog.com/i_track_sale/4/LINE_ITEM_STRING/TRANSACTION_ID/OPTIONAL_INFORMATION"></noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment