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

Size: px
Start display at page:

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

Transcription

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

2 Table Of Contents Introduction How Native RTB Works Native Requests Section 4.1 of Native Ads Spec Section 4.2 of Native Ads Spec Native Response Section 5 of Native Ads Spec Creative Approval Preparing For Programmatic Native

3 Introduction OpenRTB 2.3, a collection of advertising recommendations from the Interactive Advertising Bureau, sets a standard for how native ads can be bought and sold through a real-time auction. With new support for native advertising, the OpenRTB 2.3 Spec and OpenRTB Dynamic Native Ads Spec provide a common language so developers can support the scaling of native ads. In this guide you ll understand what the new specs mean for your ads. From the bid requirements to the assets needed to automate native placements and updates to the call and response process, you ll be able to take advantage of the new guidelines in no time. The key difference between Real-Time-Bidding (RTB) standardization for native ads and display ads comes down to one word: metadata. With banners, all that was needed was a single file. With native, the ad unit itself is composed of multiple elements that must be transferred through the bid request and bid response.the headline, thumbnail image, brand name, brand logo, and description must all be considered by publisher and advertiser alike. Not every publication will require every piece of metadata, nor will every advertiser have every element in a native ad. At minimum, both parties should optimize for the basics headline, thumbnail, and description and consider how brand assets fit into the mix. It may seem like a more complex process, but it frees up advertisers from relying on their designers and does not require extra work for publishers using modern ad technology.

4 Where It All Began Don t let the dot fool you OpenRTB 2.3 is no incremental update. Since the standard was set in 2011, OpenRTB continues to update alongside the ever-evolving digital ad industry and the technology behind it. A New Standard For Native To Scale The support for native advertising in OpenRTB 2.3 is the most significant change since OpenRTB 2.0, which unified display, mobile, and video. This ushers in a new era for native, and will likely result in a flurry of activity and new liquidity as native ads scale. OpenRTB 2.3 principally extends OpenRTB 2.2 by adding a new object, Native, that sits next to the existing Banner and Video objects. When there are only two top-level objects, adding a third is a pretty big deal. The new Native Object was built from the ground up to support the types of data that need to be exchanged to transact a native ad. What Else Is New? For the most part, the rest of OpenRTB is the same. Targeting and optimization, which now work for native, still work banner and video.

5 OpenRTB 2.3 Changes The Game With Support For Native Native changes the flow of RTB to include all the metadata (headline, thumbnail, etc.) that the publisher side technology will assemble into the native ad. 1 User visits site, making ad impression available 2 SSP sends bid request on behalf of publisher site 3 Native Standard DSPs respond with metadata and bids on behalf of advertisers DSPs respond with bids including ad tags I Bid $18 I Bid $25 I Bid $20 4 Native SSP receives metadata and selects the winning bid SSP receives ad tag with banner, rich media, or video asset to display on site From OpenRTB 2.3 specs: Headline {title} Content URL {clk} Description Text {data} Thumbnail {img} Brand Logo {img} Brand Name {data} See behind the scenes of Pepsi's new video Promoted by Native SSP assembles native ad with real-time templating to fit into the design and layout of the site or app See behind the scenes of Pepsi s new video Promoted by

6 Understanding The Native Request Section 4.1 of Native Ads Spec Native Object Requires Ad Unit And Layout The Native Object The Native Object defines an available native placement and must be included directly in the impression object in order to be passed through the bidstream. The Native Request On the request side, the Native Object describes the unit being put up for auction - the elements (such as thumbnail, brand name, brand logo, etc), and the general type (from among the six IAB categories), etc. In the native request, we are principally concerned with two things: describing the native unit that s being bid on and describing what the publisher needs to render the ad. There are two principal ways to describe the native inventory: Ad Unit ID and Layout ID. This method of specifying ad design can be confusing and will likely evolve in future versions of the spec. SSPs and DSPs now communicate using these IDs. Whether you're a DSP or a SSP you ll need to think about how your ad will look. First, select the type of ad you show on your site from the ad unit table. Next, select the desired layout. The ad unit comes from the IAB Native Advertising Playbook definition of the 6 types of native: Ad Unit ID Description 1 Paid search units 2 Recommendation widgets 3 Promoted listings 4 In-Ad (IAB Standard) with native element units 5 Custom/ Can t be contained 500+ Reserved for exchange specific formats

7 What About The In-Feed Unit? You ll note that the feed unit type has been removed, versus what was defined in the playbook, the logic being that it s really a layout (see below). The layout on the other hand was developed by the group working on the native ad spec, and includes the following options: Ad Unit Layouts Layout ID Description 1 Content Wall 2 App Wall 3 News Feed 4 Chat List 5 Carousel 6 Content Stream 7 Grid adjoining the content 500+ Reserved for Exchange specific layouts

