logo Ad Management System

Floating Ad or Layer Ad

Floating ad (also called layer ad or overlay ad) is a special type of ad that flows/slides into the main page using animation. You can set a delay before the ad begins sliding into the page and set the ad position on the main page. The user can click on a Close button to make it disappear or the ad will close itself within a number of seconds.

Ad Management

You can group multiple floating ads into a zone and get the zone's ad tag to rotate floating ads. To avoid displaying the default error banner when there is no available floating ad in the zone, check the box to hide all errors when generating the ad tag.

Demo

Please view the floating ad demo for a sample sliding/floating ad.

Customization

To customize the sample ad to your own ad:

Create a floating ad

Flash/SWF Ad

If the floating ad is a Flash ad then the ActionScript code for the Close button should call the external JavaScript function to close the ad. The function should be defined in the HTML ad code. It should look similar to this:
on(release) {  
  getURL("javascript:closeFloatingAd();");
}
Additionally, a proper clickTAG should be appended to the SWF file for click tracking.

Floating Ad with Vertical Scrolling

Another visual effect of a floating ad is to follow the scroll bar. When you scroll down, the ad moves down. When you scroll up, the ad moves up. Thus, it's always visible to the visitor. Typically, it's the sidebar ad (120x600, 160x600) on long pages. To create this ad, please use AdServer Rich-Media wizard interface built into your account.

Advanced Options

You can limit the floating ad to display once per day or a number of times per week with Time Capping and Frequency Capping
All rights reserved.