Sizmek Formats. HTML5 Pushdown. Build Guide

Size: px
Start display at page:

Download "Sizmek Formats. HTML5 Pushdown. Build Guide"

Transcription

1 Formats HTML5 Pushdown Build Guide

2 Table of Contents Introduction...3 Overview... 3 Ad Builder Templates... 3 Workspace Templates... 4 Supported Platforms... 5 Demos/Downloads... 5 Known Issues... 5 Implementing an HTML5 Pushdown using Workspaces...6 Pushdown Assets... 6 Workspaces Available... 6 Included Template Files... 6 HTML... 6 Images... 7 Videos... 7 Customizing HTML5 Pushdown... 8 To customize the Banner... 8 To customize the default Panel... 8 Variables... 8 Functions... 8 Setting Up HTML5 Pushdown in Sizmek MDX... 9 Implementing an HTML5 Pushdown using Ad Builder Setting up new ad in Ad Builder Customizing the HTML5 Pushdown in Ad Builder Removing the video... 11

3 Changing the close button Restrictions & Important Notes Setting HTML5 Pushdown on Platform Custom Variables Reported Custom Interactions Change Log... 16

4 Introduction Overview The HTML5 Pushdown format provide advertisers with opportunity to own a unique above-the-fold execution. Pushdown is a type of expanding Ad that pushes down the content of a webpage when the creative expands, moving the site out of the way to display Ad. This way creative is not displayed above the page content and not overlaid and doesn t interfere with page content the user will access. The HTML5 Pushdown is one the premier new formats that has both Workspace and Ad Builder templates. Workspace templates give you greater flexibility to adapt the code and program additional customizations while Ad Builder templates provide ease of use. The templates available within these alternate environments may be slightly different, so make sure you use the one based on your needs. The different templates are described below, but check back frequently since new templates are expected to be added. Ad Builder Templates There are two templates of HTML5 Pushdown format that are currently available on Ad Builder 320x50 with Video, 970x50 with Video. 320x50 starts with 320x50 and expands to 320x415. Same goes with 970x50 template. The ad loads in the collapsed state. The ad can be expanded by clicking the Expand button. From the expanded state, the user may either click the UserAction button, the ClickThrough button, or close the ad and return to the collapsed state. Clicking the UserAction button sends a custom interaction and is tracked in reports. Some pushdown templates contain a video player, which is setup to track video interactions. Some publishers allow pushdown banners to expand automatically a certain number of times in a given time period. For example, some publishers allow the pushdown to auto-expand once per day per unique user, while others may only allow one auto-expansion per campaign per unique user. Auto Expansion can be configured through platform frequency capping settings. While the HMTL5 Pushdown can be customized to any size, templates with common sizes are already provided. The following illustrations show the 320x50 with Video template. It includes includes a video, close button, user action button, and a clickthrough button: Copyright 2015 Sizmek. All rights reserved. 3

5 Collapsed State Expanded State Workspace Templates There are six templates currently available as Workspaces video, non-video and full-screen templates. Fullscreen template provide a unique experience by expand Ad to full screen by pushing page content downside and covering viewport area. This full-screen templates are also responsive and resizing browser will resize Ad. Copyright 2015 Sizmek. All rights reserved. 4

6 Supported Platforms Platform Windows Mac iphone ipad Android Phone Android Tablet Supported Version Internet Explorer 10+, Firefox, Chrome, Microsoft Edge. Safari, Firefox, Chrome ios 7.0 and later ios 7.0 and later Android 4.1 and later Android 4.1 and later Note: *All templates are not supported in MRAID Apps at this time. Demos/Downloads To download a template, view a demo of the HTML5 Pushdown templates or get the latest copy of the build guide, please visit the Formats tab of the Showcase or check the advanced section from Template Gallery from Ad Builder. For more information, contact your Creative Development Specialist. Known Issues Ad Builder Templates Known Issues: o IE10, IE11 and Microsoft EDGE, Expanding animation not playing smoothly. o Video not playing after entering in full screen mode when user click full screen option from video controls. o Panel not aligning correctly on rotating device during expand animation. o Left border missing in IE10 and IE11. o Missing borders on ios o Button text highlighted/selected on double clicking any buttons. o Page content is not pushed down if Ad is set to Auto Expand. Copyright 2015 Sizmek. All rights reserved. 5

