TECHNICAL SPECIFICATIONS

Size: px
Start display at page:

Download "TECHNICAL SPECIFICATIONS"

Transcription

1 TECHNICAL SPECIFICATIONS 1

2 TABLE OF CONTENT Guidelines for all advertising media HTML5 guidelines Flash specifications Mobile technical specification Video Advertising Expandable Ad Maximum sizes of standard formats Advertising media Templates 2

3 GUIDELINES FOR ALL ADVERTISING MEDIA 3

4 GUIDELINES FOR ALL ADVERTISING MEDIA All advertising media must be supplied in the agreed Ad Size (pixels in height and width). Do not exceed the maximum file sizes. Links must always open up in a new window. To open a new window after the click, use the target="_blank" command. HTML advertising media should be sent as *.TXT and *.HTML files in a *.ZIP file (not as content). The advertising media must be labeled. We recommend a clear naming convention. Example: Format_Language_Subject_Date.swf Send the advertising media, with all needed details, to your contact partner. Remember that a period of 5 days is necessary for the integration of the advertising media on the Ad Server If you have further questions regarding the ad specifications, please contact your Goldbach representive. 4

5 HTML5 GUIDELINES 5

6 HTML5 GUIDELINES HTML5 Flash content cannot be played back directly due to new versions of certain browsers. Displaying the banner requires additional action by the user. The browsers in question are Firefox v44.0, Chrome releases from 1 September 2015 and Safari for a considerable time. This has been accompanied by significant disadvantages for Flash, which is why HTML5 ads are currently preferred. Banner formats The following standards apply to all fixed-size formats, that means: Height and width, in line with IAB advertising standards for regular ads, excluding ads that overlay or that proportionally or freely scale the website content. For example, for a Sitebar ad

7 HTML5 GUIDELINES FILE SIZE Like web pages, HTML5 ads consist of multiple elements, which, unlike Flash, cannot be combined and compressed into a single file. These are: HTML files CSS libraries (Javascript, JQuery, etc.) images Videos The ads should be no larger than: Maximum total file size: 150 KB Maximum initial load: 50 KB To ensure web pages and ads load quickly, use as few individual elements as possible both in terms of the number of files and file size when creating HTML5 ads. This is to minimise the number of server processes/requests. Also compress the code and use code optimization techniques in the files. This should be done using compression and optimization methods as well as sparing use of animations and integration of external elements such as fonts and libraries, as these are also included in the file size. Subdirectory structures should be avoided. 7

8 HTML5 GUIDELINES Backup image, browser compatibility If the browser does not support a certain feature or library used in the ad application, the ad should include a fallback JPG/GIF to be displayed instead. For example, if the ad is not supported by IE 9, the agency should make sure that the fallback image can at least be displayed in this browser. The ads are to be tested by the ad agency in all common browsers, and the marketer is to be informed of any incompatible browsers. Are the fallbacks too big and you don t want to compromise on quality? Then opt for a JPG/PNG file: Image compression Image files are to be compressed. We recommend using PNG crushing software and scalable vector graphics. Animation Make sure that any animations do not place an unnecessary load on the client CPU. Avoid running multiple animations simultaneously and using overlapping transparent graphics. Use CSS3 or Javascript animations sparingly, taking into account the CPU and GPU load. Source: 8

9 HTML5 GUIDELINES Video Videos in HTML5 ads are integrated using the <video> tag. Ads with videos are to include a preview picture (poster). The video starts as soon as it has been loaded or is triggered by user interaction on most mobile devices. Please note that no clicktags can be included in videos played back on mobile devices. The clicktag must be inserted somewhere outside of the video. The quality and file size of the video must be optimized, and the video should be streamed in an appropriate server environment. (Max. video size = 2.5 MB) The video should be provided as H264/MP4 and VP8/WebM. Sample code: <video controls height='640' width='360'> <source src='yourvideo.mp4' type='video/mp4' /> <source src='yourvideo.webm' type='video/webm' /> </video> 9

10 HTML5 GUIDELINES We accept redirects and physical HTML5 ads in line with the DoubleClick Studio specifications. DoubleClick Studio is a tool designed for advertising and creative agencies to upload rich media ads, allowing them to manage and control all settings and functions and guaranteeing a technically professional end product. DoubleClick Studio hosting is subject to surcharges. The CPM surcharges are listed on the following slide. Possible creative/designer tools along with the required DoubleClick Studio outlines/templates: Google Web Designer Google Web Designer Templates Google Web Designer Anleitung Adobe Edge Adobe Edge Templates Adobe Edge Anleitung 10

11 Rich Media HTML5 GUIDELINES HTML5 CPM SURCHARGE Format CPM Surcharge In Page CHF 0.15 Floating, Expanding CHF 0.60 Video CHF

12 FLASH SPECIFICATIONS 12

13 FLASH SPECIFICATIONS DELIVERY OF THE FLASH ADVERTISING MEDIA SWF file and an alternative GIF (mandatory); the GIF will be displayed to all users who do not have a Flash plug-in installed Please specify the URL separately, since it will be transferred directly from the AdServer to the "clicktag" variable in the advertising medium. (AdServer tracking method in Flash: see clicktag Implementation) The Flash movies should be exported in version 8/9. When creating advertising media, comply with the specified weight limits. Sound is allowed in advertising media, but must be disabled in the default setting. Navigation components can allow activation by the user. For Banner, Sky, and Rectangle: wmode=opaque, for DHTML ads (Floating, Expandable, etc.): wmode=transparent 13

14 FLASH SPECIFICATIONS OPTIMIZING THE FLASH ADVERTISEMENT Framerate should be between Fps to keep the cpu usage low. 30+ Fps causes higher Cpu load Avoid Math based Animations (ActionScript driven Animations). Preloading of Symbols/Images Work with Animation-Tweens instead of key-frame series. Simplify Graphic Elements where possible Limit Number of used Bitmaps A complete Guidline for Optimizing your Flashmovies can be found on the official Adobe Support Page: 14

15 FLASH SPECIFICATIONS AS2 CLICKTAG IMPLEMENTATION Function description on the AdServer: To count a click on the AdServer, the clicktag variable in Flash is used instead of the target URL. Thanks to this variable, the target URL can be queried from the AdServer and passed on to the advertising medium. When the button is actuated, a click is logged on the AdServer, and the user is linked to the offer with the target URL. This procedure only affects the link URL action; all other settings (ActionScripts, etc.) are not affected. You can freely create your advertising medium, according to your needs. The clicktag variable also allows the target URL to be changed during a campaign without having to change the advertising medium. Standard Action-Script for the LINK Button: on(release){ geturl(clicktag, "_blank"); } 15

16 FLASH SPECIFICATIONS AS2 CLICKTAG IMPLEMENTATION IMPORTANT: If the variable is to be used within a movie clip in the main Flash animation, the variable must be integrated with a preceding _root.clicktag. Moreover, no ON actions may be defined for the movie clip containing the button. Do always use on(release) on(press) causes the PopUp Blocker to take action in certain Browsers! 16

17 FLASH SPECIFICATIONS AS2 CLICKTAG IMPLEMENTATION 17