8 Section 4.1 of Native Ads Spec Getting Started With The Request Our next task in the native bid request is to describe the type of assets that need to be included in the bid response. For example, many publishers need a headline, thumbnail, and brand name. Some may also want a brand logo, app rating, and other metadata. The Open RTB 2.3 native spec allows the requester (publisher) to define which fields are available and which are required, along with their specific requirements, such as the character length of a headline. Assets For The Request Technically, the request is done by providing an array of assets in the bid request. This array of assets is then returned in the response. The fields in the bid request are concerned with specifying the available assets, which are required, and the allowed attributes, whereas on the response the bidder provides the actual assets, and can similarly specify whether they require those assets to be in the ad. In this array of assets, each item specifies a type of resource it s requesting: title - the headline of the ad image - can be used for a variety of images, principally the thumbnail video - if a video can be shown, this allows it to be specified (utilizing the alreadystandardized VAST protocol) data - used for auxiliary info like ratings, brand name, etc. extension - you ll see extension objects on most OpenRTB objects, allowing exchanges and bidders to add additional custom items Example For The Request Let s look at an example: say an exchange wants the following items with a bid: Headline Thumbnail image Brand name Brand logo Description Headline up to 140 characters Description up to 400 characters Promoted by Brand Name

9 How The Request Would Look The exchange would specify an array of asset objects in the request similar to the following (in the real request this is provided in JSON, but here we are using a shorthand bullet notation for readability): asset 1 (headline) req:1 [indicating this is required] title: len:140 [indicating the bidder should provide a title, up to length 140] asset 2 (thumbnail) req:1 img: wmin:1000, hmin:750, type:3 [indicating that an image should be specified with minimum width 1000 and minimum height 750, and of type 3; in this case no maximums are specified; type 3 is referenced in a reference table, and corresponds to a thumbnail] asset 3 (brand name) req:1 data: type:1, len:40 [type 1 means it s the brand name, and a max of 40 characters] asset 4 (brand logo) req: 0 [indicating this is NOT required] img: wmin:48, hmin:48, type:2 [indicating an image for brand logo, type 2] asset 5 (description) req: 0 data: type:2, len:400 [type 2 means description, and a max of 400 characters] This is one specific example, but hopefully you can see how there is great flexibility in this structure to support different types of native ads with different field needs. We ll see how this gets reflected back in the response below.

10 Understanding The Native Response Section 5 of Native Ads Spec Getting Started With The Response Native responses differ fundamentally from display responses in that all the data about the ad must be returned with the response. In display, only an image or a pointer to assets must be returned; in fact, in some cases, the DSP doesn t even know the content at the time of the bid it is only assembled at render time. For native, all this info must be present in the bid response. The bid response echoes the request in structure. Recall in our example above that the exchange requested the following assets: Headline Thumbnail image Brand name Brand logo Description Sharethrough Example Thumbnail Image Headline Brand Name Description Brand Logo

11 How The Response Would Look Those would show up in the bid response roughly as follows: asset 1 (headline) req:1 [indicating this is required - in this case that the bidder requires it to be shown in the ad] title: text: Watch this awesome thing happen that involves my brand asset 2 (thumbnail) req:1 img: url: [a url to the image for the thumbnail] asset 3 (brand name) req:1 data: value: My brandname asset 4 (brand logo) req: 0 [indicating this is NOT required to be shown in the ad] img: url: asset 5 (description) req: 0 data: value: Watch this story of amazing heartwarming people engaging with each other around my brand. As you can see in the response, we provide the values requested in the request object. Logical enough. The concept of required is flipped now we mean that as the bidder we require this element to be in the ad. We d expect our bid to be declined if the supplier is unable to show that element in the ad. For engineers: One thing that might be a little confusing is that in the response, you no longer say whether this is an image, of what type, etc. That match is done purely based on ID - so if you sent a request for asset #5 of type image, etc., then the returned asset #5 will be assumed to be for that. There is no need to specify those other details in the response.

12 Creative Approval IAB, which creates the OpenRTB spec, hasn t included anything about creative approvals, but it s likely that ad exchanges will implement their own procedures. This is especially important for native ads because the content tends to inherit aspects of a publication s voice, so a keen eye is kept on quality. Supply sources should be sure to implement a creative approval service and provide strong controls to account for this. We could easily see a standard for this process in a future iteration of OpenRTB. Preparing For Programmatic Native The principal difference in native is providing all the data about the creative in the bid. Thus, DSPs must have the interface and capability to ingest, edit, and transact in creative metadata. This will be the principal change on the demand side. Luckily, some DSPs have done the work already in supporting FBX. On the supply side, the changes are more extensive since the entire technology stack for delivering metadata into the publisher site is different: technology to assemble the components in real-time based on the publisher site design is quite different from the technology to put an image in an iframe. Many new native SSPs already support dynamic templating for native, so the solutions are there. So we have publisher-side solutions, we have a standard, and we have at least a start on the changes needed on the DSP side. Time to start connecting the dots.

Protecting Consumers from Data-driven and Cross-device Native Advertising: Why Routine Disclosure is Insufficient

Protecting Consumers from Data-driven and Cross-device Native Advertising: Why Routine Disclosure is Insufficient May 6th, 2015 Protecting Consumers from Data-driven and Cross-device Native Advertising: Why Routine Disclosure is Insufficient So-called native advertising where advertiser-produced or -directed content

More information

Programmatic Transparency is a Two-Way Street