7 Implementing an HTML5 Pushdown using Workspaces Pushdown Assets Before you Begin Make sure you have the following resources available: The HTML5 Pushdown format workspace that is applicable for your campaign. Download the workspace from the Formats tab of the Showcase and extract it, preserving the directory structure. Workspaces Available Workspace Video Banner Dimension CFG_RELEASED_ HTML5Pushdown_1_0_0_320x50to320x415 CFG_RELEASED_ HTML5Pushdown_1_0_0_320x50to320x415_video CFG_RELEASED_ HTML5Pushdown_1_0_0_320x50toFullScreen CFG_RELEASED_ HTML5Pushdown_1_0_0_970x55to970x415 CFG_RELEASED_ HTML5Pushdown_1_0_0_970x55to970x415_video CFG_RELEASED_ HTML5Pushdown_1_0_0_970x55toFullScreen Default Panel Dimension No 320x50 320x415 Yes 320x50 320x415 No 320x50 Full-Screen No 970x55 970x415 Yes 970x55 970x415 No 970x55 Full-Screen Included Template Files HTML The following HTML template files are included: File Name index.html Description The banner file. Copyright 2015 Sizmek. All rights reserved. 6

8 scripts/scripts.js styles/reset.css styles/style.css panels/expand/index.html panels/expand/styles/style.css panels/expand/scripts/script.js The script for the banner. The style sheet resets the banner and panel so they can have a clean style to start with. The style sheet for the banner. The default panel file. The style sheet for the default panel. The script for the default panel. Images The following image template files are included in the images folder: File Name images/backup_320x50.jpg Images/logo_small.png panels/expand/images/ logo.png panels/expand/images/ poster.png Description Backup image. Logo image asset file. Logo image. Poster image for the video. (video template only) Videos The following video template files are included in the videos folder for the video template File Name panels/expand/videos/video.mp4 Description Demo videos in mp4 format. (video template only) Copyright 2015 Sizmek. All rights reserved. 7

9 Customizing HTML5 Pushdown To customize the Banner Based on the template selected, HTML5 Pushdown format starts with 320x50 or 970x55 banner. To customize banner dimension open index.html. Set initparam to required dimension and update creatives inside index.html to match new dimension. To customize the default Panel To customize the default Panel, first open panels/expand/index.html in an HTML-authoring environment so you can edit/alter all the html elements within <body> tag in the index.html to create your own creative content. Second, you may also want to make changes to the panels/default/styles/style.css based on your content design. Finally, open panels/default/scripts/script.js in JavaScript editing tool and add your own script for default Panel here. Below are the variable and function explanations for the template. Variables Variable Name closebutton, useractionbutton, clickthroughbutton, video, videocontainer Description Global variable(s) that will be used for define the HTML objects later. You may add/edit/remove the variable(s) if modify the HTML objects. adid, rnd, uid, ad These variables use to store values that are necessary when running the ad. Please do NOT make any change to these variables. Functions Function Name checkifadkitready initializecreative Description Check to see if the AdKit is initialized and then proceed to initialize creative. Initialize creative. You may add your own script here if Copyright 2015 Sizmek. All rights reserved. 8

10 you wish to execute a script when the creative is initialized. initializeglobalvariables initializeclosebutton addeventlisteners handleclosebuttonclick handleuseractionbuttonclick handleclickthroughbuttonclick pausevideo trackvideointeractions This is where we initialize the global variables for HTML objects. This is where we initialize close button, we based on the serving environment and custom variable to decide if we should display the close button here. This is where we add all the event listeners for the ad. Call this function to close the panel. This function also pause the video when there is a video. This function is an example for how we call and track the user action. Call this function for the default click-through. This function also pause the video when there is a video. This function pause the video. (video template only) This function initialize video tracking. Setting Up HTML5 Pushdown in Sizmek MDX 1. Archive the workspace into a new ZIP file, preserving the directory structure. You can do this with WinZip, 7Zip, or another archiving program. 2. In the Sizmek MDX, under Creative Assets, create a new Workspace by uploading the ZIP file. 3. Under the Ads section, create a new ad. 4. Set Ad Format to HTML5 Pushdown and fill out the form. 5. Please make sure to select latest HTML5 Pushdown format and not the old HTML5 Pushdown Banner. Note: On the Sizmek Platform, your user account will need access to the HTML5 Pushdown format in the list of available custom formats. If you do not have access to this format, please reach out to Support to gain permissions for this format. 6. Under Panels List, add default panel using following settings Panel Name: default Copyright 2015 Sizmek. All rights reserved. 9

