Difference between revisions of "NATS4 Flash Banners"

From TMM Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{NATS4 Manual
 
{{NATS4 Manual
| show_adtools_admin_section = true
+
| show_adtool_types_section = true
 
}}
 
}}
  
[[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''.
+
The Flash Banners [[Ct#Adtool|Adtool]] type lets you upload a flash banner of your choosing in order to help [[Ct#Affiliate|affiliates]] promote your [[Ct#Site|site]]. After uploading, [[NATS]] will automatically pass an affiliate [[Ct#Linkcode|linkcode]] into your flash banner.
  
To do this, your flash banner or button should have an action code similar to the following:
+
In order to take advantage of this feature, however, 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:
  
 
<pre>
 
<pre>
Line 17: 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.
+
== Uploading a Flash Banner ==
 +
 
 +
After you have edited your flash banner to accept the affiliate input link and redirect a surfer, you will need to upload your banner to [[NATS]]. You can do so by going to the [[NATS4 Adtools Admin|Adtools Admin]], scrolling down to the "Banner Adtools Types" category, and clicking the "View Adtools" action icon next to the "Flash Banners" adtool type.
 +
 
 +
[[File:Adtools admin geo banner.PNG|450px|The Banner Adtools Types Category]]
 +
 
 +
On the next page, you will see a section labeled "New Flash Banners Adtool." Use the available "Banner" field to add the banner file you want to use; you can upload a file from your hard drive, or input a URL to load from in this field.
 +
 
 +
Once you have selected a file to use as your new Flash Banner, you can define the other available settings for your banner. These settings include:
 +
 
 +
* '''Enabled on''' - Choose what [[Ct#Site|sites]] you want the banner to be enabled for.
 +
* '''Publish Date''' - Input what date you want the banner to be available from.
 +
* '''Default Group''' - Select an adtool group to categorize the banner under.
 +
 
 +
Once you have defined the available fields, click "Add Adtool" to add your new image banner to [[NATS]].
  
 
[[File:New flash banner.PNG|450px|Adding a New Flash Banner]]
 
[[File:New flash banner.PNG|450px|Adding a New Flash Banner]]
 +
 +
Your flash banner will now be displayed in the "Image Banners Adtool" table, along with the other available flash banners and basic information regarding that 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:
 
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:
Line 27: Line 43:
 
type="application/x-shockwave-flash" />
 
type="application/x-shockwave-flash" />
 
</pre>
 
</pre>
 +
 +
== Displaying an Image Banner ==
 +
 +
Before you can include your new Flash Banner on one of your [[Ct#Site|sites]], you must first add a [[NATS4 Rules|"SHOW" rule]]. To do so, click on the "Add a new [[NATS4 Rules|rule]]" action icon next to your new image banner. On the next page, simply add a "SHOW" rule type for the affiliate(s), program(s), and site(s) you want this banner to be enabled for. You can also choose to enable this banner for all affiliates, programs, and sites. For more information on rules in [[NATS4]], please see our [[NATS4 Rules]] wiki article.
 +
 +
[[File:Add flash banner rule.PNG|450px|Adding a Flash Banner Rule]]
 +
 +
Once you create a "SHOW" rule for your new flash banner, [[Ct#Affiliate|affiliates]] will be able to grab the [[Ct#Linkcode|linkcode]] for that banner through their Ad Tools page.

Revision as of 15:47, 18 December 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
    Default Adtool Types
Adtool Types
Image Banners
Geo Banners
Flash Banners
Free Hosted Galleries
Mailers
Feeds
Content
Fan Signs
Flash Videos
Embedded Videos
Hosted Videos
Page Peels
IM Popups
Footer Ads
Page Ads
Hosted Free Sites
Overlays

The Flash Banners Adtool type lets you upload a flash banner of your choosing in order to help affiliates promote your site. After uploading, NATS will automatically pass an affiliate linkcode into your flash banner.

In order to take advantage of this feature, however, 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/

Uploading a Flash Banner

After you have edited your flash banner to accept the affiliate input link and redirect a surfer, you will need to upload your banner to NATS. You can do so by going to the Adtools Admin, scrolling down to the "Banner Adtools Types" category, and clicking the "View Adtools" action icon next to the "Flash Banners" adtool type.

The Banner Adtools Types Category

On the next page, you will see a section labeled "New Flash Banners Adtool." Use the available "Banner" field to add the banner file you want to use; you can upload a file from your hard drive, or input a URL to load from in this field.

Once you have selected a file to use as your new Flash Banner, you can define the other available settings for your banner. These settings include:

  • Enabled on - Choose what sites you want the banner to be enabled for.
  • Publish Date - Input what date you want the banner to be available from.
  • Default Group - Select an adtool group to categorize the banner under.

Once you have defined the available fields, click "Add Adtool" to add your new image banner to NATS.

Adding a New Flash Banner

Your flash banner will now be displayed in the "Image Banners Adtool" table, along with the other available flash banners and basic information regarding that 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" />

Displaying an Image Banner

Before you can include your new Flash Banner on one of your sites, you must first add a "SHOW" rule. To do so, click on the "Add a new rule" action icon next to your new image banner. On the next page, simply add a "SHOW" rule type for the affiliate(s), program(s), and site(s) you want this banner to be enabled for. You can also choose to enable this banner for all affiliates, programs, and sites. For more information on rules in NATS4, please see our NATS4 Rules wiki article.

Adding a Flash Banner Rule

Once you create a "SHOW" rule for your new flash banner, affiliates will be able to grab the linkcode for that banner through their Ad Tools page.