Modules Documentation ADMAN. Phaistos Networks

Size: px
Start display at page:

Download "Modules Documentation ADMAN. Phaistos Networks"

Transcription

1 Modules Documentation ADMAN Phaistos Networks

2 Table of Contents TABLE OF CONTENTS... 2 KEYWORDS... 5 FLASH BANNERS... 6 Options... 6 Public methods... 6 Public events... 6 Example... 7 EXPANDING BANNERS... 8 Options... 8 Public Methods... 8 Public events... 9 Example... 9 FLOATING BANNERS Options Public methods Public events Example INTERSTITIAL BANNERS Options Public events Example Creating the Interstitial webpage BILLBOARD [RISING STARS] Options Example SIDEKICK [RISING STARS] Copyright Phaistos Networks 2

3 Options Public Events Example SLIDER [RISING STARS] Options Public Events Example FILMSTRIP [RISING STARS] Options Example REACTIVE ADS Options Public events Examples ADMAN.OVERLAY Parameters Options Public methods Example ADMAN. TRANSITION Parameters Options Public methods Example TRACKING INTERACTIONS Creative guidelines Banner s guidelines in ADMAN platform Copyright Phaistos Networks 3

4 METRICS Default Metrics Custom Metrics BANNER WITH MULTIPLE BUTTONS BANNER WITH MULTIPLE BUTTONS (INTERACTIONS VERSION) Copyright Phaistos Networks 4

5 Keywords ADMAN has preserved keywords for richmedia banners that are replaced with the appropriate values when the banner goes live. $DESTINATION $DESTINATION keyword stands for the destination url and it is replaced with the value of Target text field. $RSOURCE $RSOURCE keyword stands for the richmedia banner source file and it is replaced with the value of Richmedia banner text field. $SOURCE $SOURCE keyword stands for the image source file and it is replaced with the value of Image Banner text field. This image is also used as a backup image when users browser either doesn t support Javascript or it has been disabled. $RND $RND keyword is replaced with a random number, when banner is rendered. $BANNERSRV $BANNERSRV keyword is replaced with the banner host value that it is defined at the account settings. $ADMAN_AD_ID $ADMAN_AD_ID keyword is replaced with the instance id. $KEYWORD $KEYWORD is replaced with the webspace keyword; it is defined by publisher sites in the webspace tag. More info about keywords $REFERER $REFERER keyword is replaced with the document referrer. Used in Iframe webspaces tags. $BGCOLOR $BGCOLOR keyword is replaced with the background color that can be provided through the iframe tag by the publisher site. e.g...kw='+kw+'&tpid='+window.admantpid+'&bg=red&rnd='+rnd Copyright Phaistos Networks 5

6 Flash Banners Options src url width height clicktag :.swf file source, required : clickthrough url, required : the width of the movie to be displayed, required : the height of the movie to be displayed, required : clicktag, optional, default: go wmode : the value of movie s wmode parameter. Optional, default: opaque waitdom : wait for the DOMContent to be loaded, optional, default: true bgcolor : set the value of movie s bgolor parameter, e.g. bgcolor: # image Flash Player : alternative image. It is rendered when browser doesn t support syncedto : reference to other creative that is synced to. For more information, refer to Synchonized Banners: Guidelines for Administrators documentation active : Optional, default: true. If false, creative will not be visible and will require activate() to start. enablemetrics : Optional, default: false. Enable time metrics. flashvars Public methods invokeevent(type) activate deactivate Public events oninit onover onout onclick onframe Default timer : hovertimer, which counts the total time a user s pointer is over the banner : pairs(object) of flashvars, optional e.g. flashvars : { myvar : 'test' : Triggers an action of given type : Makes the creative visible, if it is hidden : Hides the movie, if it is visible : triggers on initialization(rendering) : triggers on mouseover : triggers on mouseout : triggers on click : triggers in # frame onprogress : triggers when on $ onload : triggers when flash is loaded Copyright Phaistos Networks 6