11 Creative Asset: please select panels/expand/index.html from the root of workspace. Dimension: 320x50 / 970x66 Auto Expand on Mouseover: unchecked Delay Expansion: unchecked Auto Retract When: Never 7. For the Panel Settings, please make sure both Show Single Panel at a Time and Auto Expand Default Panel when Ad is Loaded are checked. 8. Set Default Panel Frequency to unlimited or the desired settings. 9. Add the Url for the default click-through. 10. Save the ad. 11. Create a new placement for the ad. Fill out the form. Set the Placement type to In Banner and the Banner size to 320x50 or 970x66 based on template selected. After you ve saved your placement, you can then generate preview tags to test on your web site. Custom Script Notice: Since the HTML5 Pushdown format is a HTML5 Custom Format, there is no need to attach a custom script since the appropriate one will be pulled in automatically. For reference, the following custom script is being used: Copyright 2015 Sizmek. All rights reserved. 10

12 Implementing an HTML5 Pushdown using Ad Builder Setting up new ad in Ad Builder HTML5 Pushdown format is available on Ad Builder. To access the Pushdown templates on Ad Builder, please go to Template Gallery from Ad Builder Welcome Screen and then go to advanced tab. You can find the HTML5 Pushdown templates under the following names. Please make sure to select latest HTML5 Pushdown format and not the old HTML5 Pushdown Banner. Template Name Video Banner Dimension Default Panel Dimension HTML5 Pushdown 320x50 Video Yes 320x50 320x415 HTML5 Pushdown 970x66 Video Yes 970x66 970x415 To create a new ad, simply select a template and then click on Create. The new ad will start with a template you selected. You can click icon underneath the Ad Builder logo on the top left corner of the Ad Builder to view default panel or banner. Now you can edit the panel/banner by changing, removing, or adding components based on your requirements. After you done with editing, you can click on Save to save the ad to Sizmek MDX and preview your ad. Customizing the HTML5 Pushdown in Ad Builder You may remove or replace any existing component in the template with your own creative assets. However, there are some things you need to be aware of: Removing the video If you wish to remove the video component, please make sure you go to the Actions & Animations for each button and remove Pause: video-container action from Tap/Click event. Changing the close button Copyright 2015 Sizmek. All rights reserved. 11

13 With Ad Builder, you should be able to style your own close button by using component Properties, but if you are removing the default close button and adding a close button, please make sure you go to the Actions & Animations and add the following action to Tap/Click event. Expandable Collapse, and select a panel target (default or the other name if you have made change to the panel name) If your ad contains video, it is recommended to add the following action prior to the Collapse action so the video can be paused when the panel collapses. Normally we will also make the Collapse action start 200ms after the Pause action. Video Action Pause, and select a video target (video-container or the one you create) Restrictions & Important Notes The HTML5 format supports the following components. Image Button Video Text Hotspot Shape The HTML5 Pushdown format supports one panel by default. It is not suggested that you create multiple panels with the HTML5 Pushdown format. The default panel in the template loads the required JavaScript using onload event. Please do not remove it or edit the JavaScript. Setting HTML5 Pushdown on Platform Once you have saved the ad to the platform, you can now use the settings from the Platform to setup your ad. 1. Go to Ad Settings on platform 2. For the Panel Settings, please make sure Show Single Panel at a Time 3. Save the ad. 4. Create a new placement for the ad. Fill out the form. Set the Placement type to In Banner and the Banner size to base on template selected. After you ve saved your placement, you can then generate preview tags to test on your web site. Copyright 2015 Sizmek. All rights reserved. 12

14 Custom Script Notice: Since the HTML5 Pushdown format is a HTML5 Custom Format and support workspace and Ad Builder template. Custom script logic will be called when Ad is created from workspace and not for Ad created from Ad Builder. Ad Builder contains those pushdown and other feature in build and not required any custom script implementation to correctly push page content down side., So, Custom script logic will not be called but still custom script will be attached to Ad: Copyright 2015 Sizmek. All rights reserved. 13

