PRODUCTION GUIDE. Adform MRAID 3D Cube (300x250)

Size: px
Start display at page:

Download "PRODUCTION GUIDE. Adform MRAID 3D Cube (300x250)"

Transcription

1 PRODUCTION GUIDE Adform MRAID 3D Cube (300x250)

2 Production Guide 1 Table of Contents MRAID 3D Cube (300x250) 2 User Experience 2 Creative assets 2 Creating the walls 3 Customizing the cube 4 Manifest.json file 5 Other 5

3 Production Guide 2 MRAID 3D Cube (300x250) The format consists of an HTML asset and images, videos or HTML content as cube walls. User Experience The format consists of a 300x250 HTML ad with four or more alternating panels. On the initial visit, the first panel is displayed. The cube automatically spins through all panels. The user can navigate among the panels on swipe. All panels (except video panels) accommodate a link to the predefined landing page. Creative assets The following items are to be delivered by a creative agency: An asset for each wall, which could be an image, a video or a HTML file. Double sized images are recommended for better display on higher DPI displays (for ex. Retina and 600x500 images). The banner can be adjusted to your custom size just change the width and height of the banner in manifest.json file. The cube works with any amount and kind (HTML, video, image) of assets. If there are less then 4 assets, they will be duplicated to fulfill 4 walls, and if there are more than 4 assets, the cube will have the same amount of walls as there are of creative assets. (Optional) A poster for the video, if there will be a video wall (the wall will be black before playing the video if no poster will be provided). (Optional) Image for the navigation bars (arrows), if they will be used and the standard navigation will not fit for your needs. You only need 1 image, facing right for horizontal cube and facing up for vertical cube.

4 Production Guide 3 Creating the walls The walls are made from assets. Image and video walls can be assigned either in additional assets or included in the banner zip file. If the cube will contain html content, the assets must be stored inside the banner zip file. Please see this example on how to create HTML content and video walls (you can find this part of code inside the index.html file): new Adform.Cube( vertical: false, autorotate: 3000, swipeeventstep: 60, customnavigationicon: false, assets: [ "assets/wall1.png", type: "video", src: "assets/video.mp4", poster: "assets/wall2.png", id: "mytestid" ); ],, type: "html", src: "assets/wall3.html", input: false type: "image", src: "assets/wall4.png", clicktag: "myclicktagname" // (Optional) // (Optional) Add s a ID for the video container DIV so you can access it later // (Optional) Enables or disables user input on the html content, is true by default // (Optional) You can use a custom clicktag name instead of the standard clicktag, clicktag2 and forth.. Info: Please see our template MRAID 3D Cube with Video to see an example of implementing a video wall.

5 Production Guide 4 Customizing the cube The file index.html can be adjusted to customize the cube. These are the values that can be changed: vertical set to true if you want the cube to roll vertical autorotate the value will be a interval to automatically rotate the cube. It is defined in miliseconds and should be set to 0 if the cube should not auto rotate. User interaction will cancel the auto rotation. swipeeventstep defines how much the user needs to swipe horizontally to fire the User swipe event. Value 60 is default. assets this object should define the assets location if the assets won t be loaded from Additional assets in Adform system. The assets can be undefined if they will be loaded from the system. customnavigationicon you can change the default navigation blur to your own image (for example custom arrow). You only need 1 image, facing right for horizontal cube and facing up for vertical cube. This value should be a link to the image, for example assets/arrow.png. navigation can be set to true if you want to have the navigation on the wall. The value has to be inside an asset object. This is an example of an image wall with navigation: type: "image", src: "assets/wall4.png", navigation: true polite can be set to true if you want to load the videos politely (the loading will start only when more then 50% of the banner will be seen). The value has to be inside an asset object. This is an example of an image wall with navigation: type: "video", src: "assets/video.mp4", poster: "assets/poster.png", polite: true onwallin, onwallout and onwallalign events If you have a html wall, you might want to call some functions on these events. You can specify a function, which will be executed on the event. This is a HTML wall, which will have its function stopanimation called when the wall will be rolled out: type: "html", src: "assets/wall2.html", onwallin: "stopanimation"

