Skip to content
nook edited this page Aug 22, 2016 · 1 revision

DoubleClick for Publishers

This document outlines the integration steps needed for DFP customers. After integrating following these instructions, Yieldmo can deliver our high-yield formats through DFP. You have to configure Yieldmo in DFP as “Custom Event”.

Requirements

  • Integrate Google Mobile Ads SDK
  • Yieldmo SDK 4.0.0 or above
    • Works with iOS 8 and above
  • 2 Adapter files (YMDFPPlacement.h & YMDFPPlacement.m)
  • DFP should be configured to allow creative size 300x250
  • Get the following from your account manager
    • App ID - Needed to initialize the SDK
    • Placement ID(s) - Needed for each ad location

Features

  • Delivers ads in-content
  • Supports location targeting if a location is passed to DFP
  • Reports clicks and ad lifecycle events to DFP

DFP Setup

Please add every placement/ad unit with Yieldmo as a custom network as shown below:

dfp_config

The parameter is your Yieldmo app id followed by the placement id, separated by an underscore. For example: _.

Integration Steps

  1. Integrate our SDK using Cocoapods or manually installing the framework, following integration in our Getting Started page.
  2. Drag and drop our custom adapter files (YMDFPPlacement.h & YMDFPPlacement.m), found on github in mediation/DFP

Resizing Note

Because our high-yield formats can vary in size, we dynamically resize the DFP container in response to creative requirements and user actions. You may need to reset the size of the view if you want to request another network in the same container, or to refresh the Yieldmo ad.

Questions

Please feel free to reach out to ads@yieldmo.com or to your account manager for any questions.

Clone this wiki locally