How To Create A Native Ad On A Nast On A Pc Or Mac Or Ipad (For Android) On A Mac Or Mac) On Pc Or Ipa (For Mac Or Pc) On An Android Or Ipam (For Pc Or

Size: px
Start display at page:

Download "How To Create A Native Ad On A Nast On A Pc Or Mac Or Ipad (For Android) On A Mac Or Mac) On Pc Or Ipa (For Mac Or Pc) On An Android Or Ipam (For Pc Or"

Transcription

1 NATIVE AD SERVING TEMPLATE (NAST) VERSION 1.0 Released Feb 15, 2014

2 Document Summary The NAST Standard is a first attempt to standardize the transfer of native advertising units in advertising by providing a universal XML Schema for serving native advertising assets to ad servers, ad exchanges, and mobile devices. This document will be updated as native advertising on the web and in mobile progresses. Who is behind NAST? The project was initiated by mobile ad exchange MobFox on January 30 th, 2014 as there was an urgent internal need for a native advertising standard that could easily be used within OpenRTB. Contributors - Julian Zehetmayr, MobFox - Adrian Gligor, MobFox Becoming a Contributor To become a contributor to the NAST Project please visit our public repository at or e- mail to nast@mobfox.com Version History March 25 th, 2014: Cleaned up Document and finalized OpenRTB Extension Version 1.0 February 15 th, 2014: Change of Structure inside Version 0.6 February 5 th, 2014: Launch of the Initiative Version 0.5 Additional Information & Documents - NAST OpenRTB Extension NATIVE- AD_EXTENSION_1.0_FINAL3.pdf

3 1.1 What is NAST? A single NAST XML response can include multiple native advertisements. Each native advertisement itself consists of multiple Creative Assets (Image, Text and XHTML), multiple Action Elements (e.g. Click) and multiple Tracking Elements (e.g. Impression Pixels) 1.2 How NAST works Generally, serving a NAST native ad involves an ad server requesting a NAST response and a client parsing and displaying the ad as well as firing off any tracking pixels included in the NAST response. NAST Request The ad server or client makes a call to the ad server or demand side platform that returns a NAST compliant response. Parse & Display NAST Response The ad server or client parses the NAST response and displays one of more NAST ads. Fire Tracking Events The client fires off any impression or click tracking events declared in the NAST response. 1.3 Rendering a NAST ad When rendering a NAST response, it is advised that you coordinate and seek approval from the DSP/Advertiser/Network that you are obtaining the NAST response from making sure that you are displaying all native assets as they are intended to be rendered.

4 NAST XML Structure A NAST ad response should be a well- formatted XML document compliant with XML 1.0 A NAST compliant XML consists of many different elements. The following pages will go through and explain every part of the NAST structure step- by- step. 2.0 Opening a NAST Tag A NAST ad response is declared with <NAST> as the top- most element including the version attribute that defines which official NAST version the ad response is compliant with. As an example, this is how a NAST 1.0 response would be opened: <NAST version= 1.0 > <! Native Ads will go here à 2.1 Declaring an <Ad> A single NAST ad response can consist of multiple individual ads, with each ad being separated by an <Ad> element. Each ad must include a type attribute that defines the nature of ad that is being served. For a list of available ad types, please refer to Section 3.1 of this document. As an example, this is how an ad is defined within a NAST response: <NAST version= 1.0 > <Ad id="1" type= app content= com.king.candycrushsaga > <! Ad Details go here --> Available <Ad> Attributes Attribute Name id Optional ID of the Ad type Optional Nature of the Native Ad. See Section 3.1 content Optional Optional. Details of the Content

5 that is being advertised. In the above case the App Bundle ID is being used. 2.2 The Element An ad element consists of multiple Elements that that define the creative representation of the native ad. As an example, this is how the Element is defined in a NAST response: <NAST version= 1.0 > <Ad id="1" type= app > <! Assets go here --> Available Elements Element Name Image Text XHTML Image Element Text Element XHTML Element 2.3 The <Image> Element An <Image> Element is used inside to define one or more image creatives for a native ad. A single image can be defined with <Image> along with the attributes height, width, and the image url in the content of the <Image> element. As an example, this is how a single image is defined in a NAST response: <NAST version= 1.0 > <Ad id="1" type= app > <Image id="1" type= icon width= 75 height= 75 >

6 Available <Image> Attributes Element Name id Optional Numeric ID of the Asset width Required Width of the Image height Required Height of the Image type Optional Type of the Image. See Section The <Text> Element A <Text> Element is used inside to define one or more text assets for a native ad. A single text asset can be defined with <Text> along with the type attribute and the actual text string in the content of the <Text> element. As an example, this is how a single text element is defined in a NAST response: <NAST version= 1.0 > <Ad id="1" type= app > <Text id="1" type= headline >Candy Crush Saga for ios</text> Available <Text> Attributes Element Name id Optional Numeric ID of the Asset type Optional Type of the Text Asset. See Section The <XHTML> Element

7 Somtimes, an advertiser might want to enhance a Native Ad with dynamic content that cannot be easily put into the context of a NAST response. This is why the <XHTML> element can be used to pass dynamic assets in addition to native assets. Dynamic Assets can range from embedded YouTube Videos to Rich Media Content. An <XHTML> Element is used inside to define one or more dynamic HTML assets for a native ad. A single XHTML asset can be defined with <XHTML> along with the type and content attributes and the actual HTML markup in the content of the <XHTML> element. When the type of XHTML is known by the Publisher and a content value is being provided in the VAST tag, the Publisher may choose to render the XHTML himself instead of displaying the pre- formatted XHTML. Important: XHTML Content should always have a CDATA tag wrapped around to make sure that it doesn t corrupt the NAST XML. As an example, this is how a single XHTML asset is defined in a NAST response: <NAST version= 1.0 > <Ad id="1" type= app > <XHTML id="1" type= youtube_video content="video_id"> <![CDATA[<iframe class="youtube-player" type="text/html" width="300" height="385" src=" frameborder="0"></iframe>]]> </XHTML> Available <XHTML> Attributes Element Name id Optional ID of the Asset type Optional Type of the XHTML Asset. See Section 3.4 content Optional Additional Information about the XHTML Content e.g. YouTube Video ID

8 2.6 The <Actions> and <Action> Elements Note: This Element is already outside the Element. An <Actions> Element is used inside <Ad> to define one or more actions for a native ad. Inside <Actions>, a single action can be defined with <Action> along with the type attribute and the action URL in the content of the <Action> element. As an example, this is how a click action / URL is defined in a NAST response: <NAST version= 1.0 > <Ad id="1" type= app > <! Assets go here à <Actions> <Action id="1" Type= click > </Actions> Available <Action> Attributes Element Name id Optional ID of the Action type Required Type of the Action. See Section The <Trackers> and <Tracker> Elements A <Trackers> Element is used inside <Ad> to define one or more tracking pixels for a native ad. Inside <Trackers>, a single tracking pixel can be defined with <Tracker> along with the type attribute and the Pixel URL in the content of the <Tracker> element.

9 Note: If you have a NAST response with multiple <Ad> elements, you must only fire tracking pixels of each individual <Ad> once they have been shown to the end user. As an example, this is how an impression pixel is defined in a NAST response: <NAST version="1.0"> <Ad id="1" type="app"> <! Assets go here à <Trackers> <Tracker id="1" type= impression > </ Trackers > Available <Tracker> Attributes Element Name id Optional ID of the Tracker type Required Type of the Pixel. See Section Closing the <Ad> and NAST Response That s it. Once all, <Actions> and <Trackers> have been defined, the individual ad must be closed with and the NAST response with 2.9 The <Extension> Element The <Extension> Element can be used inside the <Ad> Element to transport custom data that cannot be transported in the standard NAST context. In the example below, an extension is added to the <Ad> node. <NAST version= 1.0 > <Ad id="1" type= app >

10 <! Assets go here --> <Extension> <! Custom XML goes here --> </Extension> 3.1 NAST Ad Types The <Ad type=""> attribute should be used to categorize the native ad that is being returned in the NAST response. For example, categorizing the ad as an app ad allows Mobile Publishers to only show a NAST ad when it is promoting a mobile app. The following Ad Types are available: Ad Type app content video social news audio commerce Promotion of an App Promotion of general content Promotion of Video content Promotion of Social Content Promotion of News Content Promotion of Audio Content Promotion of Commerce Content 3.2 Image Types The <Image type=""> attribute should be used to categorize images that are being returned in a NAST ad. This should allow the Publisher to select the right type of images when a NAST ad contains multiple images. The following Image Types are available: Image Type main icon The Main Image of the Ad. Recommended Size: 1200x627 An Icon for the Ad

11 3.3 Text Types The <Text type=""> attribute should be used to categorize text assets that are being returned in a NAST ad. This should allow the Publisher to display the right type of text at the right place when a NAST ad contains multiple text assets. The following Text Types are available: Text Type headline main tagline advertiser cta url rating A Headline or Title for the Native Ad The Main / Text of the Ad Tagline Name of the Advertiser Call to Action Text e.g. Install Now Display URL of the Ad Values 1-5 for App Ratings 3.4 XHTML Types The <XHTML type=""> attribute should be used to categorize XHTML assets that are being returned in a NAST ad. This should allow the Publisher to display the right type of XHTML in the right place when a NAST ad contains multiple XHTML assets. The following XHTML Types are available: XHTML Type xhtml youtube_video vimeo_video video mraid Any Type of XHTML YouTube Video Vimeo Video Video File MRAID Rich Media 3.5 Action Types The <Action type=""> attribute should be used to categorize Actions that are returned with a NAST ad. For Example, classifying an Action as a click action would make this action the click URL of the ad. The following XHTML Types are available:

12 Action Type click Click URL of the Ad. Should be treated as default action if no action type given. 3.6 Pixel Types The <Pixel type=""> attribute should be used to categorize Tracking Pixels that are returned with a NAST ad. For Example, classifying a Pixel as an impression pixel would mean that the pixel is called when an impression occurs. The following XHTML Types are available: Pixel Type impression click Pixel called at Ad Impression. Should be treated as default action if no action type given. Pixel called when Ad is Clicked 4.0 NAST Examples The following pages include several full NAST ad response examples along with screenshots of the ads should be rendered. Please note that some of the example ads shown might not be real NAST ads but used for demonstration purpose only within this document. 4.1 Facebook In- Stream Native Ad

13 Screenshot with Explanations near the Elements: Full NAST Response:

14 <?xml version="1.0" encoding="utf- 8"?> <NAST version="0.5"> <Ad id="1" type="app" content=" "> <Image id="1" type="main" width="1200" height="627"> <Text id="2" type="headline">clash of Clans</Text> <Text id="3" type="main">lead your clan to victory in this epic combat strategy game!</text> <Text id="4" type="other">1,000,000 people play this</text> <Text id="5" type="cta">install Now</Text> <Text id="6" type="rating">4.8</text> <Actions> <Action id="1" type="click"> url.com/click.php</action> </Actions> <Trackers> <Tracker id="1" type="impression"> <Tracker id="2" type="click"> </Trackers> 4.2 YouTube In- Stream Video Screenshot with Explanations near the Elements:

15 Full NAST Response: <NAST version="0.5"> <Ad id="1" type="video" content=" <Text id="1" type="headline">every Day should be the Super Bowl</Text> <Text id="2" type="advertiser">mobfox</text> <XHTML id="3" type="youtube_video" content="zkfapeicmug"> <![CDATA[<iframe width="560" height="315" src="// frameborder="0" allowfullscreen></iframe>]]> </XHTML> <Actions> <Action id="1" type="click"> </Actions> <Trackers> <Tracker id="1" type="impression"> > <Tracker id="2" type="click"> </Trackers>

16 4.3 In- Stream App Promotion Screenshot with Explanations near the Elements: Full NAST Response: <NAST version="0.5"> <Ad id="1" type="app" content=" "> <Image id="1" type="icon" height="1024" width="1024"> 4ea0-263b- 183c26eef83c/mzl.lulypwtz.png</Image> <Text id="2" type="headline">hay Day</Text> <Text id="3" type="rating">5</text> <Text id="4" type="cta">install</text> <Actions> <Action id="1" type="click"> </Actions> <Trackers> <Tracker id="1" type="impression"> <Tracker id="2" type="click"> </Trackers>

Advertising Specifications V2.0

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

More information

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

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

More information

A Complete Guide To. OpenRTB 2.3. Making Sense Of Programmatic Native Advertising

A Complete Guide To. OpenRTB 2.3. Making Sense Of Programmatic Native Advertising A Complete Guide To OpenRTB 2.3 Making Sense Of Programmatic Native Advertising Table Of Contents Introduction How Native RTB Works Native Requests Section 4.1 of Native Ads Spec Section 4.2 of Native

More information

Adobe Social Product Capabilities. Publish Anywhere

Adobe Social Product Capabilities. Publish Anywhere Adobe Social Product Capabilities Publish Anywhere Publishing is the most-used capability within Adobe Social. With Publish Anywhere, Adobe Social s modular new publishing experience, users can now create

More information

Copyright 2010 Netbriefings, Inc. Page1 agendalayout-wr2010.doc

Copyright 2010 Netbriefings, Inc. Page1 agendalayout-wr2010.doc Following presents web pages an event viewer (web audience member) will encounter when attending a Netbriefings event: Event Agenda, Event Viewer and Event Registration. (The appearance of the registration

More information

AD UNIT SPECIFICATIONS SEP 2015

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

More information

Digital Video Ad Serving Template (VAST) Released October 2008

Digital Video Ad Serving Template (VAST) Released October 2008 Digital Video Ad Serving Template (VAST) Released October 2008 This document has been developed by the IAB Digital Video Committee. Document Version 1.11 Main Author Ari Paparo - Google Date 10/30/2008

More information

Overview. How It Works

Overview. How It Works Overview Email is a great way to communicate with your alumni and donors. It s agile, it can be interactive, and it has lower overhead than print mail. Our constituents are also becoming more and more

More information

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

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

More information

Media Pack Mobile Display Global 2012/13

Media Pack Mobile Display Global 2012/13 MobFox Premium & Performance Network Media Pack Mobile Display Global 2012/13 MobFox UK 1 Lower John Street W1F 9DT London, UK www.mobfox.com MobFox Global network overview the background Since our inception

More information

Videoplaza Creative Specification 12 th of March 2012

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

More information

Shazam In App Advertising TECHNICAL SPECIFICATIONS

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

More information

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

Video Ad Exam. 01 Types of Video Ads. 02 Using Video Ads. 03 Making a Video. 04 Creating a Campaign. 05 Campaign Settings. 06 Companion Banner

Video Ad Exam. 01 Types of Video Ads. 02 Using Video Ads. 03 Making a Video. 04 Creating a Campaign. 05 Campaign Settings. 06 Companion Banner Video Ad Exam 01 Types of Video Ads 02 Using Video Ads 03 Making a Video 04 Creating a Campaign 05 Campaign Settings 06 Companion Banner 07 Mastheads 08 Optimized Rotations 09 Call to Action Overlay 10

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

Projects on domain.com.au User guide

Projects on domain.com.au User guide Projects on domain.com.au User guide Contents Getting started 3 Creating your project 4-9 Adding listings to your project 10 Premium and Standard Projects - specs 11 2 Need help? Call 1300 799 109 Email

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Tracking True & False Demystifying Recruitment Marketing Analytics

Tracking True & False Demystifying Recruitment Marketing Analytics Tracking True & False Demystifying Recruitment Marketing Analytics THE CANDIDATE JOURNEY SIMPLIFIED THE DECISION CYCLE SIMPLIFIED Awareness & Attraction Research & Decision Conversion Action THE CANDIDATE

More information

TECHNICAL SPECIFICATIONS

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

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

Mobile Discrepancancies

Mobile Discrepancancies Mobile Discrepancancies FAQs 2013 Contents Section One - Discrepancies What are the top reasons for discrepancies? 2 What are the basic checks I should be doing to reduce discrepancies? 3 How can different

More information

Creating a Website with Google Sites

Creating a Website with Google Sites Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,

More information

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1 KFUPM Web Content Management System powered by SharePoint 2010 1 Sample Department Site Site Actions Steps to login for administrators Navigate to your website and type in the url /admin.aspx

More information

Mobile Technical Specifications

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

More information

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

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd.

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Draft Response for delivering DITA.xml.org DITAweb Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Contents Contents... 2 Background... 4 Introduction... 4 Mekon DITAweb... 5 Overview of

More information

My IC Customizer: Descriptors of Skins and Webapps for third party User Guide

My IC Customizer: Descriptors of Skins and Webapps for third party User Guide User Guide 8AL 90892 USAA ed01 09/2013 Table of Content 1. About this Document... 3 1.1 Who Should Read This document... 3 1.2 What This Document Tells You... 3 1.3 Terminology and Definitions... 3 2.

More information

PubMatic Android SDK. Developer Guide. For Android SDK Version 4.3.5

PubMatic Android SDK. Developer Guide. For Android SDK Version 4.3.5 PubMatic Android SDK Developer Guide For Android SDK Version 4.3.5 Nov 25, 2015 1 2015 PubMatic Inc. All rights reserved. Copyright herein is expressly protected at common law, statute, and under various

More information

HDVideoShare! User Documentation Team January 31. 2012

HDVideoShare! User Documentation Team January 31. 2012 Version 2.3 HDVideoShare! User Documentation Team January 31. 2012 2010 Copyrights and all rights reserved by Contus Support Interactive Pvt. Ltd., TABLE OF CONTENTS Welcome to you as a new user of this

More information

DRUPAL BASICS WEBSITE DESIGN & DEVELOPMENT. digital.uoregon.edu/drupal-basics

DRUPAL BASICS WEBSITE DESIGN & DEVELOPMENT. digital.uoregon.edu/drupal-basics DRUPAL BASICS WEBSITE DESIGN & DEVELOPMENT digital.uoregon.edu/drupal-basics Page 1 LOGGING IN To log in to your Drupal website: Type in the web address followed by /user - Example: https://ugs.uoregon.edu/user

More information

FAQs. How do I remove the search bar completely?

FAQs. How do I remove the search bar completely? FAQs Company Logo How do I change the logo? Can I make the logo larger or smaller? How do I add change or remove the logo in the footer? Can I add a favicon? Navigation Menu How do I change my navigation

More information

How To Create A Site In Sharepoint 2013

How To Create A Site In Sharepoint 2013 1 About the Author Isha Kapoor is a SharePoint Geek, a Vivid blogger, Author, Trainer and a SharePoint Server MVP from Toronto Canada. She is a founder and primary Author of famous SharePoint website www.learningsharepoint.com.

More information

APPENDIX A: ONLINE ADVERTISING SPECIFICATIONS

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

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

Common Online Advertising Terms Provided by ZEDO, Inc.

Common Online Advertising Terms Provided by ZEDO, Inc. 3rd Party Ad Tag 3rd Party Redirect Action Action Tracking Tag Activity Ad Dimension Ad Hoc Report Ad Network Ad Tag Advanced Report Advertiser Advertiser Summary Report Advertiser Type Allocate per Ad

More information

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE HELIX MEDIA LIBRARY API DEVELOPER S GUIDE Helix Media Library Version 2.0 Revision Date: August 2015 1. Helix Media Library API 1.1 Overview The Helix Media Library (HML) API (Application Programming Interface)

More information

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

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

More information

HTML Email Template for Northstar UI guidelines

HTML Email Template for Northstar UI guidelines I. General Requirements... 1 II. Visual Specifications... 2 III. Email template types (purpose of the email)... 2 IV. Email template formats... 2 V. Main Elements... 6 Pre-header... 7 Header... 7 Email

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

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

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

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

More information

General Ad Guidelines and Specs

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

More information

Online Advertising Media Kit

Online Advertising Media Kit Online Advertising Media Kit MyNorthwest.com is a top regional website delivering news, weather, traffic, sports and lifestyle content. Award-winning personalities at three powerful news/talk/sports radio

More information

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

Leveraging Facebook to build your ecommerce Business. #ecomsa

Leveraging Facebook to build your ecommerce Business. #ecomsa Leveraging Facebook to build your ecommerce Business #ecomsa Reach all of the people who matter to you at scale High-quality reach mostly people are on mobile 11M+ monthly active people ZA 11M mobile

More information

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

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

More information

Your No-Nonsense Guide to Facebook Ads

Your No-Nonsense Guide to Facebook Ads Your No-Nonsense Guide to Facebook Ads If you are in business, Facebook can play an important role in your marketing your business. It helps you connect and build relationships through updated posts. In

More information

Guidelines for Effective Email Creative

Guidelines for Effective Email Creative Guidelines for Effective Email Creative While the need for quality and effective design has always existed from a marketing standpoint, challenges unique to the email space require a different look at

More information

Mobile Strategy and Design

Mobile Strategy and Design Mobile Strategy and Design A Guide for Publishers December 5, 2011 www.xtenit.com US: 01.877.XTENIT.1 International: 01.212.646.9070 Overview This paper outlines mobile strategies and deployment guidelines

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

STANDARD BANNER: Ad Specs

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

More information

Hermes.Net Web Campaign Page 2 26

Hermes.Net Web Campaign Page 2 26 ...................... Hermes.Net Web Campaign Page 2 26 Table of Context 1. Introduction... 3 2. Create and configure Web Campaign 4... 2.1 Create a Web Campaign 4 2.2 General Configuration... 5 2.2.1

More information

SPLIT BLOCK FINAL Web Design

SPLIT BLOCK FINAL Web Design SPLIT BLOCK FINAL Web Design MULTIPLE CHOICE 1. A(n) site shares user-created content with site visitors. a. portal c. informational/educational b. Web 2.0 d. business 2. sites include Erly, Flickr, Pinterest,

More information

Hotspot Image Connector Page Guide

Hotspot Image Connector Page Guide Contents Differences between Xerte and Xerte Online Toolkits usage...2 Connector pages...2 The Hotspot Image Connector page...2 Properties of the Hotspot Image Connector Page...3 Hotspot Properties...3

More information

GAMELOFT ADVERTISING SOLUTIONS 2015 ROMANIA

GAMELOFT ADVERTISING SOLUTIONS 2015 ROMANIA GAMELOFT ADVERTISING SOLUTIONS 2015 ROMANIA ABOUT GAMELOFT The leading mobile game publisher and innovator in the smartphone/tablet space since 1999. With more than 700M installs generated worldwide in

More information

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,

More information

Display Ad Unit Guidelines

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

More information

DealerCenter Online Ad Post

DealerCenter Online Ad Post DealerCenter Online Ad Post User Guide Version 2.1 Online Ad Post The Online Ad Post product provides DealerCenter users with an improved, easy to use interface for managing their online advertising needs.

More information

INSTANT MAGAZINE QUICK GUIDE

INSTANT MAGAZINE QUICK GUIDE INSTANT MAGAZINE QUICK GUIDE Create an online magazine in a jiffy It s great that you ll be working with our tool! We hope you ll enjoy the creative process. Take a moment to read this quick guide and

More information

Ad Specification Guide The most common mobile ad formats

Ad Specification Guide The most common mobile ad formats Ad Specification Guide The most common mobile ad formats Ad s Overview Mobile Ad s Overview More than just a banner For the sake of interaction and engagement, remember that mobile advertising is much

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common

More information

Depending on your role, this might mean adding and editing, for example, events, blog entries or news stories.

Depending on your role, this might mean adding and editing, for example, events, blog entries or news stories. website guide guide for adding and editing web content Introduction The MS Society website uses a content management system (CMS) called Drupal. As a contributor to the site, you ll receive training in

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Build an ArcGIS Online Application

Build an ArcGIS Online Application Build an ArcGIS Online Application Sign into ArcGIS Online for Maryland 1. Open a web browser 2. Go to URL http://maryland.maps.arcgis.com/ 3. Click Sign In in the upper right corner of the web page 4.

More information

Extend Reach, Longer Shelf-life, Bigger Impact. 2.5m. Online Monthly Unique Users. 300k. 300k. Social Media followers. Print Copies circulation

Extend Reach, Longer Shelf-life, Bigger Impact. 2.5m. Online Monthly Unique Users. 300k. 300k. Social Media followers. Print Copies circulation Extend Reach, Longer Shelf-life, Bigger Impact 2.5m Online Monthly Unique Users 300k Print Copies circulation 300k Social Media followers Our Audience Demographics By age / gender Source: Lotame Oct 2015

More information

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target Indiana University Copenhagen Publishing System University Communications Newsletter User Manual Last Updated: March 1, 2009 vpurit@indiana.edu Table of Contents Creating a Newsletter Loading a Video or

More information

How to Integrate Email Marketing With Your Social Media Efforts

How to Integrate Email Marketing With Your Social Media Efforts How to Integrate Email Marketing With Your Social Media Efforts Here are the 4 methods of integrating social media with your email marketing. 1. Put faces to your email subscribers and retarget them All

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

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

Instructions for creating a survey using Survey Gizmo

Instructions for creating a survey using Survey Gizmo Instructions for creating a survey using Survey Gizmo December 19, 2011 Creating an account The web page is http://www.surveygizmo.com/ In order to create surveys you must create an account. If you are

More information

Getting Started Guide for Developing tibbr Apps

Getting Started Guide for Developing tibbr Apps Getting Started Guide for Developing tibbr Apps TABLE OF CONTENTS Understanding the tibbr Marketplace... 2 Integrating Apps With tibbr... 2 Developing Apps for tibbr... 2 First Steps... 3 Tutorial 1: Registering

More information

Making Content Editable. Create re-usable email templates with total control over the sections you can (and more importantly can't) change.

Making Content Editable. Create re-usable email templates with total control over the sections you can (and more importantly can't) change. Making Content Editable Create re-usable email templates with total control over the sections you can (and more importantly can't) change. Single Line Outputs a string you can modify in the

More information

www.ttgitalia.com Price list 2014 Home page News

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

More information

2016 MEDIA KIT. www.springerpub.com www.dailynurse.com

2016 MEDIA KIT. www.springerpub.com www.dailynurse.com 2016 MEDIA KIT Editorial Calendar, 2016 Plan your advertising campaigns around editorial and topics important to nurses everywhere. DailyNurse publishes articles addressing current issues in nursing and

More information

Advertising Spec Sheet

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

More information

Ads Product Guide March 2014

Ads Product Guide March 2014 Ads Product Guide March 2014 Note: As a part of our ads simplification initiative, we will be removing the ability to create standalone Sponsored Stories from our interfaces and API. After April 9 th,

More information

The Leading Interactive Online Video Advertising Platform

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

More information

WP Video Lightbox Ultimate Plugin Shortcodes

WP Video Lightbox Ultimate Plugin Shortcodes WP Video Lightbox Ultimate Plugin Shortcodes The shortcodes are listed by media types. Please find the appropriate shortcode below for the type of media that you want to embed using the lightbox effect.

More information

Tagging Guide: Website and Email Implementation. Contents

Tagging Guide: Website and Email Implementation. Contents Tagging Guide: Website and Email Implementation Contents About This Guide... 2 Your CiteID... 2 Website Implementation... 2 Tag Placement... 2 Example... 3 Email Implementation... 5 DNS Setup... 5 Tag

More information

Facebook - Twitter - Google +1 all in one plugin for Joomla enable "Twitter button", "Google +1

Facebook - Twitter - Google +1 all in one plugin for Joomla enable Twitter button, Google +1 Facebook - Twitter - Google +1 all in one plugin for Joomla enable "Twitter button", "Google +1 button ", Facebook " Like button ", the Facebook " Share This button ", the Facebook " Comment Box ", the

More information

darlingharbour.com Content Management System Tenant User Guide

darlingharbour.com Content Management System Tenant User Guide darlingharbour.com Content Management System Tenant User Guide August 2014 Table of Contents 1 Introduction... 1 2 Getting started... 1 2.1 Requirements...1 2.2 Logging in...1 2.3 Change your Password...2

More information

Presented by Spyros Mygdanis & Giorgos Kalaitzis

Presented by Spyros Mygdanis & Giorgos Kalaitzis Presented by Spyros Mygdanis & Giorgos Kalaitzis About this presentation 1. Websites Elements of a successful website 2. Content 3. Internet Marketing Channels 4. Building your online strategy 1. Websites

More information

Apple URL Scheme Reference

Apple URL Scheme Reference Apple URL Scheme Reference Contents About Apple URL Schemes 4 At a Glance 4 Composing Items Using Mail 4 Starting a Phone or FaceTime Conversation 4 Specifying Text Messages 5 Opening Locations in Maps

More information

Advertising Specifications

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

More information

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:...

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:... Table of Contents Recommendation Summary... 3 Technical:... 3 Creative:... 3 Introduction... 4 Formatting Recommendations... 5 JavaScript:... 5 Forms:... 5 Background Tags and Colors:... 5 Html Text:...

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

MASTERTAG DEVELOPER GUIDE

MASTERTAG DEVELOPER GUIDE MASTERTAG DEVELOPER GUIDE TABLE OF CONTENTS 1 Introduction... 4 1.1 What is the zanox MasterTag?... 4 1.2 What is the zanox page type?... 4 2 Create a MasterTag application in the zanox Application Store...

More information

After many years we are happy to create a new social plugin with a great potential.

After many years we are happy to create a new social plugin with a great potential. After many years we are happy to create a new social plugin with a great potential. The Compago Social Share is created for Joomla 3.1 and it will let you share your contents on the most used social network:

More information

ExDesk s Quick Start Account Configuration Guide

ExDesk s Quick Start Account Configuration Guide ExDesk s Quick Start Account Configuration Guide 1. Some Quick Definitions 2. Account Creation 3. The Decisions 4. Customizing your ExDesk account 5. Creating Admins 6. Creating additional Clients 7. Sharing

More information

Transition to Compressor 4.1. White Paper December 2013

Transition to Compressor 4.1. White Paper December 2013 Transition to Compressor 4.1 White Paper December 2013 2 Contents 3 Introduction 4 New Interface Current View Active View Completed View 6 Basic Encoding Workflow 8 Destinations 11 Distributed Transcoding

More information

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

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

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

More information

Ads and Sponsored Stories Guide. September 2012

Ads and Sponsored Stories Guide. September 2012 Ads and Sponsored Stories Guide September 2012 Products Ads and sponsored stories Ads Voice of business Sponsored stories Voice of friend Definition of ads Ads are paid messages coming from businesses.

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

SBS ONLINE ADVERTISING GUIDELINES

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

More information

How To Create A Website In Drupal 2.3.3

How To Create A Website In Drupal 2.3.3 www.webprophets.com.au PO Box 2007 St Kilda West Victoria Australia 3182 Phone +61 3 9534 1800 Fax +61 3 9534 1100 Email info@webprophets.com.au Web www.webprophets.com.au Welcome to the Drupal How to

More information

How To Use Mugeda Content

How To Use Mugeda Content Using Mugeda Content The Mugeda Team www.mugeda.com May 19, 2013 How to Use Created Content Three basic methods Direct export Publish to Mugeda CDN Upload to your own or 3 rd party server Direct Export

More information

SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN

SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN CREATIVE After logging in and accessing your Facebook business page as an administrator, you ll be presented with the following message: Start Tour: Click

More information

Mobile Device Design Tips For Email Marketing

Mobile Device Design Tips For Email Marketing WHITEPAPER Top 10 Mobile Device Design Tips for Email In case you haven t noticed, mobile devices are literally everywhere. We re texting more than ever, shopping online, downloading apps, playing games,

More information

Marketing Cloud Email Quick References Guide

Marketing Cloud Email Quick References Guide Marketing Cloud Email Quick References Guide Navigating Marketing Cloud Follow these steps navigate to the Email Creation/ Email Send section of Marketing Cloud. 1. Click the Email Icon in the top left

More information