6 Production Guide 5 Manifest.json file Manifest.json file should define the ad dimensions, title, user events and the clicktag s. These values can also be modified in Adform system or when working with the banner in HTML Studio. Other values are left as is most of the times. Info: There should be the same amount of clicktag s as of creative assets. "version": "1.0", "title": "Mobile 3D Cube", "description": "Mobile 3D Cube with standard 4 walls (300x250)", "width": 300, "height": 250, "events": "enabled": 1, "list": "1": "User swipe", "clicktags": "clicktag": " "clicktag2": " "clicktag3": " "clicktag4": " "source": "index.html" Other For any questions please contact technical@adform.com.

Adform HTML5 3D Leaderboard (970x120) PRODUCTION GUIDE

Adform HTML5 3D Leaderboard (970x120) PRODUCTION GUIDE Adform HTML5 3D Leaderboard (970x120) PRODUCTION GUIDE Production Guide 1 Table of Contents HTML5 3D Leaderboard (970x120) 2 User Experience 2 Creative assets 2 Banner asset 2 Video component 3 Audio 4

More information

Adform HTML5 Standard Ad with Video (160x600) PRODUCTION GUIDE

Adform HTML5 Standard Ad with Video (160x600) PRODUCTION GUIDE Adform HTML5 Standard Ad with Video (160x600) PRODUCTION GUIDE Production Guide 1 Table of Contents HTML5 Standard Ad with Video (160x600) 2 User Experience 2 Creative assets 2 Banner asset 2 Video component

More information

Adform HTML5 Double Open Door PRODUCTION GUIDE

Adform HTML5 Double Open Door PRODUCTION GUIDE Adform HTML5 Double Open Door PRODUCTION GUIDE Production Guide 1 Table of Contents HTML5 Double Open Door 2 User Experience 2 Creative assets 2 Banner asset 2 Video component 4 Specs 5 Audio 5 Video 5

More information

Adform HTML5 Billboard Lightbox (980x45 > 800x600) PRODUCTION GUIDE

Adform HTML5 Billboard Lightbox (980x45 > 800x600) PRODUCTION GUIDE Adform HTML5 Billboard Lightbox (980x45 > 800x600) PRODUCTION GUIDE Production Guide 1 Table of Contents HTML5 Billboard Lightbox (980x45 > 800x600) 2 User Experience 2 Creative assets 2 Banner asset 2

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

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

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

GUIDELINES EKSTRA BLADET MOBILE

GUIDELINES EKSTRA BLADET MOBILE GUIDELINES EKSTRA BLADET MOBILE GENERAL GUIDELINES The advertiser is responsible for the banner-creative, functionality and design. Banners which disturb the editorial content or cause technical problems

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

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

/ Ver.1.0. Production Regulations

/ Ver.1.0. Production Regulations Harper s BAZAAR ONLINE 2018.07-09 / Ver.1.0 Production Regulations 1 Rectangle Banner - HTML5 1/4 Overview The HTML5 Rich banner is a format available on the Sizmek platform for a polite banner.

More information

Contents AD SPECIFICATIONS AND STYLE GUIDE 2018

Contents AD SPECIFICATIONS AND STYLE GUIDE 2018 Contents Standard ad formats... 2 Bulletins... 3 HTML5 Creatives... 4 ZIP BUNDLES... 4 STUDIO... 5 Additional information... 6 What s happening to Flash?... Error! Bookmark not defined. Please always download

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

AD SPECIFICATIONS AND STYLE GUIDE 2018

AD SPECIFICATIONS AND STYLE GUIDE 2018 Contents Standard ad formats... 1 Bulletins... 2 Rich Media Ad Units... 2 HTML5 Creatives... 3 ZIP BUNDLES... 3 STUDIO... 4 Additional information... 5 All creatives can be run through Third Party servers

More information

Haymarket Business Media RECRUITMENT AD SPECIFICATIONS AND STYLE GUIDE 2018

Haymarket Business Media RECRUITMENT AD SPECIFICATIONS AND STYLE GUIDE 2018 Contents Standard ad formats... 1 Rich Media Ad Units... 2 HTML5 Creatives... 3 ZIP BUNDLES... 3 STUDIO... 4 Additional information... 5 This document is subject to change Please always download the most