15 Custom Variables Custom variables mentioned below are strictly for Ad created from workspace and will not have any effect when Ad is created from Ad Builder. Variable Name Type Description Default Value mdautorepositioninterval Integer Auto reposition panel after several time interval. mdeasingtype String Easing setting for panel expansion and collapse 0 >0 ease-in-out Accepted Values None Linear ease-in ease-out ease-in-out mdanimationduration Integer Time taken for panel to run expand and collapse animation mdisfullscreen Boolean If set to True, panel will expand to full screen. This variable is strictly to be used with full screen template. 1 >0 False True / False Copyright 2015 Sizmek. All rights reserved. 14

16 Reported Custom Interactions Currently, there are no custom interactions reported in the template, however, ad developers can always add their own custom interactions by using the following call. EB.userActionCounter(); Copyright 2015 Sizmek. All rights reserved. 15

17 Change Log April 26, 2016 Initial release (v 1.0.0) May 2, 2016 (v 1.0.1) Dropped Non-Video templates from Ad Builder template list. Copyright 2015 Sizmek. All rights reserved. 16

18 Notice The information contained in this document is proprietary and confidential to Sizmek and/or any of its affiliated companies. Disclosure, copying, reproduction, storing or any use of this document or any part thereof without the express prior, written consent of Sizmek or its authorized representatives is strictly prohibited. The information furnished in this document is believed to be accurate and reliable. However no responsibility is assumed by Sizmek for the use of this information. Sizmek reserves the right to make changes to the information included in this document at any time and without notice. Copyright 2014 Sizmek. All rights reserved. Flash is either a registered trademark or trademark of Adobe Systems Incorporated in the United States and/or other countries. Trademark Note: Sizmek, the Sizmek logo, Sizmek Rich Media, Sizmek Mobile, Sizmek Video, Sizmek Channel Connect, Sizmek Workshop, etc. are trademarks and/or registered trademarks of Sizmek. All other trademarks are the property of their respective owners.

HTML5 Standard Banner

HTML5 Standard Banner Sizmek Formats HTML5 Standard Banner Build Guide Table of Contents Overview... 2 Supported Platforms... 3 Demos/Downloads... 3 Known Issues... 3 Recommended Specs... 3 Implementing an HTML5 Standard Banner...

More information

Sizmek Formats. HTML5 Page Skin. Build Guide

Sizmek Formats. HTML5 Page Skin. Build Guide Formats HTML5 Page Skin Build Guide Table of Contents Overview... 2 Supported Platforms... 7 Demos/Downloads... 7 Known Issues:... 7 Implementing a HTML5 Page Skin Format... 7 Included Template Files...

More information

Spotify Homepage Takeover

Spotify Homepage Takeover Formats Spotify Homepage Takeover Build Guide Table of Contents Overview... 2 Supported Platforms... 3 Known Issues... 3 Implementing a Spotify Homepage Takeover... 3 Included Template Files... 3 HTML...

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

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

More information

Sizmek Formats. Collage. Build Guide

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

More information

Sizmek Formats. Swell. Build Guide

Sizmek Formats. Swell. Build Guide Formats Swell Build Guide Table Of Contents Overview... 4 Supported Platforms... 4 Specifications... 4 Known Issues... 4 Ad Behavior Screenshots... 5 Before you Begin... 6 Template Included Files... 6

More information

SizmekFeatures. HTML5JSSyncFeature

SizmekFeatures. HTML5JSSyncFeature Features HTML5JSSyncFeature Table of Contents Overview... 2 Supported Platforms... 2 Demos/Downloads... 3 Note... 3 For Tags Served in iframes... 3 Features... 3 Use Case... 3 Included Files... 4 Implementing

More information

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files...

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files... Table of Contents Overview... 2 Supported Platforms... 3 Demos/Downloads... 3 Known Issues... 3 Note... 3 Included Files... 5 Implementing the Block... 6 Configuring The HTML5 Polling Block... 6 Setting

More information

Overview... 2. Included Files... 6. Implementing the Block... 7

Overview... 2. Included Files... 6. Implementing the Block... 7 Overview... 2 The DCO Block Templates...2 DCO Apparel Template Block...3 DCO Auto Template Block...4 Supported Platforms...5 Demos/Downloads...5 Benefits...5 Use Case...6 Included Files... 6 Implementing

More information

Sizmek. Sizmek Formats. Custom Header. Build Guide. Copyright 2014 Sizmek. All rights reserved. 1

