Skip to main content

How to setup SDK Mediation in DFP


SDK mediation

Mobile SDK mediation allows you to send impressions from mobile apps to ad networks via an ad network's' own SDK.
The SDK mediation creative type in DFP allows publishers to specify an ordered list of ad networks to call. For each impression, the ad request goes to the ad networks in the specified order. If the current network times out or doesn't return an impression because of an error or an impression cannot be found, then the request moves on to the next network. This continues until the impression is filled, or the last network in the mediation chain is reached.
Here’s the list of support Ad Network partners : Link

For supported ad networks:

The developer team should integrate the following into the app:
  1. Include the ad network SDK and adapter - Link
  2. Include the Google Mobile Ads SDK - Link - Link
  3. Setup the network configurations:
    1. For iOS - Link
    2. For Android - Link
    3. For Windows - no support

For unsupported ad networks:

If you don’t find the ad network you want to mediate with in the list of certified networks, you can use custom events.
The Google Mobile Ads SDK includes a handler for custom events, so you can integrate non-certified ad networks by entering the Adapter Class Name in the DFP SDK Mediation Creative. You can also introduce callouts to other services, or trigger other behavior in your app as part of the mediation chain. Learn more in the developer documentation on custom events for Android and iOS.

Custom Events - Link

This guide is intended for publishers looking to use DFP Mediation to:
  • show ads from a network that is not directly supported in the DFP user interface
  • show a custom view instead of an ad
Custom events allow you to write a custom mediation adapter to place any view into your ad space. You can find the full source for this project on GitHub. There are 2 types of Custom Events that you can use:
  1. Banner Custom Events - Link
  2. Interstitial Custom Events - Link

Comments

Popular posts from this blog

How to increase the speed of your ad loading?

If you want to have a better website and get more revenue it is important to speed up the ad placement. A faster site is the same as increasing ad revenue. That is why it is essential to speed up the ad placement. There are 5 easy and important ways how to increase the speed of your ad placement. Review Passback setup Lazy loading In-line CSS Compressing image sizes Responsive design Review Passback Setup Utilization of different kinds of passbacks is a quite common activity for many ads optimizers. But unfortunately, that usage has become a reason for something called “latency” and that in its places makes it hard for the people to view the ads. In order not to let something like this happen, you have to make sure that you do a checkup of your pass backs on a regular basis. By doing so you will be able to understand what kind of ad servers contribute to Latency. It would be even better if you changed to header bidding technique. Lazy Loading Lazy loading is something

DFP Mobile App Integration

DFP Mobile App Integration The SDK can be installed quickly and easily - Link for the checklist Integrating and setup the SDK for the app: Download the Google Mobile ads (GMA) SDK for Android or iOS . Use the Android or iOS quick start guides in the developer documentation to integrate the GMA SDK into your app. Depending on your ad strategy and inventory structure, you can request DFP ad units in various supported sizes and formats (e.g., banners, interstitials, and native). App developers can also see GMA API references with Google Play Services, code samples on the GitHub page , subscribe to the blog , follow the Google+ community , or ask questions on the forum .