Behavioral Advertising

Size: px
Start display at page:

Download "Behavioral Advertising"

Transcription

1 Behavioral Advertising

2 1 Introduction Intended Audience Additional Resources Behavioral Advertising Dynamic Ads for Display Advertising Terminology Use Case Creative - Specification Creative - Instrumentation Trafficking Ad Ecosystem Compatibility Reporting Affiliate Banner Testing Use Cases Pros Cons Implementation Adobe 2011, all rights reserved Page 2

3 1 Introduction 1.1 Intended Audience This document is intended for advertisers and agencies looking to deploy affiliate banner advertising or display advertising on paid-for media. 1.2 Additional Resources Test&Target Help includes this guide and additional information on the Test&Target platform that is necessary to successfully deploy behavioral advertising. Log in to Test&Target and click on the Help link in the upper right corner. Adobe 2011, all rights reserved Page 3

4 2 Behavioral Advertising Adobe Test&Target Behavioral Advertising You can use Test&Target in a couple of distinct ways for behavioral advertising. You can use the ad testing capability on your affiliate websites. You can also use the dynamic creative capability on paid media, such as ad inventory sourced from publishers, ad networks and ad exchanges. 2.1 Dynamic Ads for Display Advertising You can use Test&Target to create dynamic ads for your Display Advertising campaigns. Display Advertising is advertising that appears on paid media. Advertisers can purchase guaranteed inventory direct on publisher sites or non-guaranteed inventory via an Ad Network, Demand Side Platform (DSP) or a Supply Side Platform (SSP). The DSP or SSP delivers the ad across ad exchanges. Note: There is a separate Test&Target CPM fee for Display Advertising impressions. You can continue to use the standard license for Test&Target for ad campaigns that do not run on paid media. For Display Advertising, your Account Manager enables a new campaign type called Display Campaign developed for this purpose Terminology 1st party: A publisher, such as the New York Times, provides the placement for the ad. 2nd party: An advertiser, such as Nike, who sponsors the ad campaign. 3rd party: The advertiser s media agency. 3rd party Tools: The ad server and possibly DSP (Demand Side Platform) that a media agency might use on behalf of an advertiser. 4th party and 4th Party Tools: The advertiser s creative agency can deploy other vendors within an ad unit. For example, a DoubleVerify pixel for Ad Safety, Quantcast for Audience Measurement, Test&Target for Dynamic Creative, Evidon for Ad Privacy, etc. Adobe 2011, all rights reserved Page 4

5 2.1.2 Use Case Test&Target allows the marketer to configure dynamic ads using visitor information that is either collected on the advertiser site or across the Web (using a data provider). For visitor information collected on the advertiser site, dynamic ads provide retargeting on abandoned visits. For example, United Airlines shows you a discounted fare from San Francisco to Los Angeles after you abandoned that ticket configuration in their site's shopping cart. Test&Target also allows the marketer to configure dynamic ads using information that has been collected on the visitor as they browse the broader web. For example, United Airlines shows you an ad for a discounted fare from San Francisco to Los Angeles because you searched for those flights on Kayak. These are dynamic ads for acquisition purposes, because they drive net new traffic to your site. Remarketing campaigns tend to suffer from volume. Consider an evolution to campaigns that have both acquisition and remarketing strategies working together. The tradeoff when incorporating a dynamic creative for acquisition campaigns is potentially purchasing data from vendors such as BlueKai, Rapleaf, Exalate etc. These vendors add data and processing cost to the mix. The data cost is a charge for using the 3rd party data. The processing cost is incurred when passing information to the universal profile maintained by Test&Target Creative - Specification You are free to use any creative size you like and are not limited to IAB specifications. Ad creatives can be built using three formats: Image HTML Flash For example, you might prefer to use an HTML5 ad when the placement needs to include the iad network that displays on ios devices. Note that if the mobile browser does not support 3rd party cookies or the user has disabled 3rd party cookies, you cannot use the Test&Target profile (server side cookie store) to target your advertising. If the target browser supports 3rd party cookies, the marketer is fully empowered to create dynamic ads using this profile. Most creative shops want to use flash technology to create dynamic ads. The creative process for FLA-based dynamic ads involves instrumenting the creative for dynamic fields and then using Test&Target s Display Campaign to configure the range of values for these ads. Adobe 2011, all rights reserved Page 5

