Technical requirements (AdLabs Media Network)

  1. The ad consists of a text, an image and a URL:
    1. text length is limited to 75 characters;
    2. image formats: *.jpeg, *.gif, *.png;
    3. image resolution — 200x200 pixels;
    4. maximum image size — 200 kb.
  2. Banners:
    1. Primary formats: 240х400, 728х90, 160х600, 300х250;
    2. Secondary formats: 970х90,468х60,180х150,300х600,250х250,336х280;
    3. File formats: *.swf, *.flv, *.jpeg, *.gif, *.png;
    4. Maximum file size: 100kb;
    5. Additional requirements for banners intended for rotation in Google AdX:
      1. Maximum file size: 50 kb;
      2. Maximum animation length: 30 seconds;
      3. Strictly family-safe content;
      4. Maximum frames per second: 20.
    6. Flash-banners should contain clickTAG tracking code assigned to the clickable element.

      ActionScript 2 example:

      on (release) {
      	getURL(_root.clickTAG, "_blank");
      }

      ActionScript 3 example:

      Link_1.addEventListener(
        MouseEvent.MOUSE_UP, 
        function(event: MouseEvent):
      	void { var sURL: String;
      	  if ((sURL = root.loaderInfo.parameters.clickTAG)) {
      		navigateToURL(new URLRequest(sURL), "_blank"); 
      	  }
          }

      More information on clickTAG implementation can be found here: www.adobe.com/resources/richmedia/tracking/designers_guide.