Crawler Ad Format
A crawler is a flash unit that unlike regular ad units, after a few seconds appears from the bottom of a user’s screen over content and remains there even as a user scrolls up and down a page. The crawler also features a close button that serves to remove the ad unit.
Specs
File Size:
Initial file max size: 75K
Max file size for image is 10K
Dimensions:
Fully expanded crawler: 2800 px by 100 px
Main graphic area of crawler expanded: 990 px by 100 px
Duration: Closed by user
Format: Flash unit
Click-through URL: Must open new window. Must include Closed Option with Java Script.
ClickTag code:
on (release)
{
getURL(_level0.clickTag, “_blank”);
}
Close button code:
on (release)
{
var url = “javascript:closeCrawler();”;
getURL(url, “”);
}