6 2.1.4 Creative - Instrumentation To get you started, Test&Target provides starter FLAs that explain how to develop dynamic ads. An example of their use is available from the download link under the Display Ad Campaign menu in Test&Target. If you do not see this menu, contact your account representative. This section contains code examples that show different aspects when implementing dynamic creative. The code snippets are included for illustration purposes only. Refer to the example FLA for the supported version. Privacy Consumer privacy is an important consideration when using targeted advertising. Test&Target provides an opt-out ad template to comply with the DAA Self Regulatory principles. To use this template, you must purchase rights from the DAA. Please refer to DAA.com for more details. For a comprehensive implementation of Opt Out, you should use a DAA compliant vendor such as Evidon, Truste or DoubleVerify. To show you how your customers would be able to Opt Out of Test&Target Behavioral Advertising within this template, here is an example. Within the provided FLA template, the following snippet of code includes the power-i icon. / Add opt out option to right-click menu. function calloptoutmethod() { myconnection.optout(); } var mymenu:contextmenu = new ContextMenu(); var optoutoption:contextmenuitem = new ContextMenuItem("Opt out of Behavioral Advertising", calloptoutmethod); mymenu.customitems.push(optoutoption); _root.menu = mymenu; Default Content If the Test&Target server cannot be contacted for some reason (very rare) or if your Display Campaign is deactivated while your tags are live on the web, your ad needs to be able to serve up default content. This is accomplished using the function below. //Set the default XML property. var mydefaultxml:string = "<offer>\n" + " <sub_copy>fall PREVIEW</sub_copy>\n" + " <show_women_image>image1</show_women_image>\n" + " <landing_page> + "</offer>"; myflashbox.defaultxml = new XML(myDefaultXML); Adobe 2011, all rights reserved Page 6

7 Dynamic Creative Your FLA defines a XML schema that represents the customizable attributes in the ad. Test&Target reads this schema when you upload your FLA. It then allows you to define variants. Test&Target matches the visitor to the appropriate variant and returns that to the ad for rendering. // Define a function that will be used to consume the XML returned from Test&Target. function renderdisplayad(xmlresponse:xml) { var _xmloffer:xmlnode = xmlresponse.firstchild; var _subcopy:string = _xmloffer.childnodes[0].childnodes[0].nodevalue.tostring(); subcopy._visible = true; subcopy.text = _subcopy; Registering Clicks with Test&Target Test&Target reports on the number of impressions (via the flashbox) and conversions as part of the campaign setup. To report on clicks and other success metrics, register another flashbox for the click. //Create a flashbox to capture the impression and another to capture the click. // Create the Flashbox with "Flashbox_example" as the mbox name. var myflashbox:flashbox = myconnection.addflashbox("jjesquiredemo1flashbox"); var myflashbox_click:flashbox = myconnection.addflashbox("jjesquiredemo1flashbox_click"); Registering Clicks with Ad Server When 3rd party ad servers receive an ad request from a 1st party ad server (publisher or network), the ad request looks up the advertiser and creative that is appropriate for the current request. The advertiser and the creative chosen can depend on a number of factors such as yield optimization and audience targeting. When the ad server returns the requisite SWF that is used for the ad, it is possible to configure the ad server to pass a flashvar called clicktag into the SWF. Passing this clicktag is required for Test&Target to register the click with the ad server and redirect the request to a requisite landing page. Begin this process with the following code: //Insert ClickTags into flashbox. if (_landingpage.indexof("http") == 0) { _root.clicktag = myflashbox.getmodifiedclicktagurl(_root.clicktag, _landingpage); } Create a Display Ad Campaign in Test&Target To create a display ad campaign, see Creating a Display Ad Campaign in the Test&Target help. Each section of the campaign setup is addressed below: Adobe 2011, all rights reserved Page 7

8 Upload SWF Upload the SWF files (one per ad size) you created using the instrumentation techniques described into the Display Ad campaign. You only have to target once to target across various ad sizes. Pick Locations In the Pick Locations section, be sure to choose the mboxes on your site that have a creative that should to be synchronized with the creative in the offer. This typically leads to a better conversion rate because the messaging is synchronized across channels. Be sure to include the mbox that identifies the visitor as a candidate for retargeting, as well as an orderconfirmmbox. Create Experiences You can use token replace syntax in the dynamic fields. For example, the subcopy field can take the syntax ${user.testattribute default="seafoam green" show_blank="true"}. This technique uses behavioral data for dynamic ads instead of hard coding the variations. For a retargeting campaign, choose the audience that you want to find on the network or exchange. To do this, set up an mbox on the site that reflects a point in your funnel where your audience is considered to be in-market for your products. Map an offer that contains a retargeting pixel for the ad network to this location. When the visitor visits the mbox, the browser receives a cookie from the ad network that tracks the visitor as he browses the web. Consequently, your orderconfirmmbox calls the ad network unpixel function so Test&Target does not show an ad to a converted visitor. Conversion Metrics In the Conversion Metrics section, use the impression and click flashboxes to implement your attribution rules. For example, you might want to see a report that shows the number of times a user viewed your ad and the number of times that user clicked your ad. This could be combined with conversion data to provide your analysis team more insight into how your advertising was consumed. Segments In the segments section, set up reporting segments that match your goals. For example, you might want a report filtered by Geo, Demo, or Intent behavior. Geo and Demo information might be captured using 1st party data (passed using mbox or captured using profile scripts) or 3rd party data (either built into the tool, such as Digital Envoy or Adobe 2011, all rights reserved Page 8

9 Alliant or passed in using the REST based profile passing API). Or, perhaps you d like to see whether the ad size or publisher affected the ad consumption and conversion passed using the flashbox APIs. In all cases, you need to make sure that Test&Target has captured the data you want to segment on. As an example, consider capturing ad size or publisher name. This type of data can be passed from the Ad into Test&Target during ad impression time using flashbox APIs. To pass ad size and network data into the flashbox as parameters, you can add an mbox parameter to a segment to filter it within the report: var myflashbox:flashbox = myconnection.addflashbox("jjesquiredemo1flashbox"); My_Flashbox.addParameter("size", "300x250"); var myflashbox_click:flashbox = myconnection.addflashbox("jjesquiredemo1flashbox"); My_Flashbox_Click.addParameter("network", "Rubicon Project"); Using this technique necessitates additional SWF creation for each publisher and size combination, instead of just size Trafficking After you test the campaign, create ad server tags from your creatives and then traffic those tags to your ad networks. Ensure that the ad server is configured to pass the clicktag to the SWF, so Test&Target can track clicks. Test&Target calls the clicktag and then renders the dynamic ad. Make sure that the campaign is live within Test&Target at the time of trafficking so that default content is not rendered for your ads Ad Ecosystem Compatibility The following table lists compatibilities within the ad ecosystem. Ecosystem Compatible Systems Ad Servers Doubleclick Dart for Advertisers (DFA) Microsoft Atlas MediaMind Demand Side Platforms Invite Media (Google) Turn MediaMath DataXU Supply Side Platforms Rubicon Project PubMatic Adobe 2011, all rights reserved Page 9