Programmatic Transparency is a Two-Way Street AAM s 2016 Guide to Media Transparency: How Increasing Trust Helps Clear the Industry s Hurdles Part 2 Programmatic Transparency is a Two-Way Street For AAM s 2016 Guide to Media Transparency, we talked

More information

Best Practices for Maximizing Revenue with MoPub. Publisher Playbook

Best Practices for Maximizing Revenue with MoPub. Publisher Playbook ! Best Practices for Maximizing Revenue with MoPub Publisher Playbook Table of Contents Introduction 3 Ad Formats 4 Singleton Ad Unit for Banners 4 Interstitial Ad Unit 5 Video Ads on MoPub Marketplace

More information

For example: Standard Banners: Images displayed alongside, above or below content on a webpage.

For example: Standard Banners: Images displayed alongside, above or below content on a webpage. What is display advertising? The term display advertising refers to banner ads displayed on web pages. Over time, banner ads evolved from very simple basic text to include more engaging content and format

More information

The Programmatic (R)evolution Causes, Effects & a Framework to thrive in it!

The Programmatic (R)evolution Causes, Effects & a Framework to thrive in it! The Programmatic (R)evolution Causes, Effects & a Framework to thrive in it! Page 2 A revolution (from the Latin revolutio, "a turn around") is a fundamental change in power or organizational structures

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

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

Online Advertising Glossary. by Delta Projects

Online Advertising Glossary. by Delta Projects Online Advertising Glossary by Delta Projects Glossary Above-the-fold Most webpages are not entirely visible at the first glance, and you have to scroll down to see the entire page especially on mobile.

More information

MARKETING INTELLIGENCE FOR ADVERTISERS AND AGENCIES

MARKETING INTELLIGENCE FOR ADVERTISERS AND AGENCIES AdClarity MEDIA INTELLIGENCE MARKETING INTELLIGENCE FOR ADVERTISERS AND AGENCIES Alright buyers! I emphasized it over and over again in the previous post- the end of RMX is not the end for you. In fact,

More information

VIEWABILITY ATA DSP ADEXCHANGE RTB. Cookie. Retargeting Look-alike IMPRESSION. Site Buys. SSP Behavioral targeting PROGRAMMATIC BUYING.

VIEWABILITY ATA DSP ADEXCHANGE RTB. Cookie. Retargeting Look-alike IMPRESSION. Site Buys. SSP Behavioral targeting PROGRAMMATIC BUYING. MP PROGRAMMATIC SSP Behavioral targeting Private Ad Exchange/Marketplace ATA Cookie FREQUENCY CAP Behavioral BUYING Targeting Retargeting Look-alike modeling DSP VIEWABILITY IMPRESSION ADEXCHANGE Site

More information

Grow your online business with Google AdSense

Grow your online business with Google AdSense Grow your online business with Google AdSense Grow your online business As a publisher, you invest a great deal of time and energy into creating your content and maintaining your website. Many of our AdSense

More information

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

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 NATIVE AD SERVING TEMPLATE (NAST) VERSION 1.0 Released Feb 15, 2014 Document Summary The NAST Standard is a first attempt to standardize the transfer of native advertising units in advertising by providing

More information

The Display Advertiser s Guide To Social Media Marketing

The Display Advertiser s Guide To Social Media Marketing The Display Advertiser s Guide To Social Media Marketing 10 Concepts From Display Advertising That You May Think Are Interchangeable With Social, But Aren t Entirely You re a display advertising dynamo.

More information

> How it works FAQ - TV SYNCED ADS. 1. TV-Synced Ads : Ok, but what is it exactly? 2. Why is TV-Synced ads relevant?

> How it works FAQ - TV SYNCED ADS. 1. TV-Synced Ads : Ok, but what is it exactly? 2. Why is TV-Synced ads relevant? FAQ - TV SYNCED ADS > How it works The reason for syncing ads from TV to digital is simple. More and more people turn their attention away from the TV screen during the ad break. They login to check their

More information

BY EXECUTIVES, FOR EXECUTIVES A VIEW FROM THE TOP FEATURING LON OTREMBA, PRESIDENT & CEO

BY EXECUTIVES, FOR EXECUTIVES A VIEW FROM THE TOP FEATURING LON OTREMBA, PRESIDENT & CEO BY EXECUTIVES, FOR EXECUTIVES A VIEW FROM THE TOP FEATURING LON OTREMBA, PRESIDENT & CEO INSIGHT INTO B2B MARKETING TRENDS, KEY INSIGHTS FOR MARKETERS AND PREDICTIONS FOR 2014 Would you mind sharing a

More information

Direct Response Marketing on Facebook

Direct Response Marketing on Facebook Direct Response Marketing on Facebook Driving action online, in-store and in mobile app Summer 2015 1 Table of contents Facebook s direct response marketing solution 4 Best practices 14 Campaign prep 16

More information

THE REAL WORLD OF REAL-TIME ADVERTISING