More information

MOBILE. SMARTPHONE 320x50 Small Banner SMARTPHONE TABLET STATIC. 320x480 Dual Full Screen. 1024x768 Dual Full Screen TABLET SMARTPHONE

MOBILE. SMARTPHONE 320x50 Small Banner SMARTPHONE TABLET STATIC. 320x480 Dual Full Screen. 1024x768 Dual Full Screen TABLET SMARTPHONE STATIC 2-7 All 3P mobile tags must be secure: - site served secure - separate click command and 1x1 tracking tag - 3P hosted - HTML5 & MRAID secure within the full javascript tag - Client landing page

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

Technical Specifications ONLINE 2019 Q1. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg

Technical Specifications ONLINE 2019 Q1. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Technical Specifications ONLINE 2019 Q1 De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Index DISPLAY & VIDEO 3 Formats overview Display 3 Formats overview Video 4 TABLET 5 Formats

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

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

Advanced Advertising. User s Guide

Advanced Advertising. User s Guide 1 Advanced Advertising System 2 Table of contents Table of contents Introduction Zone Advertiser Campaign Banner Report Settings How to bring it out 3 Introduction Please notice that in the user s guide

More information

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved.

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved. Flash Info Cube User Guide Copyright 2006 Data Springs Inc. All rights reserved. Table of contents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING FLASH INFO CUBE MODULE TO A PAGE...7 4 FLASH

More information

Large images added to a webpage can have a detrimental effect to your site.

Large images added to a webpage can have a detrimental effect to your site. 1. Photo Resizing Large images added to a webpage can have a detrimental effect to your site. Large images are slow to load and can frustrate users of your site who may leave your site rather than wait

More information

Creating an Image Gallery Asset in OU Campus 4/23/15

Creating an Image Gallery Asset in OU Campus 4/23/15 Creating an Image Gallery Asset in OU Campus 4/23/15 IMPORTANT: To create a new image gallery, you must first crop all of your images to the same dimensions and save them to a folder on your computer.

More information

Technical Specifications ONLINE

Technical Specifications ONLINE Technical Specifications ONLINE 2019 Q1 De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Index DISPLAY & VIDEO...3 Formats overview Display...3 Formats overview Video...4 TABLET...5

More information

Technical Specifications ONLINE. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf

Technical Specifications ONLINE. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Technical Specifications ONLINE 2018 De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Index DISPLAY & VIDEO 3 Formats overview Display 3 Formats overview Video 4 TABLET

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

Create a Web Page with Spry Navigation Bar. March 30, 2010

Create a Web Page with Spry Navigation Bar. March 30, 2010 Create a Web Page with Spry Navigation Bar March 30, 2010 Open a new web page by selecting File on the Menu bar, and pick Open. Select HTML as the page type and none from the layout list. Finally, we press

More information

Technical Specifications Half Page + Mobile Medium Rectangle. 31/05/2016 Tech Specs 1

Technical Specifications Half Page + Mobile Medium Rectangle. 31/05/2016 Tech Specs 1 31/05/2016 Tech Specs 1 31/05/2016 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Half Page Desktop / Tablet 300*600 HTML5/GIF/JPG 70 kb 3 loops in 15 clicktag Mobile

More information

Technical Specifications Responsive Takeover

Technical Specifications Responsive Takeover (Including mobile) 6/03/2017 Tech Specs 1 6/03/2017 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Large Background Desktop / Tablet 1920*250 GIF/ JPG/PNG 150 kb - -

More information

Technical Specifications Expandable Takeover. 6/03/2017 Tech Specs 1

Technical Specifications Expandable Takeover. 6/03/2017 Tech Specs 1 6/03/2017 Tech Specs 1 6/03/2017 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Large Leaderboard Desktop / Tablet 950*150 HTML5/GIF/JPG 80 kb 3 loops in 15 clicktag

More information

Billboard. Creative Specification

Billboard. Creative Specification Ad specs Billboard This creative runs at the top of the site across all pages. This creative unit can result in higher brand interaction/awareness. Initial 970x250 970x500 150kb Billboard may be supplied

More information

SPECIFICATIONS ADVERTISING