10 Ad Networks Collective Media Tribal Fusion Fox Audience Network (now part of Rubicon Project) Traffic Marketplace 24-7 Real Media Yahoo Right Media Google Display Network AOL ValueClick Reporting Use the Campaign Spotlight and Report to view information about your dynamic ads. The campaign report shows see visits, visitors, impressions, clicks and conversion metrics from the flashbox and onsite mbox locations of the campaign such as a product page or a shopping cart page. Use filters to view results for a segment of traffic and use Success Metrics to see a consolidated report from the ad through the site funnel. 2.2 Affiliate Banner Testing The Display Campaign is appropriate to use on paid media for a variety of reasons. For one you are able to target once across all ad sizes. Another reason is that you are able to return Adobe 2011, all rights reserved Page 10

11 default content if Test&Target is down instead of serving a blank ad. However, sometimes you d like to be able to do ad testing for affiliate banners and not incur the Test&Target cost of Display Ad impressions. In that case, using Test&Target s core ad testing functionality is appropriate Use Cases There are two broad use cases for affiliate banner testing. If you need to rotate Images or Flash files, you could use the AdBox/Redirector combined with the AB n campaign. If you have Flash banners that require a dynamic creative, you should use the FlashBox combined with the Flash Campaign. Test& Target can test and track visits to ads and other offsite content. Test&Target can also identify the same user on and off your site and deliver a consistent experience throughout their web experience. Using a single URL, the AdBox allows testing without JavaScript or the mbox.js. An AdBox is useful for testing marketing from sites that do not use mbox.js, such as affiliates. If your campaign needs dynamic creatives (for example, you need to show a product in the ad that was abandoned in the cart), you cannot use an AdBox. In this case, use the Flashbox combined with the Flash Campaign. The following table compares a Redirector, AdBox, and FlashBox and when to use each: Redirector AdBox Flashbox Purpose When To Use URL Structure Offer Type Offer Content Redirects a To change the clientcode.tt.omtrdc.net/m2/ redirect URL for a visitor to a landing page of an clientcode/ubox/page? offer page different web ad page Returns different images or swfs to the ad Returns content elements to a Flash file To change the content of an ad To change content within a Flash ad clientcode.tt.omtrdc.net/m2/ clientcode/ubox/image? Or clientcode.tt.omtrdc.net/m2/ clientcode/ubox/page? See the Test&Target extension for Adobe CS5 or Flashbox ActionScript classes. redirect offer Built in to campaign URL for an image or swf Flashreadable content AdBox and Redirector ads can be used with any kind of campaign. Flashbox should only be used with the Flash campaign Pros Adobe 2011, all rights reserved Page 11

12 Flexibility to use a single URL to provide default content, alternative content and to track visitors, clicks, and impressions for ads that do not require dynamic creative. Requires no JavaScript, ActionScript or mbox.js for ads that do not require dynamic creative Cons With the AdBox, there is no client side timeout as with standard mboxes. If a Test&Target edge cluster is completely down, (which almost never happens), visitors to the ad will not see any content, not even default content. You must use the FlashBox to show default content Implementation Optimizing image ads in banners is described in this topic and the following subtopics: Tracking Clicks Through Conversion Testing Version of Ad Content Varying Destinations of an Ad Testing Image and Flash Ads with the AdBox Tracking Clicks Through Conversion To track clicks on the ad, through to conversion: 1. Create a Redirector. The default content must be your Web site landing page. 2. Create a campaign. 3. Choose the Redirector as the entry point, or a success metric in the campaign, and then load with default content. 4. Submit the Redirector URL to your Ad Network as the ad's destination URL Testing Version of Ad Content Adobe 2011, all rights reserved Page 12