THE REAL WORLD OF REAL-TIME ADVERTISING 2014 THE REAL WORLD OF REAL-TIME ADVERTISING WHAT S INSIDE 2 INTRODUCTION 3 HOW ONLINE ADVERTISING USED TO WORK 3 INTRODUCING THE AD EXCHANGE 4 REAL-TIME BIDDING EXPLAINED 5 WHO WORKS WITH WHOM? 6 CONCLUSION

More information

Direct Response Marketing on Facebook

Direct Response Marketing on Facebook Direct Response Marketing on Facebook Driving action online, in-store and in mobile app Summer 2014 1 Table of contents Facebook s direct response marketing solution 4 Best practices 14 Campaign prep 16

More information

Agencies, Advertisers and Consumers: The Digital Challenge

Agencies, Advertisers and Consumers: The Digital Challenge Agencies, Advertisers and Consumers: The Digital Challenge Presented By: Adolfo Ramirez Media Practice Lead, AKA Enterprise Solutions (212) 502 3910 Aramirez@akaes.com www.adsalessolutions.com Agencies

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

Programmatic Marketing Glossary of Terms

Programmatic Marketing Glossary of Terms Programmatic Marketing Glossary of Terms We re closing the knowledge gap between the ad technology space and brand marketers. Closing this gap will drive stronger alignment with strategic partners and

More information

Online Video. Boosting branding and conversion

Online Video. Boosting branding and conversion Online Video Boosting branding and conversion Online Video Video is an inventory source that has been available in the Delta DSP for some time now, and the results of video campaigns have overall been

More information

Programmatic Display The Essential Guide

Programmatic Display The Essential Guide 0 The Essential Guide 2015 Net Net Media Planet Ltd. Ltd. All All Rights Reserved. 1 Executive Summary Delivering the right advert to the right consumer at the right time is the key goal for advertisers.

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

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

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

Point of View: Programmatic Ad Viewability in China

Point of View: Programmatic Ad Viewability in China Presents Point of View: Programmatic Ad Viewability in China Market First Industry Benchmark and Analysis Powered by Introduction In digital advertising, many marketers and agencies assume that ads are

More information

Facebook Advertising Playbook

Facebook Advertising Playbook Facebook Advertising Playbook TABLE OF CONTENTS I. INTRODUCTION 6 II. ABOUT THIS REPORT 6 III. ABOUT IMPARTURE 7 1. INTRODUCTION TO FACEBOOK ADVERTISING 8 1.1 UNDERSTANDING TERMINOLOGY 8 2. THE CASE FOR

More information

Data Management in a Marketing Environment. 2013 Chris Sukornyk

Data Management in a Marketing Environment. 2013 Chris Sukornyk Data Management in a Marketing Environment 2013 Chris Sukornyk Omni-channel marketing Omni-channel marketing is based on the concept of creating personalized, contextually relevant customer experiences

More information

Data Management Platforms. Optimize advertising by gaining superior understanding of your customers

Data Management Platforms. Optimize advertising by gaining superior understanding of your customers Data Management Platforms Optimize advertising by gaining superior understanding of your customers Glossary DSP Demand Side Platform. A platform for buying online media, used by advertisers and agencies.

More information

Display Advertising. Xuelin Cao Yahoo! Beijing R&D Center

Display Advertising. Xuelin Cao Yahoo! Beijing R&D Center Display Advertising Xuelin Cao Yahoo! Beijing R&D Center Agenda Display Advertising Overview Ad Exchange Introduction Real Time Bidding (RTB) Data Collection & Cookie Mapping Publisher Control & Private

More information

Mobile Demand-Side-Plattform

Mobile Demand-Side-Plattform Mobile Demand-Side-Plattform Powered by Sponsormob & Jaduda Mobile Advertising Made Easy Our Demand-Side-Platform simplifies the Mobile Advertising market, drives results and is completely transparent.

More information

Native Advertising: Beyond the Buzz

Native Advertising: Beyond the Buzz Native Advertising: Beyond the Buzz May 2014 VIEWPOINTS Native Advertising: Beyond the Buzz Cora K. Samuels 1 Contents 3 What is Native Advertising? 4 The Development of Native Advertising in an Evolving

More information

How to set up a campaign with Admedo Premium Programmatic Advertising. Log in to the platform with your email address & password at app.admedo.

How to set up a campaign with Admedo Premium Programmatic Advertising. Log in to the platform with your email address & password at app.admedo. How to set up a campaign with Admedo Premium Programmatic Advertising Log in to the platform with your email address & password at app..com For further support please email: hi@.com Campaign Delivery Settings

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

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

SOLVING. MARKETERS cross-channel. digital conundrum. a strategic guide to real-time marketing IN ASSOCIATION WITH

SOLVING. MARKETERS cross-channel. digital conundrum. a strategic guide to real-time marketing IN ASSOCIATION WITH SOLVING MARKETERS cross-channel digital conundrum a strategic guide to real-time marketing IN ASSOCIATION WITH SOLVING MARKETERS CROSS-CHANNEL DIGITAL CONUNDRUM A strategic guide to real-time marketing

More information

Mobile Programmatic Playbook. A comprehensive guide to Mobile Programmatic for digital buyers, sellers and publishers.

