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

What is Ads.txt?

What is ads.txt? It is an IAB-approved text file that aims to prevent unauthorized inventory sales. How does it work? Publishers drop a text file on their web servers that lists all of the companies that are authorized to sell the publishers’ inventory. Similarly, programmatic platforms also integrate ads.txt files to confirm which publishers’ inventory they are authorized to sell. This allows buyers to check the validity of the inventory they purchase. How can buyers use ads.txt to check who is authorized to sell? If an exchange and the pubs it represents each adopt ads.txt, bidders can check their tags for the presence of an ads.txt file to verify that the exchange and publisher have a legitimate connection to each other. Are there any other ways to check which sellers are authorized using ads.txt? Yes. Let’s say a buyer bought HuffPost inventory but was skeptical of the exchange the inventory came from. If HuffPost used ads.txt, the buyer could head to huffpost.com/ad...

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 ...