13 To test different versions of an ad's content: 1. Create an AdBox. 2. Create unique ad content and create a Redirect Offer for each content version. 3. Create a campaign. 4. Choose the AdBox as your display mbox. 5. Create an experience for each content, load the unique Redirect Offer into the AdBox. For a comparison of AdBox, Redirect, and Flashbox, see the table in Affiliate Banner Testing. 6. Submit the AdBox URL to your affiliate Varying Destinations of an Ad To vary the destinations of an ad: 1. Create a Redirector. 2. Create a Redirect Offer for each unique landing location on your Web site. 3. Create a campaign. 4. Choose the Redirector as your display mbox, and one experience for each new Redirect Offer. 5. Submit the Redirector URL as the ad's destination URL Testing Image and Flash Ads with the AdBox Use the AdBox to test content and track visits to display ads and other offsite content. An AdBox is like an mbox, but it is controlled by a URL rather than JavaScript. AdBoxes are created with a special AdBox URL that loads an "ad" mbox (or AdBox) into your Test&Target account. Use this AdBox in place of the mbox in your tests. Submit the AdBox URL to your Ad Network in place of the ad's image reference. Adobe 2011, all rights reserved Page 13

14 Creating an AdBox for an Image To create an AdBox for an image: 1. Prepare creative content for ads, including the default content. Tip: Make sure all content matches the ad size. 2. Create the AdBox URL, replacing the bolded parameters below with your own information: 200&mboxDefault= http%3a%2f%2fwww%2eyourcompany%2ecom%2fimg%2flogo%2egif Where: myclientcode is your company s Test&Target client code. Find this in your mbox.js listed as mboxclientcode = 'myclientcode'. This is all lower case and has no special characters. image is the offer type. In this case it is an image. See below for Flash instruction. adimage123_320x200 is the name of the mbox Warning! AdBoxes function differently from other mboxes, but appear just as any other mbox in your account. Name the AdBox so it is easily distinguished them from the non-ad mboxes in your account. Tip: Begin the mbox name with adimage and the size of the ad. http%3a%2f%2fwww%2eyourcompany%2ecom%2fimg%2flogo%2egif is the mbox's default content. Note: This must be URL encoded and must be an absolute reference. Tip: quickly encodes your URLs. 3. Validate the AdBox. a) Insert the AdBox URL into a browser and refresh. b) Log in to your account, refresh your mbox list and verify the new AdBox is listed in your account. 4. If you plan to test different versions of the ad, create Redirect Offer(s) for each version. Adobe 2011, all rights reserved Page 14

15 Warning! AdBoxes must be loaded with a Redirect Offer or the default content offer. Other offers types will not work. 5. Create the campaign. 6. Complete QA on the campaign. 7. Create a dummy page and verify that all experiences, default content, and reports act as expected on all browser types, for all of your environments. 8. Use an <img src> tag on the dummy page. <img src= http%3a%2f%2fwww%2eyourcompany%2ecom%2fimg%2flogo%2egif> Notes: AdBoxes are not supported by Offer Preview or Browse for mbox.use experiences and preview experiences directly in a browser. Firefox will cache the image request, so you have to shift-reload to preview your changed AdBox content. mboxdebug does not work with Adbox 9. Submit the full AdBox URL to your affiliate, as the image reference Creating an AdBox for a Flash File The process is the same as for creating an image Adbox, with these differences: Use page as the content type and make the default link to your swf file &mboxDefault= http%3a%2f%2fwww%2eyourcompany%2ecom%2fimg%2flogo%2eswf To complete QA, use the embed src tag on the dummy page as you would a Flash file. <embed src= fault= http%3a%2f%2fwww%2eyourcompany%2ecom%2fimg%2flogo%2eswf> Adobe 2011, all rights reserved Page 15

16 Dynamic Flash Creative Test&Target provides multiple ways to test and target Flash content. Test&Target is preintegrated with Flash CS5, and generic ActionScript classes can be used to "instrument" any Flash file with Test&Target capabilities. A Test&Target extension panel is available for Flash CS5. With this panel, you can choose elements within your Flash file to change with Test&Target. You can choose text, images, movie clips and more and then create different versions to test or target to different populations. Get the extension at View the detailed documentation about the extension at If you are using an earlier version than Flash CS5, you can use the Flash ActionScript classes available for Test&Target. With these classes, you can create FlashBoxes that work quite similarly to mboxes to return different content to the Flash file from Test&Target to change the viewer's experience. Note: Flashbox developer documentation is available within Test&Target by clicking Display Ads > Flashbox classes. Contact your Test&Target support professional for more information. Adobe 2011, all rights reserved Page 16

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

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing Integrating Extole with Adobe Target Overview Extole partners with Adobe Target so that marketers can easily deploy Extole tags and test your referral program to improve its performance. A/B testing will