Mobile Programmatic Playbook. A comprehensive guide to Mobile Programmatic for digital buyers, sellers and publishers. Mobile Programmatic Playbook A comprehensive guide to Mobile Programmatic for digital buyers, sellers and publishers. MARCH 2015 1 This document has been developed by the IAB Mobile Programmatic Buying

More information

THE NATIVE ADVERTISING PLAYBOOK

THE NATIVE ADVERTISING PLAYBOOK THE NATIVE ADVERTISING PLAYBOOK SI NATIVE AD CATEGORIES, SI MARKETPLACE CONSIDERATIONS, AND IAB RECOMMENDED DISCLOSURE PRINCIPLES This paper provides the industry with a framework for thinking about and

More information

The Essential Guide to Native Advertising. The Rise of a Digital Ad Format and Best Practices for Commanding Audience Attention

The Essential Guide to Native Advertising. The Rise of a Digital Ad Format and Best Practices for Commanding Audience Attention INSIGHT SERIES The Essential Guide to Native Advertising The Rise of a Digital Ad Format and Best Practices for Commanding Audience Attention In digital advertising, ad formats have always fallen into

More information

MOBILE BUYER SURVEY 2014. February 25, 2014. Rubicon Project All Rights Reserved

MOBILE BUYER SURVEY 2014. February 25, 2014. Rubicon Project All Rights Reserved February 25, 2014 Rubicon Project All Rights Reserved buyers EXECUTIVE representing SUMMARY more than 100,000 globally. Global mobile advertising spending is forecast to reach $18 billion in 2014, and

More information

6 Digital Advertising. From Code to Product gidgreen.com/course

6 Digital Advertising. From Code to Product gidgreen.com/course 6 Digital Advertising From Code to Product gidgreen.com/course Million Dollar Homepage From Code to Product Lecture 6 Digital Advertising Slide 2 gidgreen.com/course Introduction Ad formats Types of targeting

More information

OPTIMIZE YOUR BUSINESS WITH SUCCESSFUL ONLINE ADVERTISING & ADWORDS GENERATION

OPTIMIZE YOUR BUSINESS WITH SUCCESSFUL ONLINE ADVERTISING & ADWORDS GENERATION OPTIMIZE YOUR BUSINESS WITH SUCCESSFUL ONLINE ADVERTISING & ADWORDS GENERATION 1 Table of Contents 1. Introduction to online advertising and Adwords... 3 2. What should we look out for... 4 3. Diversified

More information

In-Stream Video - It's What Consumers Want

In-Stream Video - It's What Consumers Want 1 Introduction One video any screen. MediaMind is actually making that idea a reality. One platform and workflow to manage, serve and track your video assets to all the engagement points you want to leverage

More information

PPC: THE PAST, PRESENT & FUTURE OF CUSTOMER CONVERSION YOUR LOCAL MARKETING PARTNER

PPC: THE PAST, PRESENT & FUTURE OF CUSTOMER CONVERSION YOUR LOCAL MARKETING PARTNER PPC: THE PAST, PRESENT & FUTURE OF CUSTOMER CONVERSION Mobile ads will represent 20% of all spending on search advertising by 2013. (Adobe 2012) CONSUMER PROGRESSION THE EVOLVING PATH TO PURCHASE In the

More information

How To Get People To Click On Your Ad On Facebook On A Mobile Or Desktop Device

How To Get People To Click On Your Ad On Facebook On A Mobile Or Desktop Device Ads Product Guide January 2014 Note: As a part of our ads simplification initiative, on April 9 th, we will be removing the ability to create standalone Sponsored Stories from our interfaces and API. After

More information

OUR PERSPECTIVE ON. Our perspective on Native Advertising NATIVE ADVERTISING

OUR PERSPECTIVE ON. Our perspective on Native Advertising NATIVE ADVERTISING OUR PERSPECTIVE ON Our perspective on Native Advertising NATIVE ADVERTISING MerchantCantos Introduction Hyped as one of 2014 s biggest media trends, native advertising is paid for content using advertising

More information

Best Practices for Mobile Publishers & App Developers

Best Practices for Mobile Publishers & App Developers Best Practices for Mobile Publishers & App Developers A 5-Step Process for Monetization Success A 5-Step Process for Monetization Success Mobile publishers and app developers are instantly faced with a

More information

wishpond GUIDE Wishpond s Complete Guide to Marketing your Auto Dealership Online wishpond.com

wishpond GUIDE Wishpond s Complete Guide to Marketing your Auto Dealership Online wishpond.com Wishpond s Complete Guide to Marketing your Auto Dealership Online wishpond.com Did you know? 70% of car buyers research their options online before buying. And, as you know, one of the fundamentals of

More information

Ad Tech for Privacy Counsel November 5, 2014. Marc M. Groman, President & CEO Network Advertising Initiative

Ad Tech for Privacy Counsel November 5, 2014. Marc M. Groman, President & CEO Network Advertising Initiative Ad Tech for Privacy Counsel November 5, 2014 Marc M. Groman, President & CEO Network Advertising Initiative Why? What We ll Cover This Morning: Basic Client Server Transactions Maintaining State What this

