Get affiliate credit by referring new customers to NiteFlirt using your own creative assets (or ours!). Here's how to customize the HTML for Affiliate referral credit and performance reporting
<a href='https://www.niteflirt.com/phonesex/root?crid=[value]&pid=[affiliateid]'><img src="[imageurl]" /></a>
[value] Using the HTML above, the first customization is inserting a "value" where the code reads crid=[value]. CRID is the "Creative ID." This is how you will identify this piece of creative and it's essential for affiliate reporting purposes. The CRID can be a name, number, or anything else that will help you know which creative a customer clicked on. For example, "emailsig" could be the CRID for creative posted in an email signature: crid=emailsig
[affiliateid] Next, we need to know which Affiliate referred this customer by inserting the Affiliate ID as the PID ("Partner ID"), such as: pid=1234567 You can find your Affiliate ID at the top of the PAGE PAGE
[imageurl] Now we simply insert the URL to the image/asset we're going to use. For example, if the file is hosted at https://affiliate.niteflirt.com/niteflirt/images/banners/300x250.3.png, we'd pop it into the code like so:
<a href='https://www.niteflirt.com/phonesex/root?crid=emailsig&pid=1234567'><img src="https://affiliate.niteflirt.com/niteflirt/images/banners/300x250.3.png" /></a>