More information

Adobe Test&Target. Integrating Test&Target with Your Online Properties. Overview. The Test&Target Architecture

Adobe Test&Target. Integrating Test&Target with Your Online Properties. Overview. The Test&Target Architecture Adobe Test&Target White Paper Overview 1: Test&Target Architecture 2: Protecting the User Experience 3: Effect on Search Engine Optimization (SEO) 4: Best Practices 5: Proof Points 6: Test&Target Support

More information

Selling Digital Goods Online

Selling Digital Goods Online PayLoadz.com Selling Digital Goods Online How to use the PayLoadz and PayPal services to sell digital goods on your web site Updated: 02/12/2006 TABLE OF CONTENTS INTRODUCTION...3 HOW IT WORKS...3 GETTING

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

Smart Versioning Creative Best Practices

Smart Versioning Creative Best Practices Smart Versioning Creative Best Practices What is Smart Versioning? The collection of features inside the MediaMind Platform that allow users to: Ø Create target audiences, based on a geography or behavioral

More information

Using re-engagement to keep your users coming back for more...and more and more

Using re-engagement to keep your users coming back for more...and more and more Using re-engagement to keep your users coming back for more...and more and more Using re-engagement to keep your users coming back for more...and more and more As a mobile app developer, you know how important

More information

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Contents Introduction... 3 What is Microsoft Advertising adcenter Campaign Analytics?... 3 Useful terms... 3 Overview... 4 Get Started...

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

WompMobile Technical FAQ

WompMobile Technical FAQ WompMobile Technical FAQ What are the technical benefits of WompMobile? The mobile site has the same exact URL as the desktop website. The mobile site automatically and instantly syncs with the desktop

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

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

SOJERN TRAVELER PLATFORM (STP) AD SPECIFICATIONS. Display. Acceptable Media Types. .gif,.jpg,.png,.swf, and HTML5. General Guidelines

SOJERN TRAVELER PLATFORM (STP) AD SPECIFICATIONS. Display. Acceptable Media Types. .gif,.jpg,.png,.swf, and HTML5. General Guidelines Display Online Ad Sizes 300 x 250 160 x 600 728 x 90 300 x 600 Acceptable Media Types.gif,.jpg,.png,.swf, and HTML5 40k General Guidelines All ad units must launch a new browser window when clicked Ads

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

Campaign Management Exercise

Campaign Management Exercise Campaign Management Exercise Time: 45 minutes In this exercise, you learn how to create a CPA Campaign by doing the following: 1. Login to LinkTrust 6.0 by opening your Internet browser to http://partner6.linktrust.com/login/default.aspx

More information

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director Demystifying Digital Introduction to Google Analytics Mal Chia Digital Account Director @malchia @communikateetal Slides will be emailed after the session 2 Workshop Overview 1. Introduction 2. Getting

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

Technical Specifications Digital

Technical Specifications Digital Newsletter Mobile Technical Specifications Digital page 1-5 Mobile page 6 WebTV page 7 The campaign material must be delivered at least 2 working days before the campaign start date. Send campaign material

More information

Digital Advertising setup guide

Digital Advertising setup guide Digital Advertising setup guide Questions? Contact your Ad Operations Campaign Manager, or email campaignmanagers@globe.com 2015.07.04 TABLE OF CONTENTS 1 - the basics Display Requirements Overview...3

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

MARKETING CLOUD APIS

MARKETING CLOUD APIS MARKETING CLOUD APIS Agenda I want to integrate with digital marketing applications, what s the best way Demo I m bored, what else can I do Integrating into the Marketing Cloud, a preview Examples Demo

More information

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014

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

More information

Adobe Marketing Cloud DFA Data Connector for Adobe Analytics

Adobe Marketing Cloud DFA Data Connector for Adobe Analytics Adobe Marketing Cloud DFA Data Connector for Adobe Analytics Contents DFA Data Connector for Adobe Analytics...3 Key Benefits...3 Ad Serving Integration Overview...3 Adobe Integration: Realtime Data Collection...4

More information

netreach Get a prime position on our partners' websites with network advertising

netreach Get a prime position on our partners' websites with network advertising netreach Get a prime position on our partners' websites with network advertising What is netreach Premium? How much does it cost? netreach can work for you Accurate targeting The process Change your messaging

More information

FitCause Privacy Policy

FitCause Privacy Policy FitCause Privacy Policy EFFECTIVE DATE: June 19, 2013 FuelGooder Inc. d/b/a FitCause ( FitCause ) values your privacy. FitCause is a social fundraising platform empowering individuals to turn their exercising

More information

RichPromo User Guide PAGE 1

RichPromo User Guide PAGE 1 RichPromo User Guide Product Description RichPromo is a campaign management platform that personalizes and optimizes content to ensure the most relevant and effective promotion is being shown to each shopper

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

