Page 1 of 1

iDevAffiliate Hidden Image Tag

PostPosted: September 7th, 2010, 8:56 pm
by Brian Hatano
In the s2Member settings, under API/Tracking, there are instructions on how to include iDev Affiliate.
There is sample code for sign-up tracking.

I assume we only need to insert the 2 relevant pieces of code into the right location with the image tag and place the into the "Integrate Signup Tracking Codes" field.

We can ignore these 2 lines of code, right? :
idev_saleamt=%%initial%%
idev_ordernum=%%subscr_id%%

Thanks!

Re: iDevAffiliate Hidden Image Tag

PostPosted: September 7th, 2010, 9:09 pm
by Jason Caldwell
Hi Brian. Yes, you're correct.

You should have this:
Code: Select all
<img 
src
="http://www.example.com/idevaffiliate/sale.php?profile=123&idev_saleamt=%%initial%%&idev_ordernum=%%subscr_id%%" width="1" height="1" border="0" /> 

Replace profile=123 with your iDev profile ID number.
( as provided by your iDevAffiliate installation )

* Note. Please ignore line wrapping here.
In reality, this should all be just ONE line of code.
<img .... />