More information

Real-Time Data Analytics Empowering Publishers To Make Better, Faster Decisions

Real-Time Data Analytics Empowering Publishers To Make Better, Faster Decisions A Forrester Consulting Thought Leadership Paper Commissioned By PubMatic August 2015 Real-Time Data Analytics Empowering Publishers To Make Better, Faster Decisions Table Of Contents Executive Summary...

More information

Mobile App Install Ads

Mobile App Install Ads Mobile App Install Ads Product Setup Guide What is launching? Mobile app install ads help developers and advertisers easily drive and measure installs (CPI) for their mobile apps and games. This is the

More information

B2B Marketing Trends: The Nativo Platform

B2B Marketing Trends: The Nativo Platform By Executives, For Executives A View From the Top Featuring Justin Choi, President & CEO, Nativo Insight into B2B marketing trends, key insights for marketers and predictions for 2014 Would you mind sharing

More information

THE EVOLUTION OF TV. The Promise of Programmatic TV

THE EVOLUTION OF TV. The Promise of Programmatic TV 3 THE EVOLUTION OF TV The Promise of Programmatic TV Our Evolution of TV series explores how TV is shifting to internet delivery. Programmatic TV is one dynamic driving the shift and potentially transforming

More information

www.zodeo.com Learn Why Your Small Business Should Advertise on YouTube AdWords for video Advertise your business on YouTube and across the web

www.zodeo.com Learn Why Your Small Business Should Advertise on YouTube AdWords for video Advertise your business on YouTube and across the web www.zodeo.com Learn Why Your Small Business Should Advertise on YouTube AdWords for video Advertise your business on YouTube and across the web What ll we cover! What is AdWords for video?! Why use AdWords

More information

Prevailing Mobile In-Application Advertising Formats

Prevailing Mobile In-Application Advertising Formats Prevailing Mobile In-Application Advertising Formats Version 2, Released 22 March 2011 2011 Interactive Advertising Bureau Prepared by the Mobile Advertising Committee of the Interactive Advertising Bureau

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

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

Introduction. Ad formats and buying models MOBILE AD FORMATS EXPLAINED. Ad format CPI CPC CPM CPA CPV. Display

Introduction. Ad formats and buying models MOBILE AD FORMATS EXPLAINED. Ad format CPI CPC CPM CPA CPV. Display Mobile Ad Formats Explained Introduction As the mobile market continues to evolve, the methods for advertising mobile apps are becoming more sophisticated and complicated. Not to worry, we ve got you covered.

More information

native advertising native advertising native advertising native advertising native advertising native advertising native advertising native

native advertising native advertising native advertising native advertising native advertising native advertising native advertising native NOT Who Cares? the native ad trend is just getting started. Native has gone from being a question mark among publishers to now, where it s just a matter of time, and timing. Nativo CEO Justin Choi What

More information

Digital Marketing. the better way for audience targeting. Wolfgang Jaegel CEO & Founder of

Digital Marketing. the better way for audience targeting. Wolfgang Jaegel CEO & Founder of Digital Marketing the better way for audience targeting Wolfgang Jaegel CEO & Founder of Topics Digital Marketing Overview About Syndacast AdBoost for Audience Targeting Our World Today It s not news.

More information

PROGRAMMATIC ADVERTISING: SEPARATING THE FACTS AND FICTION

PROGRAMMATIC ADVERTISING: SEPARATING THE FACTS AND FICTION PROGRAMMATIC ADVERTISING: SEPARATING THE FACTS AND FICTION November 3 rd, 2014 David Minkin, Executive Director of Revenue Operations dminkin@theatlantic.com The Basics THE BASICS The 3 questions every

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

The study was conducted through a 15-minute online survey and was undertaken by 350 people.

The study was conducted through a 15-minute online survey and was undertaken by 350 people. Hoop Group was asked to conduct the 3 rd annual IAB Australian mobile landscape study. The study was first undertaken in 2013, and continued in 2014. The study was conducted through a 15-minute online

More information

Internet Advertising Glossary Internet Advertising Glossary

Internet Advertising Glossary Internet Advertising Glossary Internet Advertising Glossary Internet Advertising Glossary The Council Advertising Network bring the benefits of national web advertising to your local community. With more and more members joining the

More information

Documentation. New Registration Start by filling out the easy registration forms to begin creating your new account on the Newsmax Feed Network.

Documentation. New Registration Start by filling out the easy registration forms to begin creating your new account on the Newsmax Feed Network. Newsmax Feed Network Documentation Congratulations! You ve taken the first steps to become part of the Newsmax Feed Network a fast, easy and inexpensive way to reach new customers through targeted content

More information

8 Simple Things You Might Be Overlooking In Your AdWords Account. A WordStream Guide

8 Simple Things You Might Be Overlooking In Your AdWords Account. A WordStream Guide 8 Simple Things You Might Be Overlooking In Your AdWords Account A WordStream Guide 8 Simple Things You Might Be Overlooking In Your AdWords Account AdWords makes it incredibly easy to set up and run a

More information

Where Is Interactive Marketing Heading?

