NATS4 Flash Banners
From TMM Wiki
Jump to navigationJump to search
NATS 4 has built in support to pass an affiliate link into your flash banners. In order to take advantage of this your flash banner should be able to utilize the input parameter clickTag.
Your banner or button should have action code similar to this:
on (release) { if (clickTAG.substr(0,5) == "http:") { getURL(clickTAG); } }
For more information on adding links for tracking purposes to your flash banners you should refer to this article:
http://www.adobe.com/resources/richmedia/tracking/designers_guide/
Once you've made the flash banner so it can accept the input link and redirect a surfer you just need to upload the banner into the NATS 4 Adtool Admin. Your affiliates will then be able to navigate to the tools page and get an embedd code similiar to this
<embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash" />