Skip to main content

iOS - AdMob

iOS mediation

General


Please make sure you’ve added following files in your project:

  1. Google Mobile Ads SDK
  2. Vpon SDK
  3. Vpon AdMob Adapter

And please refer to our Integration Guide to initial Vpon iOS SDK before you start setting.

Note: For Vpon SDK and Vpon AdMob Adapter, please download here.

Ad Unit


Set Up A New App

Log in to your AdMob first. Set up a new app and get your App ID.

Create Ad Unit

Create an ad unit ang get your Ad Unit ID.

Please add the App ID and Ad Unit ID to your application to display ads.

Mediation


Mediation Group

Open “Medation” page, click CREATE MEDIATION GROUP to create mediation group.

Set up meditaion group that based on your requirement.

Add Ad Units to the mediation group.

Set Up Ad Network

If you want to display Banner Ad or Interstitial Ad in your app, please choose ADD AD NETWORK

Select Vpon.

Please insert your own Vpon License key in Vpon Ad ID and insert “TW” in Zone.

Custom Event

If you want to display Native Ad in your app, please choose ADD CUSTOM EVENT

Please insert the Class Name of CustomEvent as below. For example, if you are integrating with your iOS app, please insert GADVpadnNativeAdCustomEvent and insert your own Vpon License Key in Parameter.

Tips


Sample Code

Please refer to our Sample Code for a complete integration sample.