SPECIFICATIONS ADVERTISING SPECIFICATIONS ADVERTISING GENERAL GUIDELINES WEIGHT Display Standard: 70 KB Video Desktop: 5 MB Video Mobile: 3 MB Performance: 30 KB DELIVERY Maximum 3 subjects (image or HTML), otherwise please use

More information

Technical Specifications ONLINE 2019 Q1. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes

Technical Specifications ONLINE 2019 Q1. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes Technical Specifications ONLINE 2019 Q1 De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes Index DISPLAY & VIDEO 3 Formats overview Display 3 Formats overview Video

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Technical Requirements

Technical Requirements Technical Requirements Annonces pleinchamp com Delivery of elements 5 working days before the date of posting your campaign Contact : service-coordination@mb-diffusion.com General terms and conditions:

More information

Haymarket Business Media AD SPECIFICATIONS AND STYLE GUIDE 2018

Haymarket Business Media AD SPECIFICATIONS AND STYLE GUIDE 2018 Fo r any information no t covered in this document please contact adcreative.hbm@haymarket.co m Contents Standard ad formats... 2 Bulletins... 3 Rich Media Ad Units... 3 HTML5 Creatives... 4 ZIP BUNDLES...

More information

Technical Specifications ONLINE 2018 Q4. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes

Technical Specifications ONLINE 2018 Q4. De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes Technical Specifications ONLINE 2018 Q4 De Standaard Het Nieuwsblad Gazet van Antwerpen Het Belang van Limburg Vier & Vijf Zes Index DISPLAY & VIDEO 3 Formats overview Display 3 Formats overview Video

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

Technical Specifications Pareto pack:

Technical Specifications Pareto pack: Pareto pack: Screen Takeover 31/05/2016 Tech Specs 1 31/05/2016 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Large Background Desktop / Tablet 1920*250 GIF/ JPG/PNG

More information

DIGITAL DESIGN. advertising specs

DIGITAL DESIGN. advertising specs DIGITAL DESIGN advertising specs April 2018 BANNERS: WEB & MOBILE Dimension measurements provided in pixels BHMG BANNER ADS ON OUR LOCAL SITES File Formats: GIF, JPG, HTML5 File Size Limits: GIF, JPG:

More information

Advertising specifications. Version 1.1

Advertising specifications. Version 1.1 Advertising specifications Version 1.1 Please read this document before producing creatives for campaigns on The Economist - Digital Editions This is a living document that will evolve as we are presented

More information

DIGITAL DESIGN. advertising specs

