Hello,
I have been using buy.at as my affiliate network with Actinic for 3 months and everything is working fine.
Buy.at have just announced a new feature which lets you track which voucher codes are being used by which affiliate.
The tag requires the following:
AMOUNT is populated by the net value of the transaction (excludes VAT and any delivery costs)
TRANSID is populated with the unique order reference for the sale
VCODE is populated by the voucher code used for the sale.
My existing tag is already using the Actinic variables for AMOUNT and TRANSID, but I can't find one for the voucher code. Does anyone know if Actinic has one I can use?
Kind Regards
Paul
I have been using buy.at as my affiliate network with Actinic for 3 months and everything is working fine.
Buy.at have just announced a new feature which lets you track which voucher codes are being used by which affiliate.
The tag requires the following:
Code:
<img src="https://www.perfiliate.com/brains/process.php?PROGID=224&TYPE=sales&AMOUNT=<<insert net value>>&TRANSID=<<insert trans id>>&VCODE=<<insert voucher code>>" height="2" width="1">
TRANSID is populated with the unique order reference for the sale
VCODE is populated by the voucher code used for the sale.
My existing tag is already using the Actinic variables for AMOUNT and TRANSID, but I can't find one for the voucher code. Does anyone know if Actinic has one I can use?
Kind Regards
Paul