NATS4 Flash Banners

From TMM Wiki
Revision as of 18:08, 1 June 2009 by Tmmdan (talk | contribs)
Jump to navigationJump to search
NATS 4
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
Adtools Admin
The Adtools Admin
Duplicating Adtool Types
Add New Adtools
Add New Adtool Type
Bulk Import Adtools
Downloadable Content Adtool Type
Get Hosted Galleries
Adtool Templates
Content of the Day
Linkcodes and Tools Admin
Setting Rules



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" />

The above code would look like this: <html> <embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" type="application/x-shockwave-flash"> </embed> </html>