18 FLASH SPECIFICATIONS AS2 CLICKTAG IMPLEMENTATION Use of other target URLs that must be included in the tracking: If your advertising medium is to contain several clickable areas with different link URLs, you can expand the clicktag variable for each link URL. Example: Link-URL1 = clicktag1 Link-URL2 = clicktag2 Link-URL3 = clicktag3 etc. Online clicktag tutorial by Macromedia for all Flash versions (AS2): Click here to download a template for this advertising medium. 18

19 FLASH SPECIFICATIONS CLICKTAG-PARAMETER-CODE FOR ACTIONSCRIPT 3 var clicktag:string; if (root.loaderinfo.parameters["clicktag"]) { clicktag = root.loaderinfo.parameters["clicktag"]; }else if(root.loaderinfo.parameters["clicktag"]){ clicktag = root.loaderinfo.parameters["clicktag"]; } btn_inv.removeeventlistener(mouseevent.click, calllink); btn_inv.addeventlistener(mouseevent.click, calllink); function calllink(e:event):void { try{ openurl(clicktag); }catch (e:error){ trace("error occurred!"); } } function openurl(param1:string) : void { var _loc_2:urlrequest = null; var _loc_3:string = null; var _loc_4:string = null; _loc_2 = new URLRequest(param1); _loc_3 = "_blank"; if (!ExternalInterface.available) { navigatetourl(_loc_2, _loc_3); } else { _loc_4 = String(ExternalInterface.call("function() { return navigator.useragent; }")).tolowercase(); if (_loc_4.indexof("firefox")!= -1 _loc_4.indexof("msie")!= -1 && uint(_loc_4.substr(_loc_4.indexof("msie") + 5, 3)) >= 7) { ExternalInterface.call("window.open", _loc_2.url, _loc_3); } else { navigatetourl(_loc_2, _loc_3); } } return; } 19

20 FLASH SPECIFICATIONS OPENING THE LANDING PAGE IN A PREDEFINED WINDOW If you want the landing page to be opened in a predefined window, all variables for the position, and the window size, must be transferred to the browser in the script. For this variant, it is important to open the window with "_self". Example ActionScript on the link button: on (release) { geturl("javascript:window.open('" + _root.clicktag + "','FensterName','left=50,top=50,width=600,height=40 0,toolbar=no,scrollbars=no,resizable=no,menubar=no,st atus=no,directories=no,location=no');void(0);", "_self"); } 20

21 FLASH SPECIFICATIONS OPENING THE LANDING PAGE IN A PREDEFINED WINDOW Documentation: left=50 indicates the window position from the LEFT in pixels width=600 indicates the window width in pixels toolbar=no possible toolbar parameters yes/no resizable=no possible status parameters yes/no status=no Status mögliche Parameter yes/no location=no possible location parameters yes/no top=50 height=400 scrollbars=no menubar=no directories=no indicates the window position from the TOP in pixels indicates the window height in pixels possible scrollbar parameters yes/no possible menu-bar parameters yes/no possibly directory parameters yes/no 21

22 FLASH SPECIFICATIONS EXTENSIONS FOR BT-CUSTOMIZED AD S To realize the function of retargeting, there has to be implemented a second variable after the ClickTag. After a maximum of 7 seconds, the floating must close automatically. on(release) { geturl(_root.clicktag,"_blank"); geturl("javascript:bt_retarget()","_self"); } 22

23 MOBILE TECHNICAL SPECIFICATION 23

24 MOBILE TECHNICAL SPECIFICATION: SMARTPHONE MOBILE WEBSITES / APPS (IOS & ANDROID) Ad format Size Weight Format Mobile / App Banner Portrait 320x50 / 640x100* 60 KB JPG,.GIF,.PNG Mobile / App Rectangle 300x250 / 600x500* 60 KB JPG,.GIF,.PNG Interstitial Portrait Mobile (Browser) Site App Interstitial Landscape Mobile (Browser) Site App 320x356 / 640x712* 320x480 / 640x960* 480x219 / 960x438* 480x320 / 960x640* 60 KB 60 KB 60 KB 60 KB JPG,.GIF,.PNG JPG,.GIF,.PNG Mobile / App Wideboard 320x160 / 640x320* 60 KB JPG,.GIF,.PNG * Optional. Only on Retina displays. 24

25 MOBILE SPEZIFIKATIONEN: TABLET MOBILE WEBSITES / APPS (IOS & ANDROID) Ad format Size Weight Format Tablet Banner Portrait 768x90 / 1536x180* 60 KB JPG,.GIF,.PNG Tablet Rectangle 300x250 / 600x500* 60 KB JPG,.GIF,.PNG Tablet Interstitial Portrait 768x916 / 1536x1832* 60 KB JPG,.GIF,.PNG Tablet Interstitial Landscape 1024x655 / 2048x1310* 60 KB JPG,.GIF,.PNG * Optional. Only on Retina displays. 25

26 MOBILE & TABLET GENERAL GUIDELINE FOR ALL CREATIVES Pixel size and file size may not exceed the established limits. Mobile banners must be sent compressed in a *.ZIP file; and not directly as content or attachment. Animated files are accepted if they do not exceed the maximum file size. Interstitial ads must always be sent as a portrait and landscape format. Retina sizes are optional. They must be delivered, if the ad is to be shown on high-resolution displays. The target URL of the banner must be separately provided and must refer to a mobile site or portal. You are free to design your advertising material. Send all ads with the necessary indications to your person to contact. Advertising material must be delivered at least 4 days prior to the start of the campaign. 26

27 VIDEO ADVERTISING 27

28 INBANNER/INPAGE VIDEO AD Flash Video Tutorials at Macromedia: Use click TAG for thelinkage. (see 3.Flash specification) Use the variable AdlVideo as Video linkage Usually, the Video Data is not managed by Goldbach Audience, therfore it hast o be available by an external server. If you dont have any effective infrastructur, Goldbach Audience ist taking over the data delivery for value. System Security Flash / Doubleclick deblock Domains. Example Action-Script for a Video integration through the NetStream category: Click here to download a template for this advertising medium. System.security.allowDomain("*.doubleclick.net", "*.doubleclick.com"); var netconn:netconnection =new NetConnection(); netconn.connect(null); var netstream:netstream =new NetStream(netConn); VideoStream.attachVideo(netStream); netstream.setbuffertime(10); netstream.play(_root.adlvideo); 28

29 INSTREAM VIDEO AD VIDEO Format:.MP4 Weight: max. 4 MB Codec: VP6 / MainConcept H.264 Video Size: 1024x576 pixels Site Relation: 16:9 Complete-Bitrate: physisch max kbps / VAST max. 750 kbps Colour intensity: 32-Bit Framerate: 25 fps Durability: as per Productionplan (max. 30s) 29

30 INSTREAM VIDEO AD AUDIO Format: MPEG Audio Format-Version: Version 1 Format-Profile: Layer 3 Format_Settings_Mode: Stereo Bitrates-Modus: constant (cbr) Bitrate: 128 Kbps Channels: 2 Channels Samplingrate: 44.1 KHz Volume EBU R128: -23 LUFs 30