Sizmek. Sizmek Formats. Custom Header. Build Guide. Copyright 2014 Sizmek. All rights reserved. 1 Sizmek Formats Custom Header Build Guide 1 Table Of Contents Overview... 3 Supported Platforms... 7 Specifications... 8 Known Issues... 8 Ad Interaction Tracking... 8 Ad Clickthrough... 9 Template Included

More information

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

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

More information

Table of Contents. Overview... 2. Supported Platforms... 3. Note... 3. Demos/Downloads... 3. Known Issues... 4. Use Case... 4

Table of Contents. Overview... 2. Supported Platforms... 3. Note... 3. Demos/Downloads... 3. Known Issues... 4. Use Case... 4 Table of Contents Overview... 2 Supported Platforms... 3 Note... 3 Demos/Downloads... 3 Known Issues... 4 Use Case... 4 Included Files and Parameters... 5 Implementing the Block... 7 Setting Up A Nimbb

More information

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

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 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

Sizmek Features. Wallpaper. Build Guide

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

More information

ONLINE PREVIEWER MANUAL

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

More information

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5 Image Upload... 2 Known Issues...3 Implementing the Block...4 Using Adobe SWC files...4 Configuring in Flash...5 Setting Up in the Sizmek MDX Platform...8 Image Upload The Image Upload Block enables advertisers

More information

ONLINE ADVERTISING SPECIFICATIONS

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

More information

NEC CLOUD STORAGE. Demo Guide

NEC CLOUD STORAGE. Demo Guide NEC CLOUD STORAGE Demo Guide 2014 1 INTRODUCTION... 4 1.1 GOALS OF THIS DOCUMENT... 4 1.2 TERMS, ACRONYMS AND ABBREVIATIONS... 4 2 INTRODUCTION TO NEC CLOUD STORAGE... 5 2.1 WHAT IS NEEDED TO USE CLOUD

More information

Self Testing with MoPub SDK

Self Testing with MoPub SDK Self Testing with MoPub SDK What: SimpleAds Demo is an iphone and Android application that displays the three basic type of ads offered through MoPub Banner (320x50), MRect (300x200), and Interstitial

More information

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

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

More information

Ad Specifications and Guidelines

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

More information

Unit Dimension 234 x 60 Flash Version Flash 10/AS 3.0. 30KB maximum file size. Flash Version Flash 10/AS 3.0

Unit Dimension 234 x 60 Flash Version Flash 10/AS 3.0. 30KB maximum file size. Flash Version Flash 10/AS 3.0 MSN Windows Live Messenger Interactive Panel ad Kit Ad Format Description Expandable banner Interactive panel is a Rich media ad unit with a 3D FLIP feature. On user interaction the panel expands and rotates

More information

MediaMind Pushdown Banner Creation Using the Workshop

MediaMind Pushdown Banner Creation Using the Workshop MediaMind Pushdown Banner Creation Using the Workshop Step 1 Open up the MediaMind Workshop (if you don t have this installed, you can download the files here.) This must be installed when creating ads

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

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

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

More information

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015 FEBRUARY 2015 MOBILE ATTENDEE GUIDE ON24 s Mobile Webcasting console allows you to bring your webcast directly to your audience, regardless of location. Users on mobile devices can register, attend, and

More information

Website Creator Pro Quick Reference Guide. Version: 0.5

Website Creator Pro Quick Reference Guide. Version: 0.5 Website Creator Pro Quick Reference Guide Version: 0.5 Contents 1. Introduction 3 2. Navigation 4 2.1. Top Bar 4 2.1.1. Tabs 4 2.1.2. Buttons 4 2.2. Website Structure Fly-Out 4 3. Usage 5 3.1. Editor 5

More information

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014

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

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

A Step-by-Step Patient Guide to Upload Medical Images to the Cleveland Clinic Neurological Institute

A Step-by-Step Patient Guide to Upload Medical Images to the Cleveland Clinic Neurological Institute A Step-by-Step Patient Guide to Upload Medical Images to the Cleveland Clinic Neurological Institute Cleveland Clinic 1995-2014. All Rights Reserved. v.08.05.14 Table of Contents Get Started Step 1: Locate

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Getting Started with Adobe Connect. Div of IT Learning Technologies