web analytics ...and beyond Not just for beginners, We are interested in your thoughts:

web analytics ...and beyond Not just for beginners, We are interested in your thoughts: web analytics 201 Not just for beginners, This primer is designed to help clarify some of the major challenges faced by marketers today, such as:...and beyond -defining KPIs in a complex environment -organizing

More information

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174 Index A AdWords, 182 AJAX Cart, 129 Attribution, 174 B BigQuery, Big Data Analysis create reports, 238 GA-BigQuery integration, 238 GA data, 241 hierarchy structure, 238 query language (see also Data selection,

More information

Affiliate Link At A Glance

Affiliate Link At A Glance Affiliate Link At A Glance Who is Affiliatetracking.com? Affiliatetracking.com was established in May of 1998 to help webmasters with small budgets establish an affiliate program. Since our beginning,

More information

Google Analytics Guide

Google Analytics Guide Google Analytics Guide 1 We re excited that you re implementing Google Analytics to help you make the most of your website and convert more visitors. This deck will go through how to create and configure

More information

Analytics for Pros. SEMpdx

Analytics for Pros. SEMpdx Analytics for Pros SEMpdx ISITE Design $39.5 IN 2012 BILLION $62 BILLION BY 2016 http://www.go-gulf.com/blog/online-ad-spending WHY WEB ANALYTICS IS IMPORTANT TO SEM AND ONLINE ADVERTISING Prove to people

More information

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

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

More information

Leveraging Social Media

Leveraging Social Media Leveraging Social Media Social data mining and retargeting Online Marketing Strategies for Travel June 2, 2014 Session Agenda 1) Get to grips with social data mining and intelligently split your segments

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

1 Which of the following questions can be answered using the goal flow report?

1 Which of the following questions can be answered using the goal flow report? 1 Which of the following questions can be answered using the goal flow report? [A] Are there a lot of unexpected exits from a step in the middle of my conversion funnel? [B] Do visitors usually start my

More information

DIGITAL MARKETING TRAINING

DIGITAL MARKETING TRAINING DIGITAL MARKETING TRAINING Digital Marketing Basics Keywords Research and Analysis Basics of advertising What is Digital Media? Digital Media Vs. Traditional Media Benefits of Digital marketing Latest

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Dynamic Product Ads Implementation Guide

Dynamic Product Ads Implementation Guide Dynamic Product Ads Implementation Guide Reach your customers with highly relevant products, on all devices Table of Contents Introduction to dynamic product ads... Dynamic product requirements... Creating

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Table of Contents OggChat Overview... 3 Getting Started Basic Setup... 3 Dashboard... 4 Creating an Operator... 5 Connecting OggChat to your Google Account... 6 Creating a Chat Widget...

More information

ADVERTISING SPECS. Base File Weight

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

More information

The Google. Dynamic Remarketing Guide

The Google. Dynamic Remarketing Guide The Google Dynamic Remarketing Guide 2 What Is Remarketing? Remarketing (also referred to as retargeting) is a form of online display advertising which allows online retailers to show ads to shoppers who

More information

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS How to use Google Analytics to track activity on your website and help get the most out of your website 2 April 2012 Version 1.0 Contents Contents 2 Introduction

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

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

Email Signatures. Advanced User s Guide. Version 2.0

Email Signatures. Advanced User s Guide. Version 2.0 Advanced User s Guide Version 2.0 Contents Email Signatures... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Copying Click-to-XyZ Code... 4 Logging in to your ifbyphone Account... 4 Web-Based

More information

MYWEBGROCER CREATIVE GUIDELINES

MYWEBGROCER CREATIVE GUIDELINES MYWEBGROCER CREATIVE GUIDELINES Ad Sizes Name Size Formats Leaderboard 728x90 Wide Skyscraper 160x600 Medium Rectangle 300x250.GIF,.JPEG,.SWF Button/Tile 180x150 Mobile Banner 320x50.GIF,.JPEG Standard

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

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

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

More information

Why It Is Important? Retargeting. Common Objections

Why It Is Important? Retargeting. Common Objections What Is It? Why It Is Important? Retargeting After Yes Common Objections Summary What is it? A digital marketing strategy designed to win back lost customers by displaying ads on other sites to users who

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

How To Run A Successful Linkedin Ad Campaign

How To Run A Successful Linkedin Ad Campaign Ads Playbook Table of contents What Is LinkedIn? 03 STEP 05 Creative Assets 25 Why Should I Advertise on LinkedIn? 04 STEP 06 Ad Approval 30 STEP 01 Campaign Goals 05 STEP 07 Tracking Results 32 STEP 02

More information

Adobe Marketing Cloud Marketing Cloud Cookies

Adobe Marketing Cloud Marketing Cloud Cookies Adobe Marketing Cloud Marketing Cloud Cookies Contents Cookies Used in the Marketing Cloud...3 About Cookies and Privacy...3 Marketing Cloud Cookies...4 Analytics Cookies...5 Search&Promote Cookies...7