31 PUSH-DOWN VIDEO AD 1/2 DIMENSIONEN: Closed: Open: 728x90 pixels 728x400 pixels (max.) At the first stage the advertising medium interaction you can use the expand action onrollover (MouseOver). The Push- Down Video Ad is always closed per Mouseout, so use the onrollout (MouseOut) Action. After the creative was closed it can only be expanded again by clicking, so use the onrelease action. Therefore you have to place an advice within the advertising medium. For example a click here to expand Button. The Collapse command to close must be executed 0.5 sec before the advertising medium turns into the closed condition. There is no need for a closing animation as the animation is done via the adserver creative delivery code The site is moving back within 0.5 sec into the original/closed condition. 31

32 PUSH-DOWN VIDEO AD 2/2 The video integration is done according to our In Banner/In Page video Ad specifications. Expand Layer (At the begin onrollover / after the first close onrelease) : geturl("javascript:f4d_expand_layer()","_self ) Collapse Layer (always onrollout): geturl("javascript:f4d_collapse_layer()","_self ) Click here to download a template for this advertising medium. 32

33 FULL SCREEN VIDEO ADS 1/2 VIDEO SCROLL All Animations in the Flash for Text/Images/Vector-Graphics should be coded on the Maintimeline. Classes for Transformations and Movements must not been used Wether Flash built-in Classes nore Engines like TweenLight, TweenMax oder Caurina. The Movie in the Video Scroll has to be delivered as for Video Interstitials (see Specs Video Interstitial. This Movie will also be used in the 124x70 Area. Within the Video Scroll the movie will be played without sound. After Interacting with the Video Part in the Scroll the Creative will go Fullscreen where the Movie plays with sound-on. Skin or Logo also has to be produced for the Video Scroll like for Video Interstitials. Elements to deliver: Flash 800x70px Video Skin or Logo Hex Code used as Backgroundcolor of the Video Scroll & Interstitial (Default is Black) 33

34 FULL SCREEN VIDEO ADS 2/2 VIDEO SKINS The Skin has to be delivered as *.PNG or actionscript free *.SWF file. The PNG/Flashfile will be layed over the Movie, therefore the Skin must have a transparent Area so the movie is viewable. The Controll Elements (Progress Bar, Close Button etc.) will be layed over the Skin. The max. Dimension for such a skin is 1280x800 pixels and 100 KB Filesize. Measurements for the View-Through Area aren t strict but should be close to the dimensions of the movie. 34

35 WILMAA SPECS 1/2 Premium Ad (Welcome) If desired terminatiing in a specified color, please tell us the hexcodeitteilen (e.g. #FFFFFF / White) Format Size Duration / Weight.FLV /.MP4 max. 1280x800 max. 30 / max. 4 MB / max. 8 MB Premium Ad & Wallpaper.FLV /.MP4 512x288 max. 700x500 max. 60 / max. 4 MB Wallpaper + Colorcode (Default #FFFFFF) Addition to Welcome.PNG /.JPG 1280x800 (terminating in a color) max. 100 KB Terminating in color, therefore please tell us the needed Hexcode (Default Value = #FFFFFF / White) Standard Ad (Channel Switch) Video:.FLV /.MP4 max. 1024x576 max. 30 / max. 4 MB Standard Ad & Premium Ad Mobile Video:.MP4 max. 1024x576 max. 30 / max. 2 MB 35

36 WILMAA SPECS 2/2 Format Size Duration / Weight Click & Mail** Kombination Premium Ad / Standard Ad Creative Delivery **Click&Mail Sound Complete HTML- and Text- . The display and functionality must be optimized and tested on the e- mail clients Outlook, Lotus Notes and Gmail (Web mail). Width max. 680 pixels - Look at the separate Specs on the previous page transmission band 10 work days, digital creative 3 work days before campaign start Text for Speech Bubbles: Hello [User-Name], are you interested in info about [Offering (max.45 Characters)]? In Combination with PremiumAd or StandardAd Integrated in Video. Sound volume is controlled through user when watching wilmaa. The volume must be conform to the guidelines of EBU R

37 WILMAA SPECS SWF Wilmaa is a flash based platform. The programming of the Flash Files therefore require certain precautionary measures to prevent errors: Do not change root Don t use the Stage object Be careful with Scaling: Scale on internal Movie-Clips only Don t use Loops without Timeouts Exception prone code must always be included in TryCatch block 37

38 WILMAA SPECS WALLPAPER CREATIVE GUIDE 38

39 WILMAA SPECS WILMAA RAW MATERIAL Information and recommendations for raw material. Delivery file format:.flv /.F4V (flash video) 39

40 EXPANDABLE AD 40

41 EXPANDABLE AD There are two methods of making the advertising medium expand: On(RollOver): The expand effect takes place as soon as the user moves his mouse over the advertising medium. On(Release): The expand effect takes place as soon as the user clicks an element in the advertising medium. There are two methods of making the advertising medium collapse: On(RollOut): The collapse effect happens, as soon as the user removes the mouse pointer from the ad. On(Release): The collapse effect takes place as soon as the user clicks an element in the advertising medium. ATTENTION: This is only permitted in Expandables/Floatings. 41

42 EXPANDABLE AD IMPORTANT: If the advertising medium opens automatically, it will be considered as a Floating Ad and allocated to the respective price category. After a maximum of 7 seconds, the Expandable Ad/Floating which opens automatically must close automatically. Expandable Banners open from the top down e.g., from 486x60 to 468x300. Expandable Skyscrapers open from right to left e.g., from 160x600 to 300x

43 EXPANDABLE AD Goldbach Audience has developed a Richmedia template that takes over the expand procedure. Expanded Layer: This function is used to call up the expanded flash file and must always be used in conjunction with the f4d_collapse_layer function. These functions must be used in the event onrollover, onrelease, onpress. Collapse Layer : geturl("javascript:f4d_expand_layer()","_self") geturl("javascript:f4d_expand_layer()","_self") Click here to download a template for this advertising medium. 43

44 MAXIMUM SIZES OF STANDARD FORMATS 44

45 SIZE FORMATS Format Max size Expanded max size Weight in KB Fullbanner 468x60 468x Leaderboard 728x90 994x Billboard 728x Wide Skyscraper 160x x Half Page Ad 300x x Medium Rectangle 300x x Maxiboard 994x x Wideboard 994x x Monstersky 245x x Floating Ad On request 50 For other size formats, refer to the media data of individual web sites under 45

46 ADVERTISING MEDIA TEMPLATES 46

47 ADVERTISING MEDIA TEMPLATES Ad Appeal AS2 / AS3 Expandable Ads AS2 / AS3 Floating Ads AS2 / AS3 Fullbanner AS2 / AS3 Skyscraper AS2 / AS3 Push-Down Ad AS2 / AS3 In Banner / In Page Video Ad AS2 / AS3 47

48 THANK YOU Goldbach Audience (Switzerland) AG Seestrasse Küsnacht-Zürich T info@goldbachaudience.ch 48

TECHNICAL SPECIFICATIONS

TECHNICAL SPECIFICATIONS TECHNICAL SPECIFICATIONS 1 TABLE OF CONTENT Goldbach Audience guidelines for all advertising media Goldbach Audience HTML5 guidelines Goldbach Audience maximum sizes of standard formats Goldbach Audience

More information

TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS

TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS TECHNICAL SPECIFICATION OF GAZETA.PL PORTAL'S ADVERTISING PRODUCTS Contents 1. Formats, Sizes and Weights of Standard Advertising Products... 3 2. General Requirements for Advertisements... 3 2.1. GIF,

More information

ADVERTISING SPECS. Base File Weight

ADVERTISING SPECS. Base File Weight Standard ads Creative constructed in standard web-image formats, such as GIF, JPEG, PNG as well as single file flash (SWF) executions of any of the dimensions listed below are considered standard ads.

More information

Ad Unit Dimensions / Ad sizes Max File Size GIF / JPEG Max File Size HTML 5 / Flash 40 KB 40 KB 40 KB 40 KB 40KB 40KB 40KB. 50KB *Premium ad formats

Ad Unit Dimensions / Ad sizes Max File Size GIF / JPEG Max File Size HTML 5 / Flash 40 KB 40 KB 40 KB 40 KB 40KB 40KB 40KB. 50KB *Premium ad formats Ad Specifications Standard HTML 5 / GIF / JPEG & Flash Dimensions / Ad sizes Max File GIF / JPEG Max File HTML 5 / Flash Banner 468 x 60 Medium Rectangle Skyscraper 120 x 600 Wide Skyscraper 160 x 600

More information

Technical Specifications for Advertising

Technical Specifications for Advertising Welcome to Crackle! We appreciate your inquiry to advertise with us. Please contact us to learn about advertising opportunities. James M Smith (James_Smith@spe.sony.com) Senior Vice President Digital Media

More information

ROSSEL ADVERTISING a. ROSSEL ADVERTISING last version : 11/2014 TECHNICAL SPECIFICATIONS

ROSSEL ADVERTISING a. ROSSEL ADVERTISING last version : 11/2014 TECHNICAL SPECIFICATIONS Table of Contents GENERALITIES 1 1. Delivery delays & Contact infos 1 2. General creative informations 2 3. Dimensions & weights 3 4. Optional attributes 4 Expandable creatives 4 Overlayer creatives 4

More information

Advertising Specifications

Advertising Specifications AD UNIT SIZES & SPECS All ads are through Doubleclick for Publishers (DFP Premium). All units must include a 1x1 pixel border and all rich media units must be with the z-index set to 0. Polite creatives

More information

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 1 General Guidelines 2 Newsletters 3 Rich Media 5 Video 6 Mobile Specs 7 Flash 8 Custom Content/ Microsites 8 Skin Specifications ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 GENERAL GUIDELINES

More information

Advertising Specifications

Advertising Specifications Advertising Specifications Standard Ad Specs Overview Pixel Max File Expandable Ad Unit Size Allowed 2 Accepted File Format SLA (working days) W x H Leaderboard 728 x 90 1 Yes JPG, GIF or SWF + (backup

More information

SBS ONLINE ADVERTISING SPECS SBS JANUARY 2015

SBS ONLINE ADVERTISING SPECS SBS JANUARY 2015 SBS ONLINE ADVERTISING SPECS SBS JANUARY 2015 SBS ONLINE ADVERTISING GUIDLINES To ensure a seamless delivery of online advertising for our clients, this document contains all the information required to

More information

Advertising on Onet.pl. Ad products specification

Advertising on Onet.pl. Ad products specification Advertising on Onet.pl Ad products specification August 16, 2013 2 S t r o n a General rules... 3 Mobile Rich Media...... 4 General rules for Rich Media ads... 4 Rich Media top... 5 Cube 3D... 9 Formats

More information

Creative Specifications for Online Ads

Creative Specifications for Online Ads Creative Specifications for Online Ads TABLE OF CONTENTS STANDARD ADS... 3 SLIDING BILLBOARD... 4 MOBILE ADS... 6 HIGH SCHOOL SPORTS MOBILE ADS... 6 MOBILE APP ADS... 6 WALLPAPER ADS... 7 EXPANDABLE ADS...

More information

Technical Specifications Digital

Technical Specifications Digital Newsletter Mobile Technical Specifications Digital page 1-5 Mobile page 6 WebTV page 7 The campaign material must be delivered at least 2 working days before the campaign start date. Send campaign material

More information

Digital Advertising setup guide

Digital Advertising setup guide Digital Advertising setup guide Questions? Contact your Ad Operations Campaign Manager, or email campaignmanagers@globe.com 2015.07.04 TABLE OF CONTENTS 1 - the basics Display Requirements Overview...3

More information

on (release) { geturl (clicktag1, "_blank"); De tweede button action (enz..) on (release) { geturl (clicktag2, "_blank");

on (release) { geturl (clicktag1, _blank); De tweede button action (enz..) on (release) { geturl (clicktag2, _blank); Online advertising specifications 2015 General Requirements A working url should be provided. Landing pages must open in a new tab or window. Clicking on an ad must not initiate a download of any type

More information

Technical specifications online

Technical specifications online Technical specifications online TABLET Digitale Edities De Standaard (newspaper in kiosk) Format FULL PAGE 1024 px W x 695 px H FORMAT (LANDSCAPE) WIDTH (PX) HEIGHT (PX) SIZE (KB) HTML5? CLICKABLE splash

More information

Advertising Specifications, Standards and Guidelines

Advertising Specifications, Standards and Guidelines Advertising Specifications, Standards and Guidelines www.sitomobile.com MOBILE AD FORMATS Formats and functionality by device type Standard Banners Dimensions File Format Expansion MOBILE LEADERBOARD 320x50

More information

Advertising Specifications V2.0

Advertising Specifications V2.0 1 Advertising Specifications V2.0 This document contains the specifications for all Shazam Advertising Formats. It covers the basic dimensions and rules for all placements. SECTION 1 Standard: Ad-served

More information

Detailed Ad Specifications Rev. 20/03/2015 Babatunde Akinse

Detailed Ad Specifications Rev. 20/03/2015 Babatunde Akinse Detailed Ad Specifications Rev. 20/03/2015 Babatunde Akinse Page 1 of 9 General Specifications General Specifications Clickthru URL(s) must be provided and Clicktag coding must be implemented in Flash

More information

TECHNICAL SPECIFICATIONS

TECHNICAL SPECIFICATIONS TECHNICAL SPECIFICATIONS INDEX Leaderboard... 3 Medium Rectangle... 3 Skin... 3 Intro Fullscreen Flash... 3 Intro Fullscreen Video... 3 Custom (Skin+Leaderboard+Medium Rectangle)... 4 Leaderboard EXP....

More information

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS digital ad specifications TABLE OF CONTENTS General Requirements... 2 Standard Display Sizes... 2 Unique Ad Formats...3-5 Billboard... 3 Interstitial... 3 Expanding Medium Rectangle... 3 Expanding Leaderboard...

More information

Advertising Specifications Overview Ad Specs Overview (print and keep) Site served campaigns 3rd party served campaigns

Advertising Specifications Overview Ad Specs Overview (print and keep) Site served campaigns 3rd party served campaigns Advertising Specifications Overview Ad Specs Overview (print and keep) Site served campaigns 3rd party served campaigns Reach Media Leaderboard 728x90 Medium Rectangle 300x250 Half Page 300x600 Super Leaderboard

More information

Creative needs to take into account the width of the websites webpage(s) (which can differ depending on the website).

Creative needs to take into account the width of the websites webpage(s) (which can differ depending on the website). Wallpaper Format File Size Max file size: 75KB Max Dimensions: 1440x1024 File Type: JPEG Animation Not allowed. Image must be static. Specification Creative needs to take into account the width of the

More information

HEALIO.COM ADVERTISING SPECIFICATIONS

HEALIO.COM ADVERTISING SPECIFICATIONS The following are technical specifications for all digital advertising opportes offered by Slack, Inc. including, but not limited to, Healio.com, all associated email news wires, and all mobile apps. Slack,

More information

Technical Specifications

Technical Specifications Technical Specifications Material & Tags Submission - Materials have to be sent to banner@persgroep.nl. - We will send feedback within 24 hours after material reception. - All elements should work properly

More information

General Ad Guidelines and Specs

General Ad Guidelines and Specs General Ad Guidelines and Specs www.vervemobile.com General Ad Guidelines Development and delivery specifications PROVIDING FINAL ADS TO VERVE Ad creatives should be sent in one of the following formats:.png,.jpg,

More information

Videoplaza Creative Specification 12 th of March 2012

Videoplaza Creative Specification 12 th of March 2012 Creative Asset Specification Videoplaza Table of contents 1 Introduction 3 2 The Videoplaza Format Family 4 2.1 VP Standard Formats... 4 2.2 VP Premium... 4 2.3 Format partners... 4 2.4 VP Custom formats...

More information

Advertising Spec Sheet

Advertising Spec Sheet Advertising Spec Sheet SUBMISSION GUIDELINES STANDARD : Macromedia Flash Version 10. The creative must be delivered as a.swf (Flash Player file). A.fla (Flash File) may be requested for troubleshooting

More information

DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE/HOME PAGE TARGETING/ CONTEXTUALLY TARGETED IMPRESSIONS

DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE/HOME PAGE TARGETING/ CONTEXTUALLY TARGETED IMPRESSIONS DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE/HOME PAGE TARGETING/ CONTEXTUALLY TARGETED IMPRESSIONS 6 HTML E-MAIL NEWSLETTERS AND CHANNEL SPONSORSHIP 7-8 ONLINE SPONSORSHIPS 9 ADDITIONAL

More information

Mobile Technical Specifications

Mobile Technical Specifications Ein Unternehmen der ProSiebenSat.1 Media AG Mobile Technical Specifications ProSiebenSat.1 Media SE Unterföhring, April 2016 Mobile Technical Specifications Index: 1) General References Page 3 2) Mobile

More information

DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE 6 HTML E-MAIL NEWSLETTERS 7-8 ONLINE SPONSORSHIPS 9-10 ADDITIONAL AD UNITS 11-12

DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE 6 HTML E-MAIL NEWSLETTERS 7-8 ONLINE SPONSORSHIPS 9-10 ADDITIONAL AD UNITS 11-12 2014 DIGITAL ADVERTISING SPECS OVERVIEW 1-3 TAKEOVERS 4-5 RUN OF SITE 6 HTML E-MAIL NEWSLETTERS 7-8 ONLINE SPONSORSHIPS 9-10 ADDITIONAL AD UNITS 11-12 OVERVIEW MATERIALS SUBMISSION Creative units must

More information

Ad Unit Dimensions / Ad sizes Max File Size. 468 x 60. 300 x 250. 120 x 600. 160 x 600. 728 x 90. 300 x 600. 970 x 250

Ad Unit Dimensions / Ad sizes Max File Size. 468 x 60. 300 x 250. 120 x 600. 160 x 600. 728 x 90. 300 x 600. 970 x 250 Ad Specifications Standard HTML 5 / GIF / JPEG Dimensions / Ad sizes Max File Size Banner Medium Rectangle Skyscraper Wide Skyscraper Leaderboard Half Page Ad* Billboard* *Premium ad formats 468 x 60 300

More information

SBS ONLINE ADVERTISING GUIDELINES

SBS ONLINE ADVERTISING GUIDELINES SBS ONLINE ADVERTISING GUIDELINES To ensure a seamless delivery of online advertising for our clients, this document contains all the information required to advertise SBS s digital platforms: Online Mobile

More information

SKYSCRAPER Dimension: 160x600. 50k for Flash 40k for GIF/JPEG Formats: GIF, JPEG, HTML, Flash, Flash Video Available on all pages; 1 per page.

SKYSCRAPER Dimension: 160x600. 50k for Flash 40k for GIF/JPEG Formats: GIF, JPEG, HTML, Flash, Flash Video Available on all pages; 1 per page. BANNER AD STANDARDS DISPLAY ADVERTISING LEADERBOARD Available on all pages; 2 per page. DISPLAY/RECTANGLE Available on all pages; 2 per page. LARGE BANNER Dimension: 638x60 Available on all pages. LARGE

More information

For a digital copy of the SMI Digital Ad Kit, please contact your Marketing Consultant or download it at:

For a digital copy of the SMI Digital Ad Kit, please contact your Marketing Consultant or download it at: RM Sonoma Media Investments digital ad kit For a digital copy of the SMI Digital Ad Kit, please contact your Marketing Consultant or download it at: http://www.pdmediasource.com/resources/creative-center/

More information

THINKDIGITAL. ZOO Ad specifications

THINKDIGITAL. ZOO Ad specifications THINKDIGITAL ZOO Ad specifications Last update: 30/08/2012 Contents ZOO: Advertising Opportunities... 3 Large Rectangle 300x250... 3 Leaderboard 728x90... 4 Skyscraper 120x600... 5 Newsletter 520x210...

More information

MetService Online Advertising Technical Specifications

MetService Online Advertising Technical Specifications MetService Online Advertising Technical Specifications Updated: 17 August 2012 FORMATS & DEADLINES Please note: If advertisements do not meet the specifications below, MetService may be unable to load

More information

IAB Standard Display Ads... 1 Mobile... 3 Text Based Ads... 4 Video... 6 3rd Party Standards: Microsoft and Adx... 9 GDM Rising Star Ads...

IAB Standard Display Ads... 1 Mobile... 3 Text Based Ads... 4 Video... 6 3rd Party Standards: Microsoft and Adx... 9 GDM Rising Star Ads... Products Products Index IAB Standard Display Ads... 1 Mobile... 3 Text Based Ads... 4 Video... 6 3rd Party Standards: Microsoft and Adx... 9 GDM Rising Star Ads... 10 Creative Specs In order for a campaign

More information

Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications

Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications Click on text to jump to that section Standard IAB Units (728x90, 336x280, etc) Rich Media and Custom Ad Units (Pushdown, Floating Layer, etc.) enewsletter and eblast Specifications ecatalog Specifications

More information

ONLINE ADVERTISING SPECIFICATIONS

ONLINE ADVERTISING SPECIFICATIONS ONLINE ADVERTISING SPECIFICATIONS (Update: May 2016) Contents Standard Format... 2 Email Sponsorship... 4 Rich Media Options Expandable / Interactive Expandable (3 rd party Ad Served tags only)... 5 Rich

More information

Universal Ad Package (UAP)

Universal Ad Package (UAP) Creative Unit Name Medium Rectangle Expanded File Load Size not allowed for this Additional File for OBA Self- Reg Compliance (Note 1) Subsequent Polite File Subsequent User- Initiated File Subsequent

More information

SOJERN TRAVELER PLATFORM (STP) AD SPECIFICATIONS. Display. Acceptable Media Types. .gif,.jpg,.png,.swf, and HTML5. General Guidelines

SOJERN TRAVELER PLATFORM (STP) AD SPECIFICATIONS. Display. Acceptable Media Types. .gif,.jpg,.png,.swf, and HTML5. General Guidelines Display Online Ad Sizes 300 x 250 160 x 600 728 x 90 300 x 600 Acceptable Media Types.gif,.jpg,.png,.swf, and HTML5 40k General Guidelines All ad units must launch a new browser window when clicked Ads

More information

IAB Belgium Standard Ad Formats February 2013

IAB Belgium Standard Ad Formats February 2013 Splash Rectangle Skyscraper Leaderboard UAP IAB Belgium Standard Ad Formats In-Page Units 1 Expandable Ads 4 Format Category Size (WxH) Naming File Size (swf, gif, jpg) Expanded Dimensions Panel File Size

More information

Shazam In App Advertising TECHNICAL SPECIFICATIONS

Shazam In App Advertising TECHNICAL SPECIFICATIONS Shazam In App Advertising TECHNICAL SPECIFICATIONS Last update: 16/02/2016 Contents Shazam In-App Media Specs... 4 Available Formats... 4 Standard IAB 320x50... 4 Listening Screen Takeover (LST) Interstitial...

More information

MediaCrossing Inc. Creative Specifications

MediaCrossing Inc. Creative Specifications MediaCrossing Inc. Creative Specifications General Guidelines: All creatives must click through to another page and open in a new window. All creatives must have a border. All flash (.swf) creatives must

More information

www.internetworld.de SPECIFICATIONS FOR ONLINE AD OPTIONS MOBIL

www.internetworld.de SPECIFICATIONS FOR ONLINE AD OPTIONS MOBIL www.internetworld.de SPECIFICATIONS FOR ONLINE AD OPTIONS ONLINE MOBIL Content I. Technical data P. 3 II. Newsletter advertising P. 4 2.1. Banner P. 5 2.2. Text advertisement P. 6 2.3. Text advertisement

More information

Online Advertising Specifications

Online Advertising Specifications Online Advertising Specifications Website Banner Ads pg. 2-3 Here you will discover the different banner ads that are available through ArtsAndCraftsHomes.com. There will be visual examples along with

More information

IAB Canada - Ad Standards + Creative Specs - Universal Ad Package + Rich Media Ad Units As of January 2012

IAB Canada - Ad Standards + Creative Specs - Universal Ad Package + Rich Media Ad Units As of January 2012 IAB Canada - CUAP + Rich Media Ad Units 1 of 11 IAB Canada - Ad Standards + Creative Specs - Universal Ad Package + Rich Media Ad Units As of January 2012 Creative Unit Name Initial (WxH in pixels) or

More information

Ad products specification

Ad products specification Ad products specification Last modified: December 30, 2015 2 P a g e General rules... 6 1. Naming files... 7 2. Deadline for files delivery... 7 3. Backfill... 7 4. Users data privacy... 7 5. Audio...

More information

Specification: advert standards in INTERIA.PL

Specification: advert standards in INTERIA.PL Specification: advert standards in INTERIA.PL CONTENTS General Rules... 4 1. Advertising bar under Fakty module... 5 2. Advertising bar under Biznes module... 5 3. Advertising bar under Wideo module...

More information

ABL Advisor :: Online Advertising Specifications

ABL Advisor :: Online Advertising Specifications ABL Advisor :: Online Advertising Specifications Contact Denise Finegan 484.380.2968 or email dfinegan@abladvisor.com p.1 ONLINE ADVERTISING SPECIFICATIONS & SUBMISSION GUIDELINES WEBSITE BANNER AD SIZES

More information

Display Ad Unit Guidelines

Display Ad Unit Guidelines Display Ad Unit Guidelines Page 1 Page 4 Page 5 Pages 6-7 SuperStore Sale superstore.com Save 25% on your entire purchase this weekend only! Universal Ad Package including Standard & Rich Media BORDERS

More information

REQUIRED CREATIVE ASSETS

REQUIRED CREATIVE ASSETS REQUIRED CREATIVE ASSETS Your Sales Representatives and Account Manager are here to help with any questions about your campaign. For questions regarding assets, creative execution, or tracking, please

More information

PRODUCTION GUIDE. Adform HTML5 Floor Ad (1280x70 > 980x400)

PRODUCTION GUIDE. Adform HTML5 Floor Ad (1280x70 > 980x400) PRODUCTION GUIDE Adform HTML5 Floor Ad (1280x70 > 980x400) Production Guide 1 Table of Contents HTML5 Floor Ad (1280x70 > 980x400) 2 User Experience 2 Creative assets 2 Banner asset 2 Video component 3

More information

Inhaltsverzeichnis. IAB Standard Formats.. 3 + 4 IAB Expandable Version.. 5 + 6

Inhaltsverzeichnis. IAB Standard Formats.. 3 + 4 IAB Expandable Version.. 5 + 6 Tech Specs Inhaltsverzeichnis IAB Standard Formats.. 3 + 4 IAB Expandable Version.. 5 + 6 High Impact Formats Billboard. 7 High Impact Formats Wallpaper.. 8 High Impact Formats Fireplace.. 9 High Impact

More information

Ad Specifications and Guidelines

Ad Specifications and Guidelines and Guidelines Banner Ad Formats Full-Screen Formats Full-Screen: Smartphone Full-Screen: Tablet Brand Video App Video Native Formats Brand Native App Native Video Native Rich Media Full HTML5 Support

More information

SMARTPHONE 320x50 Small Banner. File Types Supported:.jpg.png.gif

SMARTPHONE 320x50 Small Banner. File Types Supported:.jpg.png.gif Smartphone Expandables require a 320x0 static initial banner STATIC 2 All 3P mobile tags must be secure: - Site served secure - separate click command and 1x1 tracking tag - 3P hosted - HTML & MRAID secure

More information

Advertisement Specifications

Advertisement Specifications Advertisement Specifications Contents Introduction Creative Formats 4 Guidelines 6 Logos 7 Colour 8 Copy 9 Artwork 10 Integration 11 Stats Standard Formats 14 Leaderboard 15 Super Leaderboard 16 MPU 17

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

TECHNICAL SPECS WWW.LEBENSMITTELZEITUNG.NET

TECHNICAL SPECS WWW.LEBENSMITTELZEITUNG.NET TECHNICAL SPECS WWW.LEBENSMITTELZEITUNG.NET PAGE 2 INDEX 1. GENERAL NOTES AND BANNER FORMATS 2. SPECS FOR GIF OR JPG 3. SPECS FOR HTML 5 BANNER 4. SPECS FOR FLASH BANNER 5. SPECS FOR NEWSLETTER 6. SPECS

More information

AD UNIT SPECIFICATIONS SEP 2015

AD UNIT SPECIFICATIONS SEP 2015 AD UNIT SPECIFICATIONS SEP 2015 TABLE OF CONTENTS In-Stream Video Ad Formats 3-4 In-Banner Video Ad Formats 5-6 Display Ad Formats 7 Social Video Ad Formats 8 Mobile Ad Formats 9 Mobile Display 10 Smartphone

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

Buffalonews.com & Canalside Media. Digital Ad Specifications. Last Updated: 7/23/14

Buffalonews.com & Canalside Media. Digital Ad Specifications. Last Updated: 7/23/14 Buffalonews.com & Canalside Media Digital Ad Specifications Last Updated: 7/23/14 Buffalonews.com Standard Ad Size Guidelines Unit Name Dimensions (in pixels) File Size Limit File Type Accepted Positions

More information

APPENDIX A: ONLINE ADVERTISING SPECIFICATIONS

APPENDIX A: ONLINE ADVERTISING SPECIFICATIONS THE ONLINE WEATHER ADVERTISING NETWORK SPECIFICATIONS PROGRAMMING Available Creative Sizes 728 x 90 Super Banner 468 x 60 Banner 234 x 60 Half Banner 120 x 600 Tower 160 x 600 Tower 300 x 600 Half Page

More information

BORDER, LABELING REQUIREMENTS Ad unit content must be clearly distinguishable from normal webpage content

BORDER, LABELING REQUIREMENTS Ad unit content must be clearly distinguishable from normal webpage content MOBILE STANDARD (Initial Load) 20K 300 x 50 320 x 50 300 x 250 REQUIREMENTS AUDIO INITIATION DELIVERY METHOD THIRD-PARTY TRACKING Muted by default, user-initiated on tap Javascript, standard, HTML accepted

More information

client/agency digital ad kit

client/agency digital ad kit RM client/agency digital ad kit This kit is for use by OPUBCO clients and/or their ad agencies. Our goal is to ensure that your ads appear properly and have the maximum impact possible for your advertising

More information

Click title to jump to the section. Standard Web Ads (IAB Sizes) Custom Web Ads (Rich Media) Newsletter and eblasts ecatalogs

Click title to jump to the section. Standard Web Ads (IAB Sizes) Custom Web Ads (Rich Media) Newsletter and eblasts ecatalogs Click title to jump to the section Standard Web Ads (IAB Sizes) Custom Web Ads (Rich Media) Newsletter and eblasts ecatalogs Web Ad Traffic Instructions Ad Unit Dimensions File Size File Format Expandable

More information

www.ttgitalia.com Price list 2014 Home page News

www.ttgitalia.com Price list 2014 Home page News Home page News SKIN BANNER - 1920x1080 PIXEL Format Position Price list SKIN BANNER 1920x1080 pixel SUPER BANNER HEADER 728x90 pixel Home + Blog 1550 News 1550 Home + Blog 600 News 600 SLIM BANNER 910x27

More information

Real Time Learning Machine. What is AdTheorent? The 1st and only predictive targeting mobile ad network

Real Time Learning Machine. What is AdTheorent? The 1st and only predictive targeting mobile ad network MEDIA KIT: 2015 AdTheorent The Intelligent Impression Premium Predictive Mobile Advertising UNIQUE DATA Beautiful Creative Predictive Targeting What is AdTheorent? The 1st and only predictive targeting

More information

THINKNEAR AD CREATIVE GUIDELINES

THINKNEAR AD CREATIVE GUIDELINES THINKNEAR AD CREATIVE GUIDELINES TABLE OF CONTENTS 3 4 5 6 7 8 9 10 11 GENERAL AD GUIDELINES BANNERS MOBILE WEB LANDING PAGES EXPANDABLES INTERSTITIALS RICH MEDIA VIDEO NATIVE ADS SPONSORED LISTINGS AD

More information

Ad storage Material will be stored for 12 months only and then destroyed unless otherwise requested by advertiser in writing.

Ad storage Material will be stored for 12 months only and then destroyed unless otherwise requested by advertiser in writing. 2015 media kit PRINT specifications Issuance and Closing Architectural Record is published monthly. closing dates for orders: 1st of the preceding month. closing dates for materials: 6th of the preceding

More information

ONLINE PREVIEWER MANUAL

ONLINE PREVIEWER MANUAL ONLINE PREVIEWER MANUAL Version: 1.20120103 1 Table of Contents 2 About the Adrime Previewer... 3 2.1 Accessing the Previewer... 3 2.2 Account overview... 4 3 Setting up your flight... 6 3.1 Step 1: Uploading

More information

Sponsorship Technical specification

Sponsorship Technical specification Sponsorship Technical specification Sponsorship 1. The sponsorship is a graphic customer identification located on the top expandable bar and the bottom bar on all pages within the site. 2. The sponsorship

More information

ADVERTISE IN THE DIGITAL MARKETPLACE

ADVERTISE IN THE DIGITAL MARKETPLACE ADVERTISE IN THE DIGITAL MARKETPLACE FREQUENTLY ASKED QUESTIONS Always refer to the Tribune Specs site for the most current information. tribuneinteractive.com/specs/ Q: What advertising products do you

More information

What is a clicktag? Flash 8 and 9. Flash 4, 5, 6, and 7

What is a clicktag? Flash 8 and 9. Flash 4, 5, 6, and 7 What is a clicktag? A click tracking method created by Adobe (formerly Macromedia) for rich media banners designed with Flash. It has evolved into an industry standard over the past several years and is

More information

ANALYTICS TECHNOLOGY INSIGHTS CREATIVE & TAG REQUIREMENTS 2015. Latest Update: 06/03/15 by ELI

ANALYTICS TECHNOLOGY INSIGHTS CREATIVE & TAG REQUIREMENTS 2015. Latest Update: 06/03/15 by ELI CREATIVE & TAG REQUIREMENTS 2015 Latest Update: 06/03/15 by ELI CREATIVE & TAG REQUIREMENTS DESKTOP P2 GENERAL CREATIVE SPECS DESKTOP BASIC DIMENSIONS 120 x 600 - Skyscraper 160 x 600 - Supersky 300 x

More information

KXLY.com & Audience Beyond KXLY. Digital Advertising with KXLY. Display Rich Media Pre-Rolls Mobile

KXLY.com & Audience Beyond KXLY. Digital Advertising with KXLY. Display Rich Media Pre-Rolls Mobile KXLY.com & Audience Beyond KXLY Digital Advertising with KXLY Display Rich Media Pre-Rolls Mobile KXLY.COM currently averages more than 1.4 million monthly unique visitors. Rotating Ad Impressions Leaderboard

More information

Sizmek Features. Wallpaper. Build Guide

Sizmek Features. Wallpaper. Build Guide Features Wallpaper Build Guide Table Of Contents Overview... 3 Known Limitations... 4 Using the Wallpaper Tool... 4 Before you Begin... 4 Creating Background Transforms... 5 Creating Flash Gutters... 7

More information

Website Statistics Reach influential decision makers who make purchasing decisions every day

Website Statistics Reach influential decision makers who make purchasing decisions every day Website Statistics Reach influential decision makers who make purchasing decisions every day attracts a large audience of power industry professionals from across the Web. Our mix of original editorial

More information

ADVERTISING SPECS INSTRUCTIONS & BEST PRACTICES

ADVERTISING SPECS INSTRUCTIONS & BEST PRACTICES ADVERTISING SPECS INSTRUCTIONS & BEST PRACTICES CONTENT Item Topic Page No 1 WHITELISTING 2 3 2 BLACKLISTING 3 4 3 APP GROUP'S/ INVENTORY GROUP S 6 7 4 GEO TARGETING 7 9 5 RETARGETING PRACTICES 9 10 6

More information

Online Advertising Creative Specifications

Online Advertising Creative Specifications Leaderboard 728x90 (no expansion) back up gif. No expansion permitted for served SWF ads. Violence, Gore & Swearing are SWF Flash files must be built with click tag function. The click through URL must

More information

Sizmek Formats. Collage. Build Guide

Sizmek Formats. Collage. Build Guide Formats Collage Build Guide Table Of Contents Overview... 3 Supported Platforms... 3 Specifications... 3 Known Issues... 3 Ad Behavior Screenshots... 4 Template Included Files... 8 Setting up in Workshop...

More information

Display. Creative Guidelines and Specifications

Display. Creative Guidelines and Specifications Display Creative Guidelines and Specifications Overview Display Size Format Resolution Standard 100 kb max. GIF JPG PNG 160 x 600, 300 x 250, 728 x 90 300 x 600, 336 x 280, 120 x 600 200 x 200, 250 x 250,

More information

The Leading Interactive Online Video Advertising Platform

The Leading Interactive Online Video Advertising Platform Online Video Marketing Media Kit The Leading Interactive Online Video Advertising Platform The Jivox Ad Platform Jivox enables advertisers, agencies and publishers to run and track interactive video ad

More information

News. Ad Specifications July 2016

News. Ad Specifications July 2016 News Ad Specifications July 2016 About Advertising on News News runs across iphone, ipod touch and ipad devices. Ad options include a variety of inline and interstitial display banners and pre-roll video

More information

180x150, Tile. 88x31, MicroBar

180x150, Tile. 88x31, MicroBar 728x90, Leaderboard 300x250, Big Box 180x150, Tile Specifications and Details of Placement: 1. Positions on Homepage, Premiums & ROS 2. Ad Size: as specified left (NO expansions) 3. 40kb max file size

More information

Access informative, how-to clinical features and columns as well as insightful practice management articles on your ipad or Android tablet.

Access informative, how-to clinical features and columns as well as insightful practice management articles on your ipad or Android tablet. Access informative, how-to clinical features and columns as well as insightful practice management articles on your ipad or Android tablet. Contact Information Jeff Cieszkowski 610-560-4198 jeffc@hmpcommunications.com

More information

THE ULTIMATE BEST PRACTICES

THE ULTIMATE BEST PRACTICES THE ULTIMATE BEST PRACTICES FOR EFFECTIVE BANNER AD DESIGN AND DEVELOPMENT By Amir Dori, Marketing Manager at Digitaland ? IS THIS EBOOK RIGHT FOR ME? This ebook is meant to be a guide for the best practices

More information

ADVERTISING MEDIA KIT

ADVERTISING MEDIA KIT ADVERTISING MEDIA KIT About OceanSchedules.com About OceanSchedules.com OceanSchedules.com is the premier Internet provider of ocean container carrier and voyage data to all shippers and forwarders. Using

More information

Prevailing Mobile and Tablet Advertising Formats AU Market

Prevailing Mobile and Tablet Advertising Formats AU Market 2013 Prevailing Mobile and Tablet Advertising Formats AU Market March 2013 2013 interactive advertising bureau australia www.iabaustralia.com.au Introduction The in-app and mobile web ad markets have experienced

More information

ELEVATED. Engagement. 2015 Digital Media Kit

ELEVATED. Engagement. 2015 Digital Media Kit ELEVATED Engagement 2015 Digital Media Kit Available anytime, ANYWHERE. 5280 is now available on your smart phone, tablet, or desktop. Relaunched in 2014, 5280.com has a responsive design in addition to

More information

Digital and Mobile Advertising Specs. Preparing elements that increase revenue and improve results

Digital and Mobile Advertising Specs. Preparing elements that increase revenue and improve results Digital and Mobile Advertising Specs Preparing elements that increase revenue and improve results Digital and Mobile Offerings According to emarketer, spending on digital advertising will experience double-digit

More information

Updated: July 21, 2015

Updated: July 21, 2015 Updated: July 21, 2015 Ads with Links PDF exported with High Quality Print setting from Adobe InDesign file without transparency, distilled from Indesign at 300 DPI. Please provide up to 3 links in http://

More information

Mortgage Tools Insurance Center Moving Center Renters Guide Buyers Guide

Mortgage Tools Insurance Center Moving Center Renters Guide Buyers Guide advertise with us about hotpads.com THE FASTEST GROWING HOUSING SEARCH ENGINE Nationwide, Map-based, Rental and For-sale housing search Over 3.5 million For-sale and Foreclosure listings More rental properties

More information

2014 DIGITAL MEDIA KIT. Expand Your Reach With Charisma Media s Digital Presence

2014 DIGITAL MEDIA KIT. Expand Your Reach With Charisma Media s Digital Presence 2014 DIGITAL MEDIA KIT Expand Your Reach With Charisma Media s Digital Presence WHY CHARISMA? ABOUT CHARISMA MEDIA» Charisma Media has been inspiring people to radically change their world through print

More information

STANDARD BANNER: Ad Specs

STANDARD BANNER: Ad Specs 3 Ad Specs 1 Ad Specs STANDARD BANNER: Ad Specs Dimensions Max LOAD Size Devices Operating System Feature Various OS Blackberry Android ios Kindlefire Windows 120x20 168x28 216x36 * 300x50; 600x100 320x48;

More information

WWW.FLIPBUILDER.COM FLIP PDF FOR MAC. Create your flipping book from PDF files on Mac

WWW.FLIPBUILDER.COM FLIP PDF FOR MAC. Create your flipping book from PDF files on Mac WWW.FLIPBUILDER.COM FLIP PDF FOR MAC Create your flipping book from PDF files on Mac About Flip PDF for Mac Flip PDF is your easy way to convert ordinary PDF files into stunning booklets with amazing page-flipping

More information

IAB Full page flex Mobile Rising Star Ad Unit

IAB Full page flex Mobile Rising Star Ad Unit IAB Full page flex Mobile Rising Star Ad Unit Style Guide and Tech Specs Created By IAB Full Page Flex Ad Unit - Style Guide and Tech Specs. V3 January 2013 0 I. Description The IAB Full page flex Ad Unit

More information

AD SPECIFICATIONS. Standard Banners. Site Served. Creative. Animation DAA Ad Marker * Raw Assets Delivery. Availability. Metrics

AD SPECIFICATIONS. Standard Banners. Site Served. Creative. Animation DAA Ad Marker * Raw Assets Delivery. Availability. Metrics Standard Banners A standard banner ad is an ad unit that can be a static or animated image. The ad unit can link to a wide variety of actions, including a mobile site, app store, video, etc. Creative Design

More information

GRC 119 Assignment 6 Create a Flash Animation Banner Ad

GRC 119 Assignment 6 Create a Flash Animation Banner Ad GRC 119 Assignment 6 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information