Difference between revisions of "NATS4 Flash Banners"

From TMM Wiki
Jump to navigationJump to search
Line 3: Line 3:
 
}}
 
}}
  
 +
[[NATS4]] contains built in support for passing an [[Ct#Affiliate|affiliate]] link into your flash banner [[Ct#Adtool|adtools]]. However, in order to take advantage of this feature, your flash banners should be able to utilize the input parameter ''clickTag''.
  
NATS 4 has built in support to pass an affiliate link into your flash banners.  In order to take advantage of this your flash banners should be able to utilize the input parameter ''clickTag''.
+
To do this, your flash banner or button should have an action code similar to the following:
 
 
Your banner or button should have action code similar to this:
 
  
 
<pre>
 
<pre>
Line 18: Line 17:
 
For more information on adding links for tracking purposes to your flash banners you should refer to this article: <br>http://www.adobe.com/resources/richmedia/tracking/designers_guide/
 
For more information on adding links for tracking purposes to your flash banners you should refer to this article: <br>http://www.adobe.com/resources/richmedia/tracking/designers_guide/
  
 +
After you have edited your flash banner to accept the affiliate input link and redirect a surfer, you will need to upload your banner into the [[NATS4 Adtools Admin|Adtools Admin]]. You can do so by going to the Adtools Admin, clicking the "View Adtools" icon next to your Flash Banners adtool type, and adding a new Flash Banners Adtool using the box at the top of the page.
  
 +
[[File:New flash banner.PNG|450px|Adding a New Flash Banner]]
  
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
+
When you have done this, your affiliates will be able to navigate to their Affiliate Tools page and get an embed code similar to the following:
  
 
<pre>
 
<pre>

Revision as of 13:28, 22 July 2010

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

NATS4 contains built in support for passing an affiliate link into your flash banner adtools. However, in order to take advantage of this feature, your flash banners should be able to utilize the input parameter clickTag.

To do this, your flash banner or button should have an action code similar to the following:

  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/

After you have edited your flash banner to accept the affiliate input link and redirect a surfer, you will need to upload your banner into the Adtools Admin. You can do so by going to the Adtools Admin, clicking the "View Adtools" icon next to your Flash Banners adtool type, and adding a new Flash Banners Adtool using the box at the top of the page.

Adding a New Flash Banner

When you have done this, your affiliates will be able to navigate to their Affiliate Tools page and get an embed code similar to the following:

<embed height="60" width="468" name="plugin" src="demo_banner.swf?clickTag=http://demo.nats4.com/track/MS4yLjAuMC4wLjIzLjAuMA" 
type="application/x-shockwave-flash" />