7 Example <script type="text/javascript" language="javascript"> new Adman.Flash({ waitdom : true, src : '$RSOURCE', width : 728, height : 90, url : '$DESTINATION', bgcolor : "#333333", image : " oninit : function(){ alert("adman"); ); Copyright Phaistos Networks 7

8 Expanding Banners Options src url width equalized, :.swf file source, required : clickthrough url, required : array containing min and max width, if set as integer min and max are required height : array containing min and max height, if set as integer min and max are equalized, required offset shield expand collapse : pairs of top and left, optional : use shielding(iframe) on non IE browsers, optional, default: true : expand on mouseover, optional, default: true : collapse on mouseover, optional, default: true expandoninit : expand on initialization, optional, default: false clicktag waitdom wmode flashvars : clicktag, optional, default: go : wait for the DOMContent to be loaded, optional, default: true : movie wmode, optional, default: opaque : pairs of flashvars, optional active : Optional, default: true. If false, creative will not be visible and will require activate() to start enablemetrics : Optional, default: false. Enable metrics. flow zindex Default timer: expandtimer counts the total time the banner is expanded, Default actions: expand and collapse : Optional, default: false. Push down/up the content on expansion. True: push the content instantly flow : { 'expand' : 500, // milliseconds to expand 'collapse': 1000 // milliseconds to collapse : Optional. zindex value, when collapsed iniframe : Default value null. Set to true in order to prevent IFrame bursting functionality. When an expanding banner is delivered through an iframe it tries to reach the parent window element. If iframe bursting file isn t found in publisher s home directory, errors may occur and banner won t be rendered. Public Methods action(type) expand collapse activate deactivate : Triggers an action of given type : Expands : Collapses : Makes the creative visible, if it is hidden : Hides the movie, if it is visible Copyright Phaistos Networks 8

9 Public events oninit : triggers on initialization(rendering) onaction(type): triggers on an action of a given type onexpand oncollapse onover onout onclick onframe : triggers on an expand : triggers on an collapse : triggers on mouseover : triggers on mouseout : triggers on click : triggers in # frame onprogress : triggers when on $ onload Example : triggers when flash is loaded <script type="text/javascript" language="javascript"> new Adman.Expanding({ waitdom : true, src : '$RSOURCE', width : 728, height : [90, 250], url : '$DESTINATION', expand : true, collapse : false, onexpand : function(){ alert("expanded");, oncollapse : function(){ alert("collapsed"); ); Copyright Phaistos Networks 9

10 Floating Banners Options src url width height clicktag wmode flashvars scrolling top bottom left right :.swf file source, required : clickthrough url, required : movie width, required : movie height, required : clicktag, optional, default: go : movie wmode, optional, default: opaque : pairs of flashvars, optional : scroll or not, optional, default: true : top position (pixels from top) : bottom position (pixels from bottom) : left position (pixels from left) : right position (pixels from right) interval : timeout interval for scrolling, optional, default: 10 active : Optional, default: true. If false, creative will not be visible and will require activate() to start. Notes: If options.bottom is set, options.top, banner will be ignored If options.right is set, options.left, banner will be ignored If both options.left and optons.right are undefined, banner will be centered in X-Axis If both options.top and optons.bottom are undefined, banner will be centered in Y-Axis Public methods action(type) start stop close activate deactivate Public events oninit : Triggers an action of given type : starts scrolling : stops the scrolling : closes (kills) the Floating : Makes the creative visible, if it is hidden : Hides the movie, if it is visible : triggers on initialization(rendering) onaction(type): triggers on an action of a given type onstart onstop onframe : triggers on an start : triggers on stop : triggers in # frame Copyright Phaistos Networks 10

11 onprogress : triggers when on $ onframe : triggers in # frame onprogress : triggers when on $ onload Example : triggers when flash is loaded onredirect : triggers when floating scrolling changes direction and returns the current direction status: up or down. e.g. when user scrolls downwards the content, the Floating scrolls also downwards. When user scrolls upwards, the floating changes direction to upwards and the redirect event triggers and returns up status. <script type="text/javascript" language="javascript"> new Adman.Floating({ waitdom : true, src : '$RSOURCE', width : 300, height : 250, url : '$DESTINATION', wmode : 'transparent', scrolling : true, top : 200, left : 100, oninit : function( ) { alert( Init ); ); Copyright Phaistos Networks 11

12 Interstitial Banners Options src (Richmedia banner) url(target) : the interstitial page : clicktrhough url, required Public events oninit : triggers on initialization(html is rendered) Example <script type="text/javascript" language="javascript"> new Adman.Interstitial({ src : '$RSOURCE', url : '$DESTINATION' ); Creating the Interstitial webpage Download the demo file and edit interstitial_prototype.html file. Download demo files Enter the title you prefer: <title>campaign's Title</title> Change the options for the interstitial creative: var options = { url : go, width : 300, height : 250, src image width: the width of the flash movie // You may change width, height, flash movie src and fallback image : ' : ' height: the height of the flash movie src: the absolute URL path to the movie SWF file image: fallback image, for browsers that don t support Flash * You may change the style of the page, e.g the background color to the one you prefer <style type="text/css" media="all"> html, body { height: 100%; width: 100%; background: #FFFFFF; /* Background color - change to anything else*/ </style> * It is recommended to include a link that redirects the user back to the site, for such cases. Copyright Phaistos Networks 12

13 Billboard [Rising Stars] Options same as expanding Example parentelement admanadid : optional. parent DOM element : optional. A unique id <script> new Adman.Billboard({ waitdom : true, src : 'billboard_970x250_as3.swf?sd=5.7', width : [300, -970], height : [30, 250], url : '$DESTINATION', expand : false, flow : true ); Sidekick [Rising Stars] Options fixed slide slide.interval : parameters for fixed creative (see Adman.Flash module) : parameters for sidekick/slider creative (see Adman.Flash module) : time interval for sidekick/slider animation Public Events onshowslider Example onhideslider : triggers when slider is shown : triggers when slider is hidden <script> sidekick = new Adman.SideKick({ fixed : { waitdom : true, src : 'flash300x250_as3.swf', ); width : 300, height : 250, url : '$DESTINATION', slide : { waitdom : true, src : 'sidekick_850x700_as3.swf', width : 850, height : 700, url : '$DESTINATION', interval : 1000 Copyright Phaistos Networks 13

14 Slider [Rising Stars] Options fixed slide : parameters for fixed creative (see Adman.Flash module) : parameters for slider creative (see Adman.Flash module) slide.interval : time interval for slider animation Public Events onshowslider Example onhideslider : triggers when slider is shown : triggers when slider is hidden FilmStrip [Rising Stars] Options same as Adman.Flash module Example slider = new Adman.Slider({ slide : { waitdom : true, src : 'slidercontent_950x550_as3.swf', width : 950, height : 550, url : '$DESTINATION' );, fixed : { waitdom : true, src : 'sliderbar_950x90_as3.swf', width : 950, height : 90, url : '$DESTINATION' <script type="text/javascript" language="javascript"> filmstrip = new Adman.Filmstrip({ waitdom : true, src : 'filmstrip_300x600_as3.swf?v=2345', width : 300, height : 600, url : '$DESTINATION' ); Copyright Phaistos Networks 14

15 ReActive ads Options src :.swf file, image, text, html markup or HTML page URL, required For text or HTML $PHRASE variable can be used and it is replace by current matched phrase. url width height intervals interval mouse-out takes flashvars phrase : clickthrough url, required : ad width. Default: auto : ad height. Default: auto : Expand: Show ad when mouse hovering time exceeds the specified time Collapse: Hide the ad if the specified time interval elapses after place. Default: { expand: 300, collapse: 200 : Flashvars for flash ads. Flashvar phrase is set to the current matched appendbofore : text/html appended before phrase appendafter color enablemetrics expand & collapse once collapse wmode phrases strings. exclude classname closer ad. Public events onexpand Examples oncollapse : text/html appended after phrase : Color for linked phrases in page content. Default 'green', : Enable metrics. Default: false. Default metrics: expandtimer, : Set ad occurrences to one per phrase. Default: false : Collapse on mouse out. Default: true : wmode for flash ads. Default: 'transparent, : Words where Reactive ads are applied to. A string or array of : Words that if exist, ad will not be shown : class applied to ad placeholder div : set image src for close button. It is placed to the right top corner of the : triggers on an expand : triggers on an collapse onaction(type): triggers on an action of a given type Copyright Phaistos Networks 15

16 ADMAN Modules Documentation <script type="text/javascript" language="javascript"> // Flash or Image new Adman.ReActive({ 'src' 'url' ); : '$RSOURCE', : '$DESTINATION', 'phrases' : [ 'Flash', 'mobile ads ], 'width' : 220, 'height' : 200, 'once' : true, 'collapse': true, 'color' : '#f80000', // link color 'appendbefore' : '<span style="color:#999;">text injected by Adman.ReActive</span>' <script type="text/javascript" language="javascript"> // IFrame new Adman.ReActive({ 'classname' : 'iframe-overlay', 'src' : '$DESTINATION, 'width' : 600, 'height' : 550, 'phrases' : 'Hotels, ); 'appendafter' 'collapse': false, 'closer' : 'text appended after', : ' <script type="text/javascript" language="javascript"> // Text new Adman.ReActive({ ); 'classname' 'src' : 'text-overlay', : 'This ad is auto populated from keyword: $PHRASE.<br/> <a href="$destination" target="_blank">click here</a> for more', 'phrases' : Cars, 'color' : '#0000f8', // link color Copyright Phaistos Networks 16

17 Adman.Overlay Adman.Overlay module creates an overlay element that hides webpage s content and reveals only one creative. Parameters instance : the creative that the overlay is connected to. Only this creative will be visible when overlay is open. Options color : Overlay element background color Public methods open close Example : Opens the overlay : Close the overlay <script type="text/javascript" language="javascript"> var banner = new Adman.Expanding({ waitdom: false, src: '$RSOURCE', width: [300, -980], height: [250, -820], url: '$DESTINATION', collapse: false, expand: false, onload: function() { this.overlay = new Adman.Overlay(this, { color: '#ddd');, onexpand: function() { this.overlay.open();, oncollapse: function() { this.overlay.close(); ); Adman. Transition Copyright Phaistos Networks 17

18 Adman.Transition module applies an animation effect on any DOM element by smoothly changing of a css property. Parameters element property Options time oncomplete Public methods start stop o Arguments: : the DOM element : the css property that will be changed : the time interval for the transition in millseconds : triggers when transition is completed : starts the transition. the final value of the css property, e.g. start(1000) pair of values the initial css value and the final value, e.g. start(100, 1000) : stops the transition Example The following example demonstrates a transition on an element with id preview. The height of the element will be changed from 100px to 1000px in 500msecs. <script type="text/javascript" language="javascript"> new Adman.Transition( Adman.$('preview'), 'height', { 'time' : 500, 'oncomplete' : function() { alert('transition completed'); ).start(100, 1000); Tracking Interactions In some occasions you may want to track user s interactions with the flash creative without redirecting to another page. Creative guidelines Copyright Phaistos Networks 18

19 In order for the ADMAN to track interactions, an extra ActionScript should be added at the specified button(s). The movie s ActionScript communicates with the webpage s JavaScript through ExternalInterface API parsing the function s name, as shown below. Steps: Open the advertisement flash movie. Find the button(s) you want to assign the interactions tracking. Add an ExternalInterface statement parsing the appropriate JavaScript function name at the Actions panel: Banner s guidelines in ADMAN platform You must add the javascript function, which is called in the banner s movie when user performs the specified action. That functions calls Adman.track function that creates a 1x1 image, in order to track the interactions. Example: on (rollover) { import flash.external.*; ExternalInterface.call('trackInteractions'); In the above example, function trackinteractions is called when a user reacts with the banner (on rollover action). In ADMAN platform, browse Banner s tab to edit your banner. If it was a Flash banner your code should look like this: ); <script type="text/javascript" language="javascript"> new Adman.Flash({ waitdom : true, src : '$RSOURCE', width : 728, height : 90, url : '$DESTINATION' function trackinteractions( ) { Adman.track('$MOUSEOVER_NOPATHARGS_NOENC'); Then, open the banner s URLs tab and create a new URL parameter with the name used in Adman.track above. Copyright Phaistos Networks 19

20 Copyright Phaistos Networks 20

21 Metrics Metrics are used as timers of user s actions. There are default metrics that need only the option enablemetrics: true to be activated. Default Metrics Flash modules banners have hovertimer, that counts the total time a user has the mouse over the banner. Expanding modules banners have expandtimer, that count the total time the banner is expanded. Also collapses and expansions are counted. Custom Metrics Additionally, you can set up your own metrics. Example: Set a custom timer that holds the total time a video is playing and a custom action that that counts the total times the video is completed. The flash banner trigger the function startplaying, when the video starts playing and the timer start counting with the statement mybanner.$videotimer.start();. When the video is stopped or paused the stopplaying function is called and the videotimer is stopped with the statement mybanner.$videotimer.finish();. When the video is completed the function oncompleted is called and invokes the custom <script action type="text/javascript" videocompleted language="javascript"> with the statement mybanner.$videocompleted.invoke();. mybanner = new Adman.Flash({ // 1. Name the banner, here mybanner waitdom: true, src: '$RSOURCE', width: 300, height: 250, url: '$DESTINATION', enablemetrics: true // 2. Enable metrics ); mybanner.metrics.add({ 'timers': ['videotimer'], // 3. Set custom timer, if any 'actions': ['videocompleted'] ); function startplaying() { console.log('startplaying'); mybanner.$videotimer.start(); function stopplaying() { console.log('stopplaying'); mybanner.$videotimer.finish(); function oncompleted() { console.log('oncompleted'); mybanner.$videocompleted.invoke(); // 4. Set custom actions, if any // use Firebug in Firebox to trace the actions // start videotimer // stop videotimer // invoke custom action videocompleted Copyright Phaistos Networks 21

22 Banner with multiple buttons You can apply multiple buttons in a flash movie redirecting visitor to different URLs. In each button include an extra ExternalInterface call in order to track clicks and the desired destination URL, as shown below: In ADMAN platform in banner HTML code include the javascript function definition. In our example: on (release) { import flash.external.*; ExternalInterface.call('trackClick'); geturl(" "_blank"); function trackclick() { Adman.track('$DESTINATION'); In the Target field write The total of clicks performed, in any of the buttons, will be counted in ADMAN reports. You can distinguish which buttons were triggered. Download demo files: in ActionScript 2, in ActionScript 3 Banner with multiple buttons (interactions version) This way only one button is used for clicktrough tracking. So only its clicks will be counted in campaign s total clicks and CTR. The other buttons s clicks will be reported as interactions. In the clickthrough button include the actionscript geturl(_root.go, "_blank");. In the other buttons include an ExternalInterface statement for tracking interactions and the final destination url. Example: on (release) { import flash.external.*; ExternalInterface.call('trackInteraction1'); geturl(" "_blank"); In ADMAN platoform, in the banner HTML code include the javascript functions used in the actionscript and defined the URLs in order to track the interactions. Example: function trackinteraction1() { Adman.track('$ONE_NOPATHARGS_NOENC'); Download demo files: in ActionScript 2, in ActionScript 3 Copyright Phaistos Networks 22

Flash Ads. Tracking Clicks with Flash Clicks using the ClickTAG

Flash Ads. Tracking Clicks with Flash Clicks using the ClickTAG How-to Guide to Displaying and Tracking Rich-Media/Flash Ads Image advertising varies from standard GIF, JPG, PNG to more interactive ad technologies such as Flash, or rich-media (HTML Ads). Ad Peeps can

More information

Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE

Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE Adform Nousukas (1600x40 > 1600x400) PRODUCTION GUIDE Production Guide 1 Table of Contents Nousukas (1600x40 > 1600x400) 2 User Experience 2 Initial Stage 2 Expanded Stage 2 Creative assets 2 Specs 2 Audio

More information

General Policies. Investopedia.com reserves the right to refuse any creative. All creatives must be delivered 6 days prior to campaign launch.

General Policies. Investopedia.com reserves the right to refuse any creative. All creatives must be delivered 6 days prior to campaign launch. General Policies Investopedia.com reserves the right to refuse any creative. All creatives must be delivered 6 days prior to campaign launch. All in-banner audio and expansion must be user-initiated. When

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

Online banner advertising specifications 2013

Online banner advertising specifications 2013 1 General Guidelines 2 Newsletters 3 Rich Media 5 Video 6 Mobile Specs 7 Flash 8 Custom Content/ Microsites 8 Skin Specifications Online banner advertising specifications 2013 general guidelines Important

More information

Exclusive, all-day ownership of ads on home pages of WebMD, MedicineNet, RxList, and emedicinehealth.

Exclusive, all-day ownership of ads on home pages of WebMD, MedicineNet, RxList, and emedicinehealth. Description: Homepage Roadblock Technical Specifications for WebMD Exclusive, all-day ownership of ads on home pages of WebMD, MedicineNet, RxList, and emedicinehealth. Required units: 300x250 728x90 160x600

More information

Online banner advertising specifications

Online banner advertising specifications General Guidelines empr.com site Leaderboard 728290 IMU 3002250 Half-page unit 3002600 Slim IMU 3002100 Navigation bar ad 992230/text & logo Ad server DoubleClick DoubleClick DoubleClick DoubleClick DoubleClick

More information

Product: Leaderboard Dimensions: File Size: 40 kb Max File Format: JPG, PNG, GIF, SWF Animation: 15 Seconds Max

Product: Leaderboard Dimensions: File Size: 40 kb Max File Format: JPG, PNG, GIF, SWF Animation: 15 Seconds Max Product: Leaderboard Dimensions: 728 90 File Format: JPG, PNG, GIF, SWF Product: Rectangle Dimensions: 300 250 File Format: JPG, PNG, GIF, SWF Product: Half Page Dimensions: 300 600 File Format: JPG, PNG,

More information

Technical Specifications Leaderboard + Mobile Leaderboard. 27/12/2018 Tech Specs 1

Technical Specifications Leaderboard + Mobile Leaderboard. 27/12/2018 Tech Specs 1 27/12/2018 Tech Specs 1 27/12/2018 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Leaderboard Desktop / Tablet 728*90 HTML5/GIF/JPG 70 kb 3 loops in 15 clicktag Mobile

More information

For General Advertising Information, call TABLE OF CONTENTS

For General Advertising Information, call 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

MIXPO GUIDE SERIES. Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA

MIXPO GUIDE SERIES. Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA MIXPO GUIDE SERIES Mixpo Platform User Guide: Overview of Rich Media Ad Units RICH MEDIA Welcome to Mixpo! The contents of this User Guide and appendices will help you effectively navigate the Mixpo platform

More information

UBM Medica digital SpecificationS

UBM Medica digital SpecificationS Newsletter Guidelines Regularly Scheduled Positions available: 728x90, 160x600, 300x250, 300x600, or text Creative Specifications - Third party tags (HREF, IMG SRC) for the use of gif or jpg - DoubleClick

More information

This will ensure full campaign support, regardless of individual trafficker availability.

This will ensure full campaign support, regardless of individual trafficker availability. Technical Specifications for Professional Media Rotation Medscape.com & emedicine.com Last Modified: January 11, 2009 Materials Submission and Support Please send ad materials and correspondence to: WebMD

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

This will ensure full campaign support, regardless of individual trafficker availability.

This will ensure full campaign support, regardless of individual trafficker availability. Technical Specifications for Specialty HomePage TakeOver Medscape.com & emedicine.com Last Modified: June 8th, 2009 Materials Submission and Support Please send ad materials and correspondence to: WebMD

More information

Online Advertising Specification

Online Advertising Specification Online Advertising Specification Contact Ad Operations Email: Adops@emap.com 0203 0332611 Ben Hadaway (Head of Ad Operations) 0203 0332610 Aejaz Shaikh (Deputy Manager) 0203 0332612 Calum Peak (Junior

More information

ONLINE BANNER ADVERTISING SPECIFICATIONS 2015

ONLINE BANNER ADVERTISING SPECIFICATIONS 2015 1 General Guidelines 2 Flash 3 Rich Media 5 Skin Specifications 6 Video 7 Newsletters and Sponsored Promos 8 Custom Microsite 9 Mobile Specs ONLINE BANNER ADVERTISING SPECIFICATIONS 2015 GENERAL GUIDELINES

More information

ONLINE BANNER ADVERTISING SPECIFICATIONS 2014

ONLINE BANNER ADVERTISING SPECIFICATIONS 2014 1 General Guidelines 2 Flash 4 Expandables 6 Video 7 Skin Specifications 8 Newsletters 9 Whitepapers 10 Mobile Specs 12 Custom Content & Sponsor Opportunities ONLINE BANNER ADVERTISING SPECIFICATIONS 2014

More information

This will ensure full campaign support, regardless of individual trafficker availability.

This will ensure full campaign support, regardless of individual trafficker availability. Technical Specifications for Professional Condition Roadblock Last Modified: Dec 5th, 2009 Materials Submission and Support Please send ad materials and correspondence to: WebMD Ad Submission ads@webmd.net

More information

CREATIVE SPECIFICATIONS

CREATIVE SPECIFICATIONS CREATIVE SPECIFICATIONS Table of Contents Important Information...2 Definitions used in this Document...2 Video Testing Tools...2 Desktop Display Creatives...3 Expandable...4 In-Banner Video...5 Billboard...6

More information

Advertising Standards and Creative Specifications

Advertising Standards and Creative Specifications The Loop Advertising Standards and Creative Specifications Advertising Standards and Creative Specifications The Loop reserves the right to refuse any advertising/advertisers, make exceptions to this policy

More information

PRODUCTION GUIDE. Adform Skin (836x x x x x754)

PRODUCTION GUIDE. Adform Skin (836x x x x x754) PRODUCTION GUIDE Adform Skin (836x754 + 942x754 + 1152x754 + 1264x754 + 1600x754) Production Guide 1 Table of Contents Skin (836x754 + 942x754 + 1152x754 + 1264x754 + 1600x754) 2 User Experience 2 Creative

More information

Online. Te c h n i c a l s p e c i f i c a t i o n s

Online. Te c h n i c a l s p e c i f i c a t i o n s Online Te c h n i c a l s p e c i f i c a t i o n s Contents General information 3 Delivery of the creatives 4 Delivery of advertising 5 Flash Click-Tracking (AS2) 6 Flash Click-Tracking (AS3) 7 Flash

More information

AARP Creative Asset Specifications

AARP Creative Asset Specifications AARP Creative Asset Specifications Submissions are not considered complete without all creative assets, text, click-through URLs, and landing pages. If the landing page will not be live by the submission

More information

GENERAL GUIDELINES 2018 DIGITAL SPECS IMPORTANT INFORMATION FUNCTIONALITY TIMELINES AND DELIVERY

GENERAL GUIDELINES 2018 DIGITAL SPECS IMPORTANT INFORMATION FUNCTIONALITY TIMELINES AND DELIVERY GENERAL GUIDELINES IMPORTANT INFORMATION HTML 5 banners are supported for all platforms All creatives are subject to final approval by Haymarket Media, Inc FUNCTIONALITY Sound: Sound must be off by default

More information

Required. Please provide. 1px required to differentiate from background. 30 seconds. Accepted and preferred AS2, AS3. 3 loop maximum.

Required. Please provide. 1px required to differentiate from background. 30 seconds. Accepted and preferred AS2, AS3. 3 loop maximum. General Guidelines Important Information n HTML 5 banners are supported and preferred for all platforms n All creatives are subject to final approval by Haymarket Media Inc. n All material must be submitted

More information

TECHNICAL SPECIFICATIONS DIGITAL Q1-2019

TECHNICAL SPECIFICATIONS DIGITAL Q1-2019 TECHNICAL SPECIFICATIONS DIGITAL Q1-2019 MASS TRANSIT MEDIA T A B L E O F C O N T E N T S 1. Display Advertising 2. Video Advertising 3. Emailing 4. Delivery Info p. 3 p. 7 p. 8 p. 9 2 Display Advertising

More information

ONLINE BANNER ADVERTISING SPECIFICATIONS 2014

ONLINE BANNER ADVERTISING SPECIFICATIONS 2014 1 General Guidelines 2 Flash 5 Expandables 7 Video 8 Skin Specifications 9 Sponsorship Opportunities 9 Newsletters 10 Whitepapers 11 Mobile Specs 12 Custom Content ONLINE BANNER ADVERTISING SPECIFICATIONS

More information

Online Advertising Specification

Online Advertising Specification Online Advertising Specification Contact Ad Operations Email: Adops@emap.com 0203 0332611 Ben Hadaway (Head of Ad Operations) 0203 0332610 Aejaz Shaikh (Deputy Manager) 0203 0332612 Calum Peak (Junior

More information

Digital Media Ad Specs

Digital Media Ad Specs Italy Ad Specs 2013 GENERAL INFORMATION Creative delivery/contact information: stuart_williams@discovery.com Turn-around time Standard creatives: 2 business days Video & Rich Media: 4 business days A default

More information

MetService Online Advertising Technical Specifications

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

More information

Online banner advertising specifications 2012

Online banner advertising specifications 2012 1 General Guidelines 1 Newsletters 2 Flash 3 Expandables 5 Video 6 Sponsorship Opportunities 7 Mobile Specs Online banner advertising specifications 2012 General Guidelines Dimensions 728 90 300 350 300

More information

MetService Online Advertising Technical Specifications

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

More information

Online banner advertising specifications 2013

Online banner advertising specifications 2013 1 General Guidelines 2 Flash 4 Expandables 6 Skin Specifications 7 Video 8 Sponsorship Opportunities 8 Newsletters 9 Whitepapers 10 Mobile Specs 11 Custom Content Online banner advertising specifications

More information

UBM Medica Digital Specifications

UBM Medica Digital Specifications Newsletter Guidelines Regularly Scheduled Positions available: 728x90, 160x600, 300x250, 300x600, or text Creative Specifications - Third party tags (HREF, IMG SRC) for the use of gif or jpg - DoubleClick

More information

HOW TO Build an HTML5 Pushdown Banner

HOW TO Build an HTML5 Pushdown Banner (/hc/en-us) Help Center Platform MDX 2.0 Contact Support (/hc/en-us/requests/new) SIZMEKSUPPORT Sizmek Help Center (/hc/en-us)» Ad Formats and Placement Types (/hc/en-us/categories/200106995--creative-building-ads-ad-formats-and-placement-types)»

More information

Ad Creative General Guidelines

Ad Creative General Guidelines Ad Creative General Guidelines Introduction This document is a general reference guide for online advertising on the statesman.com family of websites and Yahoo! All advertising creative must perform acceptably

More information

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 Advanced Skinning Guide Introduction The graphical user interface of ReadSpeaker Enterprise Highlighting is built with standard web technologies, Hypertext Markup

More information

Step 1: Add New Tooltip Module

Step 1: Add New Tooltip Module Live Tooltip Module is a module that allows pop-ups on the website. This module when added to the web page is only viewable by the editor of the webpage when logged in. Step 1: Add New Tooltip Module Hover

More information

icreate Editor Tech spec

icreate Editor Tech spec icreate Editor Tech spec Creating a landing page? A website? Creating, designing, and building professional landing pages and websites has never been easier. Introducing icreate's drag & drop editor: Our

More information

Creative Specifications for Online Ads

Creative Specifications for Online Ads Creative Specifications for Online Ads updated 10/15/15 TABLE OF CONTENTS Contents STANDARD ADS...3 SLIDING BILLBOARD...4 INTERSTITIAL ADS...5 MOBILE ADS...6 HIGH SCHOOL SPORTS MOBILE ADS...6 MOBILE APP

More information

Rich Media Specifications

Rich Media Specifications Rich Media Specifications NOTE: ALL RICH MEDIA ASSETS MUST GO THROUGH A 3 rd PARTY RICH MEDIA VENDOR PRIOR TO BEING SENT TO ROGERS BPPG UNLESS INDICATED OTHERWISE. SPECS LISTED IN THIS DOCUMENT ARE THE

More information

INDEX. Sr. No. Content Pages. I. Fully Customizable In-Footer Universal Requirements

INDEX. Sr. No. Content Pages. I. Fully Customizable In-Footer Universal Requirements INDEX Sr. No. Content Pages 1. 2. 3. 4. 5. 6. Standard In-Footer Standard In-Footer Expandable I. Standard In-Footer Expandable Universal In-Footer Video with Custom Skinning I. Fully Customizable In-Footer

More information

Fixed Size Ad Specifications

Fixed Size Ad Specifications Fixed Size Ad Specifications The following fixed size ad units are recommended as part of the new ad portfolio. These have been recommended based on Attitudes and Usage Study to determine which of the

More information

Creative Specifications for Online Ads

Creative Specifications for Online Ads Creative Specifications for Online Ads NEWS updated 1/9/17 Total Audience Solutions. TABLE OF CONTENTS Contents STANDARD ADS...3 BILLBOARD ADS...4 FILMSTRIP ADS...5 PORTRAIT ADS...6 PORTRAIT ADS (cont.)...7

More information

Third party edm - material specification

Third party edm - material specification In order to ensure a quick and smooth turnaround of EDMs, as well as to ensure correct and accurate delivery of the creative, it is necessary that the clients follow the guidelines below when submitting

More information

Creative Specifications for Online Ads

Creative Specifications for Online Ads Creative Specifications for Online Ads NEWS updated 4/21/17 Total Audience Solutions. TABLE OF CONTENTS Contents STANDARD ADS...3 BILLBOARD ADS...4 FILMSTRIP ADS...5 PORTRAIT ADS...6 PUSHDOWN ADS...7 WALLPAPER

More information

Enlargeit! Version 1.1 Operation Manual

Enlargeit! Version 1.1 Operation Manual Enlargeit! Version 1.1 Operation Manual Contents Page 1 What is EnlargeIt! 2 2 What does EnlargeIt! need 2 3 Displaying pictures 2 3.1 Easy integration 2 3.2 Failsafe integration 3 4 Displaying flash (*.swf)

More information

Online Creative Production Guidelines

Online Creative Production Guidelines POWERED BY FARM JOURNAL MEDIA Online Creative Production Guidelines 1 Last updated: 8-01- Overview of Basic Ad Units Available Leaderboard 728x90 Tower 160x600 Big Box 300x250 Text Ad 290x100 Big Box 300x250

More information

IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit. Style Guide and Tech Specs

IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit. Style Guide and Tech Specs 1 IAB Digital Video Filmstrip Rising star - Style Guide and Tech Specs V9 for Public Comment IAB Digital Video Filmstrip Digital Video Rising Star Ad Unit Style Guide and Tech Specs Created by In Partnership

More information

classjs Documentation

classjs Documentation classjs Documentation Release 1.0 Angelo Dini March 21, 2015 Contents 1 Requirements 3 2 Plugins 5 2.1 Cl.Accordion............................................... 5 2.2 Cl.Autocomplete.............................................

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

DIGITAL MEDIA KIT 2016

DIGITAL MEDIA KIT 2016 DIGITAL MEDIA KIT 2016 Our Web Properties Our Reader s Digest Canadian web properties provide visitors with trusted, and thoughtfully curated, content. Offering access to unique food, health & wellness

More information

CIS 408 Internet Computing Sunnie Chung

CIS 408 Internet Computing Sunnie Chung Project #2: CIS 408 Internet Computing Sunnie Chung Building a Personal Webpage in HTML and Java Script to Learn How to Communicate Your Web Browser as Client with a Form Element with a Web Server in URL

More information

Creative specifications

Creative specifications Creative specifications For all advertising across the APN Digital Network, please refer to the detailed creative specifications located below. If you have any questions relating to the creative specifications,

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

CUSTOMER PORTAL. Custom HTML splashpage Guide CUSTOMER PORTAL Custom HTML splashpage Guide 1 CUSTOM HTML Custom HTML splash page templates are intended for users who have a good knowledge of HTML, CSS and JavaScript and want to create a splash page

More information

AD SPECIFICATIONS AND STYLE GUIDE IMPORTANT INFORMATION Please ensure that all Third Party Tags are SSL compatible (see page 9)

AD SPECIFICATIONS AND STYLE GUIDE IMPORTANT INFORMATION Please ensure that all Third Party Tags are SSL compatible (see page 9) All creatives can be run through Third Party servers such as flashtalking, Sizmek, ADTECH or DFA if a file size larger than the stated amount is needed. Responsive Design Our sites have been designed to

More information

S4B Video to Flash Soft4Boost Help S4B Video to Flash www.sorentioapps.com Sorentio Systems, Ltd. All rights reserved Contact Us If you have any comments, suggestions or questions regarding S4B Video to

More information

Pop-up. File format/ size: Must provide (.gif or.jpg) still image - max. 75KB for Mobile - max. 400KB for Tablet

Pop-up. File format/ size: Must provide (.gif or.jpg) still image - max. 75KB for Mobile - max. 400KB for Tablet Pop-up Dimensions: Mobile: 640 (W) x 960 (H) pixels Tablet Portrait - 1536 (W) x 2048 (H) pixels [For mytv SUPER only] Tablet Landscape - 2048 (W) x 1536 (H) pixels [For mytv SUPER only] File format/ size:

More information

Sharper Insight. Smarter Investing Advertising Specs

Sharper Insight. Smarter Investing Advertising Specs Sharper Insight. Smarter Investing. 2017 Advertising Specs Policies & Terminology 2 General Policy All ads must open in a new window when clicked on. Investopedia.com reserves the right to refuse any creative.

More information

Hot Desking Application Web Portals Integration

Hot Desking Application Web Portals Integration Hot Desking Application Web Portals Integration NN10850-038 2 Document status: Standard Document issue: 04.01 Document date: Product release: Release 2.2 Job function: Fundamentals Type: NTP Language type:

More information

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components:

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: HTML5 Creatives MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: Component HTML5 Asset Package: The zip file for the T1AS HTML5 creative.

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Using Development Tools to Examine Webpages

Using Development Tools to Examine Webpages Chapter 9 Using Development Tools to Examine Webpages Skills you will learn: For this tutorial, we will use the developer tools in Firefox. However, these are quite similar to the developer tools found

More information

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Web Programming and Design MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Plan for the next 5 weeks: Introduction to HTML tags, creating our template file Introduction to CSS and style

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

HTML5. clicktag implementation

HTML5. clicktag implementation HTML5 clicktag implementation Date: 18 02-2016 Version: 2.0 Summary Introduction... 3 Google Web Designer... 4 Adobe Edge... 5 Swiffy... 7.swf file with clicktag... 8 Case 1: clicktag explicit... 8 Case

More information

MOBILE ONLY: 320x50 max 15KB Allowed file type gif, jpg, or png. LEADERBOARD 728x90. LEADERBOARD 728x90. MLB 320x50

MOBILE ONLY: 320x50 max 15KB Allowed file type gif, jpg, or png. LEADERBOARD 728x90. LEADERBOARD 728x90. MLB 320x50 LEADERBOARD 728x90 DESKTOP & TABLET: 728x90 max 40KB (extra 100KB is permitted if served via 3rd party tag with polite download) Allowed file type gif, jpg, png or swf If supplying a swf please also provide

More information

Last updated on 1/20/2017

Last updated on 1/20/2017 AVAILABLE AD FORMATS: INTERSTITIALS BANNERS RECTANGLES SPONSORSHIP BILLBOARDS HOME PAGE TAKE OVERS VIDEOS SPECIAL OPERATIONS 1/20/2017 TECHNICAL SPECIFICATIONS: GENERAL GUIDELINES Please note this document

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript?

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript? Web Development & Design Foundations with HTML5 Ninth Edition Chapter 14 A Brief Look at JavaScript and jquery Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of

More information

AD SPECIFICATIONS Updated 3/12/2015

AD SPECIFICATIONS Updated 3/12/2015 AD SPECIFICATIONS Updated 3/12/2015 Table of Contents Advertising Guidelines Homepage Solutions Inventory Search Opportunities Innovative Ads Mobile Platform Solutions 2 ADVERTISING GUIDELINES 3 Advertising

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 14 A BRIEF LOOK AT JAVASCRIPT Copyright Terry Felke-Morris 2 Learning Outcomes In this chapter, you will learn how to: Describe common uses of

More information

WELCOME TO STEELHOUSE NEW CLIENT QUICK START GUIDE

WELCOME TO STEELHOUSE NEW CLIENT QUICK START GUIDE WELCOME TO STEELHOUSE NEW CLIENT QUICK START GUIDE STEELHOUSE QUICK START GUIDE Follow us along the path to higher conversion 3 New Client Checklist 4 What You Need to Know 5 What Your Engineers Need to

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

showinplaceholder The jquery Plug-in

showinplaceholder The jquery Plug-in showinplaceholder The jquery Plug-in for showing an image to place holder / target box About Plug-in Show in Place Holder plug-in is developed to show an image to place holder / target box. Plug-in can

More information

DIGITAL MEDIA KIT PARADE.COM COMMUNITYTABLE.COM ATHLONSPORTS.COM

DIGITAL MEDIA KIT PARADE.COM COMMUNITYTABLE.COM ATHLONSPORTS.COM 2017 2015 2017 PARADE.COM Parade.com features a combination of boomer health, pop culture and the latest in entertainment news. ENTERTAINMENT DESTINATION Celebrities Film & TV Lifestyle and Health Contributor

More information

Ad Spec Guide

Ad Spec Guide Ad Spec Guide 2015 1 Desktop. Standard Formats ABOVE THE FOLD Pushdown: 970x90 970x415 Mega Banner: 900x250 or 970x250 Leaderboard: 728x90 MPU1: HPU1: 300x600 BELOW THE FOLD MPU2: HPU2: 300x600 NB. All

More information

JavaScript II CSCI 311 SPRING 2017

JavaScript II CSCI 311 SPRING 2017 JavaScript II CSCI 311 SPRING 2017 Overview Look at more JavaScript functionality DOM slide show preloading images pull down menus and more! Document Object Model DOM gives us ways to access elements of

More information

Deadlines The creative must be received no later than 3 working days (usually a Wednesday) before the commencement of the advertisement.

Deadlines The creative must be received no later than 3 working days (usually a Wednesday) before the commencement of the advertisement. MetService Online Advertising Technical Specifications Updated: 04 November, 2015 FORMATS & DEADLINES Please note: If advertisements do not meet the specifications below, MetService may be unable to load

More information

NAVIGATION INSTRUCTIONS

NAVIGATION INSTRUCTIONS CLASS :: 13 12.01 2014 NAVIGATION INSTRUCTIONS SIMPLE CSS MENU W/ HOVER EFFECTS :: The Nav Element :: Styling the Nav :: UL, LI, and Anchor Elements :: Styling the UL and LI Elements CSS DROP-DOWN MENU

More information

MIMS Online AD SPECIFICATIONS AND STYLE GUIDE 2018

MIMS Online AD SPECIFICATIONS AND STYLE GUIDE 2018 Contents Standard ad formats... 1 Mobile Creatives... 2 Bulletin Creatives... 2 Rich Media Ad Units... 3 HTML5 Creatives... 4 ZIP BUNDLES... 4 Additional Information... 5 This document is subject to change

More information

itunes Extras/iTunes LP Development: TuneKit Programming Guide v1.0

itunes Extras/iTunes LP Development: TuneKit Programming Guide v1.0 itunes Extras/iTunes LP Development page 1 itunes Extras/iTunes LP Development: apple 11-18-2009 itunes Extras/iTunes LP Development page 2 Contents TuneKit Reference 3 TKController 3 View 3 Outlets 3

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

Introduction to HTML & CSS. Instructor: Beck Johnson Week 5

Introduction to HTML & CSS. Instructor: Beck Johnson Week 5 Introduction to HTML & CSS Instructor: Beck Johnson Week 5 SESSION OVERVIEW Review float, flex, media queries CSS positioning Fun CSS tricks Introduction to JavaScript Evaluations REVIEW! CSS Floats The

More information

Website Advertising Specifications

Website Advertising Specifications Website Advertising Specifications Ad Unit Dimensions Accepted Max File Duration 3rd Party Lead Other Formats Size Looping Serving Time Notes Leaderboard 728x90 pixels gif SWF (rich media, Flash with backup

More information

If you are supplying a 970x250 Billboard or 970x90 Super Leaderboard you must supply the following sizes for Mobile and Tablet:

If you are supplying a 970x250 Billboard or 970x90 Super Leaderboard you must supply the following sizes for Mobile and Tablet: Creative Guidelines All creatives should be supplied 7 business days prior to launch for testing and approval Failure to provide copy to the required specifications outlined in Centaur Media PLC s specification

More information

JQuery File Upload Plugin by RonnieSan

JQuery File Upload Plugin by RonnieSan JQuery File Upload Plugin by RonnieSan WHAT IS IT? This plugin allows you to change any element with an ID on your page into a single or multiple file upload tool. The plugin uses a mix of JQuery, Flash,

More information

Specifications for digital creatives

Specifications for digital creatives Specifications for digital creatives BerlinOnline Stadtportal GmbH & Co. KG Berlin Online 2015 2 / 29 Table of content Sending your creatives 3 Overview creative formats 4 Superbanner & Skyscraper 5 MPU

More information

Contents AD SPECIFICATIONS AND STYLE GUIDE 2017

Contents AD SPECIFICATIONS AND STYLE GUIDE 2017 Contents Standard ad formats... 1 Bulletins... 2 Rich Media Ad Units... 2 HTML5 Creatives... 3 Zip bundles... 3 Additional information... 5 This document is subject to change The creatives below run on

More information

1 GENERAL CREATIVE SPECS

1 GENERAL CREATIVE SPECS CREATIVE & TAG REQUIREMENTS 2016 1 GENERAL CREATIVE SPECS We are able to accept any creative size. The most common dimensions are listed below 1.1 CREATIVE DIMENSIONS - DESKTOP 728 x 90 300 x 250 160 x

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

JavaScript & DHTML Cookbool(

JavaScript & DHTML Cookbool( SECOND EDITION JavaScript & DHTML Cookbool( Danny Goodman O'REILLY Beijing Cambridge Farnham Köln Paris Sebastopol Taipei Tokyo Table of Contents Preface xiii 1. Strings 1 1.1 Concatenating (Joining) Strings

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

The following illustration shows the non-linear version of the ad, the ad floating above the white area where the publisher content would be.

The following illustration shows the non-linear version of the ad, the ad floating above the white area where the publisher content would be. The In-Stream LogoKit is an In-Stream linear and non-linear ad format that plays in VPAID-compliant video players. The ad displays icons in the bottom-right corner of the player which, when clicked, open

More information

Standard File Size 40k 40k 40k 40k 40k. Max File Size 100k 100k 100k 100k 100k. SWF File Size 40k 40k 40k 40k 40k. Click/Destination URL.

Standard File Size 40k 40k 40k 40k 40k. Max File Size 100k 100k 100k 100k 100k. SWF File Size 40k 40k 40k 40k 40k. Click/Destination URL. General Guidelines Dimensions 728x 90 300x250 300x600 300x100 980x30 Important Information n Expanding Panel Z-index should be setup as 1. n Wmode should be set as Transparent n Any creative with a white

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION epromo Guidelines HTML Maximum width 700px (length = N/A) Image resolution should be 72dpi Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than

More information

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual Flash Image Enhancer Manual Copyright 2009 All Rights Reserved Page 1 of 62 Index Flash Image Enhancer Manual... 1 Index... 2 About Flash Image Enhancer... 3 Features in Detail... 3 Before you begin...

More information

Animating Layers with Timelines

Animating Layers with Timelines Animating Layers with Timelines Dynamic HTML, or DHTML, refers to the combination of HTML with a scripting language that allows you to change style or positioning properties of HTML elements. Timelines,

More information

DIGITAL TECHNICAL SPECS

DIGITAL TECHNICAL SPECS DIGITAL TECHNICAL SPECS VendingMarketWatch.com and Cygnus Business Media reserve the right to ask for revisions or reject any advertising it deems, in its sole opinion, not in keeping with its standards.

More information