More information

SAP VIRTUAL AGENCY GETTING STARTED GUIDE: SELF SERVICE MARKETING

SAP VIRTUAL AGENCY GETTING STARTED GUIDE: SELF SERVICE MARKETING GETTING STARTED GUIDE: SELF SERVICE MARKETING SELF SERVICE MARKETING TABLE OF CONTENTS Introduction 3 Starting Out 4 Creating Campaigns and Collateral 8 Customizing and Executing a Pre-Packaged Campaign

More information

Getting Started with the new VWO

Getting Started with the new VWO Getting Started with the new VWO TABLE OF CONTENTS What s new in the new VWO... 3 Where to locate features in new VWO... 5 Steps to create a new Campaign... 18 Step # 1: Enter Campaign URLs... 19 Step

More information

Getting Started To get started, you will need to access your Associates Central and DFP accounts. The 4-step process is as follows:

Getting Started To get started, you will need to access your Associates Central and DFP accounts. The 4-step process is as follows: Amazon CPM Ads Getting Started Guide Ad Server version Table of Contents Overview... 1 Getting Started... 1 STEP 1: Create passback ad unit in DFP (30 min)... 2 STEP 2: CPM target in your Ad Server (10

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

2013 Ad Solutions. Cross Channel Advertising. (800) 296-7104 sales@admedia.com Partnership Opportunities 1. (800) 296-7104 sales@admedia.

2013 Ad Solutions. Cross Channel Advertising. (800) 296-7104 sales@admedia.com Partnership Opportunities 1. (800) 296-7104 sales@admedia. 2013 Ad Solutions Cross Channel Advertising Partnership Opportunity Partnership Opportunities 1 WHO WE ARE AdMedia works with top agencies and brands to bring digital marketing solutions with our cross

More information

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared

More information

Google Analytics Integration Guide

Google Analytics Integration Guide XTRABANNER Google Analytics Integration Guide U-BTech Solutions LTD. INTRODUCTION Created: 18-Oct-2012 Updated: 23-Mar-2014 We are excited to announce that XtraBanner version 2.0 now supports integration

More information

Chapter 22: Integrating Flex applications with portal servers

Chapter 22: Integrating Flex applications with portal servers 279 Chapter 22: Integrating Flex applications with portal servers Using Adobe LiveCycle Data Services ES, you can configure Adobe Flex client applications as local portlets hosted on JBoss Portal, BEA

More information

Digital Advertising Operations Capabilities

Digital Advertising Operations Capabilities Digital Advertising Operations Capabilities Based on services available as of November 2014 2 ServicEngineBPO is a premier Business Process Outsourcing company established in 2006, with offices in the

More information

LiveEngage Setup Guide

LiveEngage Setup Guide LiveEngage Setup Guide Welcome to the LivePerson community! Congratulations on joining the worldwide movement toward digital engagement to satisfy customers and increase sales. This guide is just one of

More information

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey 1 Google Analytics for Robust Website Analytics Deepika Verma, Depanwita Seal, Atul Pandey 2 Table of Contents I. INTRODUCTION...3 II. Method for obtaining data for web analysis...3 III. Types of metrics

More information

MediaMind Pushdown Banner Creation Using the Workshop

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

More information

Google Analytics Basics

Google Analytics Basics Google Analytics Basics Contents Google Analytics: An Introduction...3 Google Analytics Features... 3 Google Analytics Interface... Changing the Date Range... 8 Graphs... 9 Put Stats into Context... 10

More information

Google Analytics - A Practical Guide to Implementation

Google Analytics - A Practical Guide to Implementation Writing Effective Ad Copy for Your Google Analytics - A Practical Guide to Implementation By Joe Laratro, Chief Technology Officer For more information or questions, please contact us at www.morevisibility.com

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

Document Services Online Customer Guide

Document Services Online Customer Guide Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options

More information

Web Analytics. FAQs MONITOR, ANALYZE, TRACK. Page 1

Web Analytics. FAQs MONITOR, ANALYZE, TRACK. Page 1 Web Analytics FAQs MONITOR, ANALYZE, TRACK Page 1 Web Analytics FAQs Monitor, Analyze, Track This document contains a list of frequently asked questions on the following areas of the Web Analytics system:

More information

USING THE DISTRIBUTION SERVICE

USING THE DISTRIBUTION SERVICE Copyright 2009 Adobe Systems Incorporated and its licensors. All rights reserved. Using the Distribution Service. This user guide is protected under copyright law, furnished for informational use only,

More information

Getting Starting with Google Analytics. Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012

Getting Starting with Google Analytics. Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012 Getting Starting with Google Analytics Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012 What is Google Analytics? Google Analytics is a tool to quantitatively

More information

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

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

More information

White Paper Using Webinars for Online Marketing

White Paper Using Webinars for Online Marketing White Paper Using Webinars for Online Marketing Using Webinars for Online Marketing Introduction Webinars are an effective part of a marketing and lead generation strategy. Prospects are invited to a scheduled

More information

ROI. Google Ad Services. Google Ad Services

ROI. Google Ad Services. Google Ad Services Google Ad Services Gain access to the largest pull of mobile inventory with our managed Google service comprising advanced analytics and optimization to scale reach and improve your ROI. ROI Gain access

More information

Google AdWords TM Conversion Tracking Guide

Google AdWords TM Conversion Tracking Guide Google AdWords TM Conversion Tracking Guide CONTENTS INTRODUCTION TO CONVERSION TRACKING...2 PRODUCT DESCRIPTION...2 OVERVIEW...2 DEFINITION OF TERMS...3 ADDING THE CODE SNIPPET...4 CONVERSION TRACKING

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

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

INTERNET MARKETING. SEO Course Syllabus Modules includes: COURSE BROCHURE

INTERNET MARKETING. SEO Course Syllabus Modules includes: COURSE BROCHURE AWA offers a wide-ranging yet comprehensive overview into the world of Internet Marketing and Social Networking, examining the most effective methods for utilizing the power of the internet to conduct

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

E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6

E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 E-Mail Campaign Manager 2.0 Marketer's Guide Rev: 2014-06-11 E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter

More information

Delivra Email SiteCatalyst v 12.2 Admin Module

Delivra Email SiteCatalyst v 12.2 Admin Module Delivra Email SiteCatalyst v 12.2 Admin Module Yo! Need new text here!!! -- and a new logo --> GENESIS INTEGRATION GUIDE Contents Preface...3 Understanding the Adobe Genesis Email Integration... Key Benefits...

More information

Digital Marketing: Strategies & Measurement

Digital Marketing: Strategies & Measurement 1 Digital Marketing: Strategies & Measurement 2 Overview of Terms Bounce = single page visit Click = an advertisement interaction Visit = a user to your website Impression = an advertisement is shown Click-through

More information

How to integrate Exoclick s conversions tracking with. tracking software voluum

How to integrate Exoclick s conversions tracking with. tracking software voluum How to integrate Exoclick s conversions tracking with tracking software voluum Introduction ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

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

More information

Google AdWords Remarketing

Google AdWords Remarketing Google AdWords Remarketing AdWords remarketing is not only great for driving visitors back to your website to convert but is also great at improving your branding which in effect increases conversion and

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE

ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE ADVERTISER BEGINNER S GUIDE GETTING STARTED IN THE ZANOX MARKETPLACE Dear advertiser, Welcome to the zanox Advertiser Beginner s Guide. The following pages will give you an overview of your zanox advertiser

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

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

AJ Shopping Cart. Administration Manual

AJ Shopping Cart. Administration Manual AJ Shopping Cart Administration Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-2485553, 2485554. Fax : 2484600

More information

Collection of Information and Interest-Based Advertising Perceptions

Collection of Information and Interest-Based Advertising Perceptions 1. General Statement: J-Mac Tool, Inc. s Internet Privacy Statement We respect your privacy and are committed to protecting it. This privacy statement explains our policies and practices regarding online

More information

Remarketing and. Retargeting. By Ann Stanley Managing Director of Anicca Digital. @AnnStanley @aniccadigital #ecommercial15

Remarketing and. Retargeting. By Ann Stanley Managing Director of Anicca Digital. @AnnStanley @aniccadigital #ecommercial15 Remarketing and Retargeting By Ann Stanley Managing Director of Anicca Digital Remarketing aka Stalking What is Remarketing and Retargeting? Remarketing/retargeting are online advertising techniques where

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

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

ABL Advisor :: Online Advertising Specifications

ABL Advisor :: Online Advertising Specifications ABL Advisor :: Online Advertising Specifications Contact Denise Finegan 484.380.2968 or email dfinegan@abladvisor.com p.1 ONLINE ADVERTISING SPECIFICATIONS & SUBMISSION GUIDELINES WEBSITE BANNER AD SIZES

More information

http://docs.oracle.com Oracle Eloqua Emails User Guide

http://docs.oracle.com Oracle Eloqua Emails User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2015 Oracle Corporation. All rights reserved 08/10/2015 Contents 1 Emails Overview 4 2 Examples of Emails 7 3 Email groups 19 3.0.1 Examples of using

More information

Post Affiliate Pro - a complete affiliate management platform

Post Affiliate Pro - a complete affiliate management platform Post Affiliate Pro - a complete affiliate management platform Post Affiliate Pro is very powerful affiliate tracking software. Easily set up and manage your own affiliate program for your business. This

More information

How-to Guide: Integrating Veeam ONE Reporting into Microsoft SharePoint

How-to Guide: Integrating Veeam ONE Reporting into Microsoft SharePoint How-to Guide: Integrating Veeam ONE Reporting into Microsoft SharePoint Alon Zelico Senior Sales Engineer, Veeam Software Use this guide to set up a SharePoint website where you can publish Veeam reports

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information