Getting Started with Adobe Connect. Div of IT Learning Technologies Getting Started with Adobe Connect Div of IT Learning Technologies Contents Introduction to Adobe Connect... 3 Technical Specifications... 3 Creating Meetings... 4 Meeting User Roles... 5 Managing Audio

More information

Welcome to Corel VideoStudio Pro X5

Welcome to Corel VideoStudio Pro X5 Contents Welcome to Corel VideoStudio Pro X5............................ 2 New Features and Enhancements................................ 4 Getting to Know the Workspace.................................

More information

MetService Online Advertising Technical Specifications

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

More information

Student Getting Started Guide

Student Getting Started Guide with with Student Getting Started Guide TABLE OF CONTENTS Table of Contents FIRST STEPS TO ENSURE SUCCESS... 3 Ensure System Requirements are met on Your Computer... 3 Find Out Which Operating System Is

More information

RSW. Responsive Fullscreen WordPress Theme

RSW. Responsive Fullscreen WordPress Theme RSW Responsive Fullscreen WordPress Theme Thank you for purchasing this theme. This document covers the installation and Setting up of the theme. Please read through this Help Guide if you experience any

More information

Avira Secure Backup INSTALLATION GUIDE. HowTo

Avira Secure Backup INSTALLATION GUIDE. HowTo Avira Secure Backup INSTALLATION GUIDE HowTo Table of contents 1. Introduction... 3 2. System Requirements... 3 2.1 Windows...3 2.2 Mac...4 2.3 ios (iphone, ipad and ipod touch)...4 3. Avira Secure Backup

More information

Adobe Connect Support Guidelines

Adobe Connect Support Guidelines THINK TANK Online Services Adobe Connect Support Guidelines Page 1 Contents Introduction... 4 What is Adobe Connect?... 4 Adobe Connect Usage Quick Guide... 4 Items Required for Accessing Think Tank Online

More information

Intel HTML5 Development Environment. Tutorial Building an Apple ios* Application Binary

Intel HTML5 Development Environment. Tutorial Building an Apple ios* Application Binary Intel HTML5 Development Environment Tutorial Building an Apple ios* Application Binary V1.02 : 08.08.2013 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

ADVERTISING SPECS. Base File Weight

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

More information

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

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

More information

Advertising Specifications, Standards and Guidelines

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

More information

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip Oracle Fusion Middleware Customization and Branding Guide for Oracle Mobile Security Suite Release 3.0 E51967-01 February 2014 Oracle Mobile Security Suite enhances employee productivity by allowing secure

More information

Advanced Layer Popup Manual DMXzone Advanced Layer Popup Manual

Advanced Layer Popup Manual DMXzone Advanced Layer Popup Manual Advanced Layer Popup Manual Page 1 of 42 Index Index... 2 About Advanced Layer Popup... 3 Features...3 Create a popup window with an image... 6 Introduction...6 Simple Layer Popup with an image...6 Applying

More information

Unified Meeting 5 User guide for MAC

Unified Meeting 5 User guide for MAC Unified Meeting 5 User guide for MAC Unified Meeting 5 is a web based tool that puts you in complete control of all aspects of your meeting including scheduling, managing and securing your meetings.. Whether

More information

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix Subject: Citrix Remote Access using PhoneFactor Authentication ATTENTION: End users should take note that Main Line Health has not verified within a Citrix environment the image quality of clinical cal

More information

IAB Full page flex Mobile Rising Star Ad Unit

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

More information

Intel HTML5 Development Environment Article Using the App Dev Center

Intel HTML5 Development Environment Article Using the App Dev Center Intel HTML5 Development Environment Article Using the App Dev Center v1.06 : 06.04.2013 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Drobo How-To Guide Drobo Apps - Configuring Copy Replication

Drobo How-To Guide Drobo Apps - Configuring Copy Replication The Drobo 5N provides easy, affordable networked attached storage for the connected home or small office. Copy, a new cloud- based service from Barracuda, provides users with the easiest place to store,

More information

Help. F-Secure Online Backup

Help. F-Secure Online Backup Help F-Secure Online Backup F-Secure Online Backup Help... 3 Introduction... 3 What is F-Secure Online Backup?... 3 How does the program work?... 3 Using the service for the first time... 3 Activating

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

Using Impatica for Power Point

