I have two ways for a person to subscribe to my site One to have a monthly subscription or Two to pay a one time yearly fee.
So I have two idevaffiliate pixel tracking codes in the API/tracking area as below:
<img border="0" src="http://www.xxx.com//sale.php?profile=72198&idev_saleamt=%%recurring%%&idev_ordernum=%%subscr_id%%" width="1" height="1">
<img border="0" src="http://www.xxx.com//sale.php?profile=72198&idev_saleamt=%%initial%%&idev_ordernum=%%subscr_id%%" width="1" height="1">
So my logic is this if the person charges a recurring payment %%recurring%% then the recurring sale amount will be sent to iDev but if they choose the single yearly transaction then the subscription is then 0 and %%initial%% is used and sent to iDev
Where I am concerned is if they use the %%recurring%% part does it double post to iDev with the additional %%initial%% ?Statistics: Posted by behnt — October 7th, 2010, 2:15 pm
]]>