Where Is Interactive Marketing Heading? Trend Report Changhee Han _ chang.han@cheil.com Chakyung Bae _ chakyung.bae@cheil.com 2013 ad:tech London Where Is Interactive Marketing Heading? ad:tech is an international seminar on interactive marketing

More information

March 2014. IAB report on Programmatic Trading The Netherlands 2012-2013

March 2014. IAB report on Programmatic Trading The Netherlands 2012-2013 March 2014 IAB report on Programmatic Trading The Netherlands 2012-2013 Introduction and summary IAB report on Programmatic trading The Netherlands 2012-2013 2 Introduction Worldwide the Netherlands is

More information

RTB Project OpenRTB API Specification Version 2.2. April 2014

RTB Project OpenRTB API Specification Version 2.2. April 2014 OpenRTB API Specification Version 2.2 April 2014 Introduction The, formerly known as the OpenRTB Consortium, assembled in November 2010 to develop a new API specification for companies interested in an

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

Terminal 4 Content Types. Need help? Call the ITD Lab, x7471

Terminal 4 Content Types. Need help? Call the ITD Lab, x7471 Terminal 4 Content Types Need help? Call the ITD Lab, x7471 1 Terminal 4 Content Types Contents Introduction...2 Terminology...2 Content Types...3 Ad Banner...4 Ad Banner Full...5 Alert Text...6 Banner

More information

AdReady has created a simple six-step process that advertisers of all sizes can leverage to master Programmatic Direct:

AdReady has created a simple six-step process that advertisers of all sizes can leverage to master Programmatic Direct: AdReady has created a simple six-step process that advertisers of all sizes can leverage to master Programmatic Direct: 1 INTRODUCTION In the digital advertising world, programmatic has been a buzzword

More information

PROGRAMMATIC THE AMNET APPROACH TO PROGRAMMATIC

PROGRAMMATIC THE AMNET APPROACH TO PROGRAMMATIC PROGRAMMATIC THE AMNET APPROACH TO PROGRAMMATIC CASPER HENRIKSEN Senior Business Strategist Dentsu Aegis Network THE VISION OF PROGRAMMATIC PROGRAMMATIC AUTOMATED- DATA-DRIVEN- MEDIABUYING LET S GET THE

More information

Inbound & Outbound Marketing

Inbound & Outbound Marketing Inbound & Outbound Marketing Agency with a creative heart and a technological backbone sales@mcounts.com @mcountsindia Why Us One Stop Shop We are your full-stack marketing partner, including email, display

More information

A Comparison of Media Sources for Mobile App User Acquisition

A Comparison of Media Sources for Mobile App User Acquisition Labs Report A Comparison of Media Sources for Mobile App User Acquisition Spoiler Alert: Advantage Facebook Introduction It is widely recognized that the launch of Facebook s mobile app ads has raised

More information

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps.

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps. The Beginners Guide Table of Contents 03 04 05 06 34 35 What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps See Live Examples Need More Help? What is ProSite?

More information

Interactive Advertising Bureau - Mobile Phone Creative Guidelines

Interactive Advertising Bureau - Mobile Phone Creative Guidelines Rich Media / Expand Image Smart Phone Smart Phone Feature Phone Interactive Advertising Bureau - Mobile Phone Creative Guidelines Creative Unit Name Initial Dimensions (WxH in pixels) Maximum Expanded

More information

Regret Minimization for Reserve Prices in Second-Price Auctions

Regret Minimization for Reserve Prices in Second-Price Auctions Regret Minimization for Reserve Prices in Second-Price Auctions Nicolò Cesa-Bianchi Università degli Studi di Milano Joint work with: Claudio Gentile (Varese) and Yishay Mansour (Tel-Aviv) N. Cesa-Bianchi

More information

Milano, 25 Novembre 2014

Milano, 25 Novembre 2014 PROGRAMMATIC ADVERTISING: La prospettiva lato Demand Milano, 25 Novembre 2014 What is PROGRAMMATIC anyway? Publisher centric Audience centric Manual IOs Automated Assumptions based Evidence based Human

More information

2,5 * 10 17 2,500,000,000,000,000,000

2,5 * 10 17 2,500,000,000,000,000,000 What is Big Data? 2 What is Big Data? 3 2,5 * 10 17 2,500,000,000,000,000,000 = BYTES OF DATA PER DAY THAT LOOKS LIKE THIS 2,5 QUINTILLIONS Big Data is anything too big to deal with in an Excel spreadsheet.

More information

DESIGNING MOBILE FRIENDLY EMAILS

DESIGNING MOBILE FRIENDLY EMAILS DESIGNING MOBILE FRIENDLY EMAILS MAKING MOBILE EMAILERS SELECT PLAN CONTEXT CONTENT DESIGN DELIVERY Before you go mobile For optimal usage PICTURES OF DESKTOP VS MOBILE SAME SAME BUT DIFFERENT EMAIL CLIENTS

More information

SPRING 14 RELEASE NOTES

SPRING 14 RELEASE NOTES SPRING 14 RELEASE NOTES At Salesforce ExactTarget Marketing Cloud your success is our top priority and we re working hard to continuously improve the Marketing Cloud solutions you use. We recently reached