Using Impatica for Power Point Using Impatica for Power Point What is Impatica? Impatica is a tool that will help you to compress PowerPoint presentations and convert them into a more efficient format for web delivery. Impatica for

More information

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad.

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. Introduction TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. With TouchCopy you can back up your music to itunes or your computer. But that's just the beginning,

More information

BT MEDIA JOOMLA COMPONENT

BT MEDIA JOOMLA COMPONENT BT MEDIA JOOMLA COMPONENT User guide Version 1.0 Copyright 2013Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...3 Related Topics:...3 Product Features...3 Installing and Upgrading...4

More information

VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC

VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC USER MANUAL 25206A ABOUT THIS MANUAL Thank you for getting the Boogie Board Sync 9.7 LCD ewriter. This manual will help you with the Sync Virtual Desktop Companion

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace

More information

DroboAccess User Manual

DroboAccess User Manual DroboAccess User Manual Release 8.2 The DroboAccess developers June 02, 2016 CONTENTS 1 DroboAccess 8.2 User Manual Introduction 1 2 Configuration of DroboAccess 8.2 3 2.1 Users, passwords and share management................................

More information

GENERAL TRAINING ACCOUNTS

GENERAL TRAINING ACCOUNTS GENERAL What is Box at Fresno State? Box at Fresno State is a simple, reliable, and secure online file storage and sharing service. Box provides secure access to files at work, off campus and from most

More information

Mobile Connect for USA Mobility Pagers for iphone

Mobile Connect for USA Mobility Pagers for iphone User Guide for Mobile Connect for USA Mobility Pagers for iphone Amcom Software, Inc. Copyright Mobile Connect 3.5 Document Version 1.0 Last Saved Date: September 19, 2013 Copyright 2003-2013 Amcom Software,

More information

How To Install the Virtual Learning App

How To Install the Virtual Learning App Table of Contents Installation Instructions... 2 MAC: Using Firefox... 2 MAC: Using Chrome... 6 Disabling PepperFlash... 9 MAC: Using Safari Unsafe Mode We Can t Control So Use Firefox or Chrome... 11

More information

Technical Specifications for Advertising

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

More information

SBS ONLINE ADVERTISING SPECS SBS JANUARY 2015

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

More information

Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device

Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device Table of Contents Introduction...2 Backing Out Cloud Mode...2 Indoor Camera Factory Reset...2 Outdoor Camera

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application Kony MobileFabric Kony MobileFabric Messaging Demo App QuickStart Guide (Building a Sample Application Apple ios) Release 6.5 Document Relevance and Accuracy This document is considered relevant to the

More information

Dartmouth College Technical Support Document for Kronos PC version

Dartmouth College Technical Support Document for Kronos PC version Dartmouth College Technical Support Document for Kronos PC version Contents How to Save the Kronos URL as a Favorite or Bookmark... 2 Internet Explorer... 2 Firefox... 4 Possible Problems When Logging

More information

Guide to PDF Publishing

Guide to PDF Publishing Guide to PDF Publishing Alibre Design 9.2 Copyrights Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

ACE: Dreamweaver CC Exam Guide

ACE: Dreamweaver CC Exam Guide Adobe Training Services Exam Guide ACE: Dreamweaver CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

Generating an Apple Enterprise MDM Certificate

Generating an Apple Enterprise MDM Certificate Good Mobile Control Server Generating an Apple Enterprise MDM Certificate Updated 09/30/11 Overview... 1 Generating Your Apple Certificate Using a Mac... 1 Generating Your Apple Certificate Using Windows...

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management AT&T Business Messaging Account Management Admin User Guide December 2015 1 Copyright 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...

More information

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER

BarTender Print Portal. Web-based Software for Printing BarTender Documents WHITE PAPER BarTender Print Portal Web-based Software for Printing BarTender Documents WHITE PAPER Contents Overview 3 Installing Print Portal 4 Configuring Your Installation 4 Supported Printing Technologies 5 Web

More information

Using the owncloud Android App

Using the owncloud Android App Using the owncloud Android App Accessing your files on your owncloud server via the Web interface is easy and convenient, as you can use any Web browser on any operating system without installing special

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website.

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website. WIX: Building a Website with a Template Choosing a Template First you will need to choose a template from the Create section of the Wix website. To choose a template: 1. Go to wix.com. 2. From the top

More information

Quick Guide to the Cascade Server Content Management System (CMS)