DIGITAL DESIGN. advertising specs DIGITAL DESIGN advertising specs August 2018 BANNERS: WEB & MOBILE Dimension measurements provided in pixels BHMG BANNER ADS ON OUR LOCAL SITES File Formats: GIF, JPG, HTML5, Third-party ad tags (DoubleClick

More information

SchoolDesk University

SchoolDesk University SchoolDesk University Forms, Surveys, and Polls Module 101 Guided Walk-through for the basic fields, terminology, and location of tools. What is the NEW SD7 Forms Module? The NEW SchoolDesk Forms Module,

More information

Mobile Advertising Specs

Mobile Advertising Specs Mobile Advertising Specs 2 3 4 6 7 8 9 10 12 13 14 15 16 17 18 Standard Ad Size rmal Display vs. Retina Display Design Guidelines for Retina Display Creatives Design Guidelines for 300x250 Creatives Interstitial

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

A Guide to App Studio 9.1

A Guide to App Studio 9.1 A Guide to App Studio 9.1 CONTENTS Contents App Studio...4 Understanding App Studio...5 Understanding the AVE-Mag and AVE-Doc formats...6 Understanding layout families...7 Understanding App Studio publishing...8

More information

2. Image Count. 1. Load image sequences. 3. Starting Image

2. Image Count. 1. Load image sequences. 3. Starting Image Manual 360 Webspin 1. Load image sequences 2. Image Count 3. Starting Image 4. Output Turntable Size 5. Show Buttons 6. Auto Spin 7. Saving the finished 360-degree-object 8. Use your own buttons 9. Use

More information

Advertiser Reference Guide. Advertiser Quick Start Guide. A quick reference for new advertisers

Advertiser Reference Guide. Advertiser Quick Start Guide. A quick reference for new advertisers Advertiser Reference Guide Advertiser Quick Start Guide A quick reference for new advertisers Welcome to the Clickbooth CPA Advertising Network! Clickbooth CPA Network is a single-stop solution for performance-based

More information

WebCT Customize Your Course Look How to Guide

WebCT Customize Your Course Look How to Guide WebCT Customize Your Course Look How to Guide HOW TO GUIDE CONTROL THE LOOK OF YOUR COURSE CALIFORNIA STATE UNIVERSITY, SACRAMENTO As a course instructor you are in control of how your course appears to

More information

Banner: 300x50, 300x250 Interstitial: 320x480, 480x320 Platform Ad Type. Sizes. File Size. File Type. Max Frames Per Second

Banner: 300x50, 300x250 Interstitial: 320x480, 480x320 Platform Ad Type. Sizes. File Size. File Type. Max Frames Per Second ios 9 CREATIVE REQUIREMENTS: All of the following must be SSL compliant (URL must include https): Landing page URL 1x1 impression trackers 3rd party tags SMARTPHONE - BANNER ADS A standard banner ad is

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

3D Surface Plots with Groups

3D Surface Plots with Groups Chapter 942 3D Surface Plots with Groups Introduction In PASS, it is easy to study power and sample size calculations for a range of possible parameter values. When at least 3 input parameters vary, you

More information

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

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 11 Part 2 11 Using Templates You can save time by storing frequently used Web page elements and layouts

More information

Training - ADONIS Modeller

Training - ADONIS Modeller Training - ADONIS Modeller ADONIS NP Business Process Management BOC Asset Management GmbH Operngasse 20b 1040 Vienna Website: www.boc-group.com Table of Contents 1 Introduction to the Tool 2 Documentation

More information

Basic Printing Methods (Windows)

Basic Printing Methods (Windows) Basic Printing Methods (Windows) 3 After confirming that the printer is selected, click Printer properties or Properties to display the Printer Settings tab. Printing is performed from the application

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

DIGITAL DESIGN. advertising specs SP35056

DIGITAL DESIGN. advertising specs SP35056 DIGITAL DESIGN advertising specs SP35056 OCTOBER 2018 BANNERS: WEB & MOBILE Dimension measurements provided in pixels BHMG BANNER ADS ON OUR LOCAL SITES GUIDELINES: File Formats: GIF, JPG, HTML5, Third-party

More information

AURUM Metro Navigation

AURUM Metro Navigation AURUM Metro Navigation End User Document Version 1.0 Oct 2016 Table of Contents 1. Introduction... 3 2. Initialization... 4 2.1 Create Metro Navigation List... 4 2.1.1 Adding the Metro Navigation Web part...

More information

Digital Specifications.

Digital Specifications. Digital Specifications. All advertising MUST adhere to The Urban List s Advertising Guidelines. The Urban List accepts Run of Site Takeovers only, for all display advertising. IMAGERY & PHOTOGRAPHY All

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

SPECIFICATIONS AND FAQ

SPECIFICATIONS AND FAQ SPECIFICATIONS AND FAQ 1 SPECIFICATIONS 600 768 2048 800 1200 1980 1280 1536 1024 1024 640 1136 640 940 768 1280 iphone 5 iphone 4 Kindle Full Page Ad Dimensions: Note: Two ipad creatives are required

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

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

ADITION HTML5 clicktag

ADITION HTML5 clicktag ADITION HTML5 clicktag An HTML5 creative can have one or more than one click areas and corresponding landing destinations. Since, an HTML5 creative is build often in third party tools, ADITION follows

More information

WordPress How to Create a Simple Image Slider with the New RoyalSlider

WordPress How to Create a Simple Image Slider with the New RoyalSlider WordPress How to Create a Simple Image Slider with the New RoyalSlider Last update: 2/20/2013 WARNING: DO NOT USE INTERNET EXPLORER you can use Firefox, Chrome, or Safari but the editing screens do not

More information

[CONTENT ROTATOR 1.0 USER MANUAL]

[CONTENT ROTATOR 1.0 USER MANUAL] Overview...3 Installation and Configuration...3 Adding Rich Text Content...3 Adding a Standard Image...5 Adding Flash Content...6 Module Settings...7 Tech Support...8 Feedback / Contact Us...8 2 Smoke

More information

AD UNIT & TAKEOVER Last updated : 24 February 2011

AD UNIT & TAKEOVER Last updated : 24 February 2011 AD UNIT & TAKEOVER Last updated: 24 February 2011 Flash Ads FLASH VERSIONS Flash 9 or below FRAME RATE Must be no more than 18fps FILE SIZE Cannot exceed 40K ANIMATION 15 seconds maximum Backup jpgs/gifs

More information

CMS Training. Overview Editing Assets Special Features. Click any Section(s) to Learn More. Settings & Notifications

CMS Training. Overview Editing Assets Special Features. Click any Section(s) to Learn More. Settings & Notifications CMS Training Click any Section(s) to Learn More Overview Editing Assets Special Features - Listing View - Navigation - Search & Filters - Assets View - Asset Details - Editing Mode - Enter Edit Mode -

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

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

CREATIVE & TECHNICAL SPECIFICATIONS

CREATIVE & TECHNICAL SPECIFICATIONS CREATIVE & TECHNICAL SPECIFICATIONS CREATIVE SPECIFICATIONS EXPECTED ASSETS LANDSCAPE: 96Ox424px ipad: 768x928px 1O24x672px SAME SIZE FOR INTERSCROLLER SMARTFOOTER MPU INCONTENT INTERSTITIAL 64Ox2OOpx

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

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

CodeHS Hour of Code: Teacher Guide

CodeHS Hour of Code: Teacher Guide Hour of Code: Teacher Guide BEFORE THE HOUR OF CODE: Make sure student computers have an up-to-date browser (Chrome, Safari, or Firefox). Read through teacher notes in this document. Download notes to

More information

Printing a Poster in Adobe Photoshop

Printing a Poster in Adobe Photoshop Issue Date: May 6, 2008 Page 1 Printing a Poster in Adobe Photoshop This document outlines how to print to the large format printer (plotter) from within Adobe Photoshop. Typical file types for this could

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

20 DIGITAL BRAND 18 SPECS

20 DIGITAL BRAND 18 SPECS 20 18 DIGITAL BRAND SPECS INTERNATIONAL REVIEW CONTENT SUBMISSION & SUPPORT team@ europeanpharmaceuticalreview.com team@globalrailwayreview.com team@ internationalairportreview.com HOW TO SUBMIT CONTENT

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Apple News Apple Advertising Platforms Specifications November 2017

Apple News Apple Advertising Platforms Specifications November 2017 Apple News Apple Advertising Platforms Specifications November 2017 About Advertising on Apple News Ads on Apple News can run across iphone, ipod touch, and ipad devices. Ad options include a variety of

More information

Act! Marketing Automation

Act! Marketing Automation Act! Marketing Automation A Guide to Getting Started Helping your business grow with marketing automation Act! Marketing Automation Getting Started Guide 2 Contents Page Page 8 Page 10 Page 11 Page 11

More information

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode Overview Listing Overview User Profile Language Selection Asset(s) View Asset(s) Details Editing Mode NOTE: Some functions may not be available to all users depending on permissions granted. Some of the

More information

MOBILE TECHNICAL SPECIFICATIONS. Unterföhring, December 2018

MOBILE TECHNICAL SPECIFICATIONS. Unterföhring, December 2018 MOBILE TECHNICAL SPECIFICATIONS Unterföhring, December 2018 Index: 1 I 2 I 3 I 4 I 5 I 6 I 7 I 8 I 9 I 10 I 11 I General References Page 3 MEW - Mobile Enabled Website Page 5 Mobile Banner (2:1) Page 6

More information

BANNER 9 RELEASE GUIDE

BANNER 9 RELEASE GUIDE BANNER 9 RELEASE GUIDE LINK TO THE APPLICATION NAVIGATOR https://xeantex.tamuc.edu/applicationnavigator/seamless LINK TO COMMUNICATION MANAGEMENT https://xeantex.tamuc.edu/communicationmanagement Use Your

More information

Exploring Computer Science Web Final - Website

Exploring Computer Science Web Final - Website Exploring Computer Science Web Final - Website Objective: Create a website using rollover menus. You will be graded on the following: Is your CSS in a separate file from your HTML? Are your colors and

More information

HO-1: INTRODUCTION TO FIREWORKS

HO-1: INTRODUCTION TO FIREWORKS HO-1: INTRODUCTION TO FIREWORKS The Fireworks Work Environment Adobe Fireworks CS4 is a hybrid vector and bitmap tool that provides an efficient design environment for rapidly prototyping websites and

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

FEATURE BANNER ROTATOR with slide buttons XML DOCUMENTATION CHRISTIAN KRAGH

FEATURE BANNER ROTATOR with slide buttons XML DOCUMENTATION CHRISTIAN KRAGH FEATURE BANNER ROTATOR with slide buttons XML DOCUMENTATION CHRISTIAN KRAGH XML Parameters Possible values Description banner_width The full width of the banner. If the banner_dynamic_resizing attribute

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

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

AD SPECIFICATIONS Display Ad Guidelines

AD SPECIFICATIONS Display Ad Guidelines AD SPECIFICATIONS Display Ad Guidelines General Ad Policies and Guidelines Guidelines for Real Estate Professionals Fulfillment Lead Time Realtor.com Homepage Ad Medium Rectangle Leaderboard Half Page

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

BUS BLADE OPTION RAIL BLADE OPTION MULTI-MODAL BLADE OPTION. File Naming Key for All Visual Concepts:

BUS BLADE OPTION RAIL BLADE OPTION MULTI-MODAL BLADE OPTION. File Naming Key for All Visual Concepts: 2014 CREATIVE GUIDELINES BUS BLADE OPTION RAIL BLADE OPTION MULTI-MODAL BLADE OPTION These guidelines will help you navigate through creating Community Grows (WPTGCG) branded materials for local use. Program

More information

Technical specification of ad formats on INTERIA.PL

Technical specification of ad formats on INTERIA.PL on INTERIA.PL SPIS TREŚCI General rules... 4 General HTML5 rules... 5 1. Billboard... 10 2. Banner under the Fakty module... 10 3. Banner under the Biznes module... 10 4. Banner under the Wideo module...

More information

Image Slider Module User Guide

Image Slider Module User Guide Image Slider Module User Guide TABLE OF CONTENTS WHAT IS DOTNETNUKE MODULE... 1 WHO ARE DNNDEVELOPER.IN... 1 IMAGE SLIDER MODULE... 1 INSTALL DNN MODULE... 1 SETTING/CONFIGURING IMAGE SLIDER MODULE...

More information

ITSE 1401 Web Design Tools Lab Project 4 (Expression Web 4 - Units M, N, O, P) Last revised: 1/9/14

ITSE 1401 Web Design Tools Lab Project 4 (Expression Web 4 - Units M, N, O, P) Last revised: 1/9/14 (Expression Web 4 - Units M, N, O, P) Last revised: 1/9/14 Directions: Perform the tasks below on your personal computer or a lab computer. Professor Smith shows the score points for each activity in parentheses.

More information

Modules Documentation ADMAN. Phaistos Networks

Modules Documentation ADMAN. Phaistos Networks Modules Documentation ADMAN Phaistos Networks Table of Contents TABLE OF CONTENTS... 2 KEYWORDS... 5 FLASH BANNERS... 6 Options... 6 Public methods... 6 Public events... 6 Example... 7 EXPANDING BANNERS...

More information

Tablet 300x x x x1024

Tablet 300x x x x1024 PROGRAMMATIC DISPLAY Supported Display Ad Types GIF, JPEG, PNG image files 3rd Party Ad Tags from approved ad servers (HTML or raw JavaScript) Rich media expandable supported through third party with some

More information

Apple News Apple Advertising Platforms Specifications May 2018

Apple News Apple Advertising Platforms Specifications May 2018 Apple News Apple Advertising Platforms Specifications May 2018 About Advertising on Apple News Ads on Apple News can run across iphone, ipod touch, and ipad devices. Ad options include a variety of display

More information