More information

Key Findings From the. BrightRoll 2015 Advertising Agency Survey

Key Findings From the. BrightRoll 2015 Advertising Agency Survey Key Findings From the BrightRoll 2015 Advertising Agency Survey Survey Goals: The BrightRoll research team is committed to understanding what matters most to the world s premier advertising agencies. Year-over-year,

More information

The Quantcast Display Play-By-Play. Unlocking the Value of Display Advertising

The Quantcast Display Play-By-Play. Unlocking the Value of Display Advertising The Quantcast Display Play-By-Play Unlocking the Value of Display Advertising Introduction In 2013, businesses will spend nearly $18 billion on display advertising. Over the past few years, we've seen

More information

www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio

www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio www.egta.com Automated & programmatic marketing An egta publication on data-driven advertising sales for television & radio abstract egta the organisation representing the leading television and radio

More information

Erik Randerson, VP of Investor Relations

Erik Randerson, VP of Investor Relations Erik Randerson, VP of Investor Relations Good afternoon, everyone, and welcome to Rubicon Project's 2015 third quarter earnings conference call. As a reminder this conference call is being recorded. Joining

More information

Retargeting: Why Your Mobile Marketing Strategy is Incomplete Without It. Data fueled mobile marketing powered by miq. www.fiksu.

Retargeting: Why Your Mobile Marketing Strategy is Incomplete Without It. Data fueled mobile marketing powered by miq. www.fiksu. Retargeting: Why Your Mobile Marketing Strategy is Incomplete Without It Data fueled mobile marketing powered by miq www.fiksu.com Maximize Your Budget and Amplify Your Results As dramatic as the evolution

More information

Netherlands Media Day

Netherlands Media Day Netherlands Media Day 27 November 2015 Hilversum Niko Waesche 1 When programmatic TV is discussed today we see confusion, fear and uncertainty Questions surrounding programmatic TV 1 2 3 1. Confusion What

More information

Amazon Marketing Services User Guide

Amazon Marketing Services User Guide Amazon Pages are customized landing pages for presenting your brand s products at Amazon.com customized by you, using simple yet professional templates. Amazon Posts lets you publish content to your Amazon

More information

The State of Programmatic in Norway

The State of Programmatic in Norway The State of Programmatic in Norway August 2014 Introduction This paper contains Delta Projects observation on programmatic trading in Norway today. Starting with online display media in real time bidding

More information

Advertising Specs for Business

Advertising Specs for Business Advertising Specs for Business Your inspiring profile 1 Verified status Start with a trusted, verified account by logging in through Twitter. A check mark appears on verified accounts The basics Choose

More information

CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO. Presented by: Jill Tirone

CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO. Presented by: Jill Tirone CREATE AND DESIGN EFFECTIVE FACEBOOK ADS FOR YOUR STUDIO Presented by: Jill Tirone What You ll Learn How to create a highly effective Facebook ad campaign including easy advertising strategies to attract

More information

The Great Online Display Advertising Guide Or, How Did That Ad Get There?

The Great Online Display Advertising Guide Or, How Did That Ad Get There? The Great Online Display Advertising Guide Or, How Did That Ad Get There? Paul Mosenson, NuSpark Marketing August 2014 About Paul Mosenson Digital Media Strategist and Planner/Buyer 30-year advertising

More information

2014 Trusted Choice Marketing Reimbursement Program (MRP) Guidelines

2014 Trusted Choice Marketing Reimbursement Program (MRP) Guidelines 2014 Trusted Choice Marketing Reimbursement Program (MRP) Guidelines The following eight bullet points give an overview of the program. For additional details, links, scripts and/or notes for each of these

More information

How to Use YouTube Ads to Grow Your Business

How to Use YouTube Ads to Grow Your Business How to Use YouTube Ads to Grow Your Business The different kinds of YouTube ads In broad terms there are two kinds of YouTube Ads: skippable ads and non-skippable ads. Non-skippable ads are ads that force

More information

Here s your full marketing OS. Reimagined.

Here s your full marketing OS. Reimagined. Here s your full marketing OS. Reimagined. We believe advertising should be personal across every connected device and that marketers should focus on attracting customers instead of managing the complexity

More information

CASE STUDY. Jellyfish

CASE STUDY. Jellyfish CASE STUDY Case Study uses DoubleClick Search to attract 29% more prospective students for a leading international online university Goals Hit regional lead volume and cost-per-lead goals Maximize quality

More information

ADDICTIVE MOBILITY 2014 YEAR END REPORT

ADDICTIVE MOBILITY 2014 YEAR END REPORT ADDICTIVE MOBILITY 2014 YEAR END REPORT FOREWORD Mobile has become the connective tissue. 2014 witnessed a clear demarcation between Global brands and Agencies who have fully embraced mobile advertising

More information

Consumer Engagement Index

Consumer Engagement Index Consumer Engagement Index Volume 1 Issue 1 Spring 2014 The Vantage Media Consumer Engagement Index Content and media are being consumed on different devices at a growing rate, while consumers want better

More information