Quick Guide to the Cascade Server Content Management System (CMS) Quick Guide to the Cascade Server Content Management System (CMS) Waubonsee Community College Cascade Server Content Administration January 2011 page 1 of 11 Table of Contents Requirements...3 Logging

More information

Advertising on Onet.pl. Ad products specification

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

More information

CINSAY RELEASE NOTES. Cinsay Product Updates and New Features V2.1

CINSAY RELEASE NOTES. Cinsay Product Updates and New Features V2.1 CINSAY RELEASE NOTES Cinsay Product Updates and New Features V2.1 2011, 2012, 2013 Cinsay, Inc. All rights reserved. Use of the Cinsay software to which this document relates is governed by, and subject

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

User Experience Enhancements...2 New Mobile and Social...3. Click to Cloud Connectors...3 Media Gallery...4 Mobile...5

User Experience Enhancements...2 New Mobile and Social...3. Click to Cloud Connectors...3 Media Gallery...4 Mobile...5 June 2013 Update Table of Contents User Experience Enhancements...2 New Mobile and Social...3 Click to Cloud Connectors...3 Media Gallery...4 Mobile...5 Chat Enhancements Rich Client...6 Screen capture...6

More information

Mobile Print/Scan Guide for Brother iprint&scan

Mobile Print/Scan Guide for Brother iprint&scan Mobile Print/Scan Guide for Brother iprint&scan Version K ENG Definitions of notes We use the following note style throughout this user s guide: specifies the operating environment, conditions for installation,

More information

UHR Training Services Student Manual

UHR Training Services Student Manual UHR Training Services Student Manual October 2012 1 Logging in to CareWorks Clicking the copyright symbol on the bottom left of the footer takes you to the sign-in screen and then to the control panel.

More information

ADVERTISING SPECS INSTRUCTIONS & BEST PRACTICES

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

More information

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

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

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Dashboard Builder TM for Microsoft Access

Dashboard Builder TM for Microsoft Access Dashboard Builder TM for Microsoft Access Web Edition Application Guide Version 5.3 5.12.2014 This document is copyright 2007-2014 OpenGate Software. The information contained in this document is subject

More information

Merchandising with Adobe Digital Publishing Suite

Merchandising with Adobe Digital Publishing Suite Merchandising with Adobe Digital Publishing Suite Drive additional revenue through a Custom Store with Digital Publishing Suite, Enterprise Edition Table of contents 1: Business advantages of a Custom

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Please select one of the topics below.

Please select one of the topics below. Thanks for choosing WYSIWYG Web Builder! In this section we will give a short introduction to Web Builder so you can start building your web site in (almost) no time. Please select one of the topics below.

More information

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202 1.877.204.6679 www.fourwindsinteractive.com 3012 Huron Street sales@fourwindsinteractive.com Denver CO 80202 5.1 Features Copyright 2014 Four Winds Interactive LLC. All rights reserved. All documentation

More information

Unbranded Partner Site Customization Guide

Unbranded Partner Site Customization Guide Unbranded Partner Site Customization Guide Contents 3 Hi There! 4 Customization Checklist 5 Site Overview 8 What You Need 9 How to use Triangle 13 Site Structure 15 Customization 2 Hi There! Congratulations

More information

Frog VLE Update. Latest Features and Enhancements. September 2014

Frog VLE Update. Latest Features and Enhancements. September 2014 1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...

More information

LEVEL 3 SM XPRESSMEET SOLUTIONS

LEVEL 3 SM XPRESSMEET SOLUTIONS LEVEL 3 SM XPRESSMEET SOLUTIONS USER GUIDE VERSION 2015 TABLE OF CONTENTS Level 3 XpressMeet Calendar...3 Level 3 SM XpressMeet Outlook Add-In...3 Overview...3 Features...3 Download and Installation Instructions...

More information

Windows 10: A Beginner s Guide

Windows 10: A Beginner s Guide Windows 10: A Beginner s Guide Copyright 2014 Conceptual Kings. All are rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever without the express written

More information

Frequently Asked Questions for the USA TODAY e-newspaper

Frequently Asked Questions for the USA TODAY e-newspaper Frequently Asked Questions for the USA TODAY e-newspaper Navigating the USA TODAY e-newspaper A look at the toolbar Toolbar Functions, Buttons, and Descriptions The tab marked Contents will take the e-reader

More information