Intégrer i-mobile à la médiation

This guide shows you how to use the Google Mobile Ads SDK to load and display ads from i-mobile using mediation, covering waterfall integrations. It covers how to add i-mobile to an ad unit's mediation configuration, and how to integrate the i-mobile SDK and adapter into an iOS app.

The dashboard interface for i-mobile uses Japanese text for its labels, buttons, and descriptions. The screenshots in this guide have not been translated. In this guide's descriptions and instructions however, labels and buttons are translated with their English language equivalents in parentheses.

Supported integrations and ad formats

The mediation adapter for i-mobile has the following capabilities:

Integration
Bidding
Waterfall
Formats
Banner
Interstitial
Rewarded
Native

Requirements

  • iOS deployment target of 12.0 or higher

Step 1: Set up configurations in i-mobile UI

Inscrivez-vous ou connectez-vous à votre compte i-mobile.

Ajoutez votre application au tableau de bord i-mobile en cliquant sur l'onglet サイト/アプifmobile管理 (Gestion des sites/applications) et sur le bouton de la plate-forme de votre application.

Remplissez le formulaire, puis cliquez sur le bouton 모規登録 (S'inscrire).

Pour créer un espace publicitaire, sélectionnez votre application dans l'onglet サイト/アプア管理 (gestion des sites/applications).

Accédez à l'onglet 広告スクット管理 (gestion des emplacements publicitaires) et cliquez sur le bouton Λ規広告ストット (Nouveau spot publicitaire).

create_ad_spot

Ensuite, remplissez le formulaire en indiquant 広告ステット名 (Nom du spot publicitaire), 広告ステットサイズ (taille du spot publicitaire) ainsi que d'autres informations. Ensuite, cliquez sur le bouton \r規登録 (S'inscrire).

new_ad_spot_form

Votre nouvel emplacement publicitaire est prêt. Pour afficher les détails de son intégration, cliquez sur le bouton アプifmobile設型取得 (Télécharger les paramètres de l'application).

ad_spot_list

Prenez note de l'パブットャーID (identifiant de l'éditeur), ジデ分アID (ID média) et スジットID (ID Spot). Vous aurez besoin de ces paramètres plus tard lors de la configuration d'i-mobile pour la médiation dans l'UI Ad Manager .

Step 2: Set up i-mobile demand in Ad Manager UI

Configurer les paramètres de médiation pour votre bloc d'annonces

Connectez-vous à votre compte Ad Manager.

Accédez à Diffusion > Groupes de rendement, puis cliquez sur le bouton Nouveau groupe de rendement.

Attribuez un nom unique à votre groupe de rendement, définissez l'état sur Actif, puis le format d'annonce et le type d'inventaire sur Application mobile. Dans la section Ciblage > Inventaire, sélectionnez le bloc d'annonces auquel vous souhaitez ajouter une médiation sous Inventaire et Application mobile.

Cliquez ensuite sur le bouton Ajouter un partenaire de rendement.

Si vous disposez déjà d'un partenaire de rendement pouri-mobile, vous pouvez le sélectionner. Sinon, sélectionnez Créer un partenaire de rendement.

Sélectionnez i-mobile en tant que réseau publicitaire, saisissez un nom unique et activez la médiation.

Activez la collecte des données automatique et saisissez le

Une fois que vous avez sélectionné Partenaire de rendement, sélectionnez Médiation SDK pour mobile comme type d'intégration, iOS comme Plate-forme et Actif comme État. Saisissez lePublisher ID, Media ID and Spot ID obtenu dans la section précédente. Saisissez ensuite une valeur dans le champ CPM par défaut.

Lorsque vous avez terminé, cliquez sur Enregistrer en bas de la page.

Step 3: Import the i-mobile SDK and Adapter

Add the following line to your project's Podfile:

pod 'GoogleMobileAdsMediationIMobile'

From the command line run:

pod install --repo-update

Manual integration

  • Download the latest version of the i-mobile SDK and link ImobileSdkAds.framework in your project.
  • Download the latest version of the i-mobile adapter from the download link in Changelog and link IMobileAdapter.framework in your project.

Step 4: Add required code

SKAdNetwork integration

Follow i-mobile's documentation to add the SKAdNetwork identifiers to your project's Info.plist file.

Step 5: Test your implementation

Activer les annonces tests

Veillez à enregistrer votre appareil de test pour Ad Manager. i-mobile fournit les ID Spot, Media ID et Publisher ID de test à des fins de test. Cliquez ici pour les trouver.

Valider les annonces tests

Pour vérifier que vous recevez des annonces tests dei-mobile, activez le test d'une source d'annonce unique dans l'inspecteur d'annonces à l'aide de i-mobile (Waterfall) sources d'annonces.

Optional steps

Using native ads

Ad rendering

The i-mobile adapter populates the following fields for a GADNativeAd.

Field Assets always included by i-mobile adapter
Headline
Image
Body
App icon 1
Call to action
Star rating
Store
Price

1 For native ads, the i-mobile SDK does not provide an app icon asset. Instead, the i-mobile adapter populates the app icon with a transparent image.

Error codes

If the adapter fails to receive an ad from i-mobile, publishers can check the underlying error from the ad response using GADResponseInfo.adNetworkInfoArray under the following classes:

Format Class name
Banner IMobileAdapter
Interstitial IMobileAdapter
Native GADMediationAdapterIMobile

Here are the codes and accompanying messages thrown by the i-mobile adapter when an ad fails to load:

Error code Reason
0-10 i-mobile SDK returned an error. See code for more details.
101 i-mobile server parameters configured in the Ad Manager UI are missing/invalid.
102 The requested ad size does not match an i-mobile supported banner size.
103 i-mobile failed to present an ad.
104 i-mobile returned an empty native ad array.
105 i-mobile failed to download native ad assets.
106 i-mobile does not support requesting for multiple interstitial ads using the same Spot ID.

i-mobile iOS Mediation Adapter Changelog

Version 2.3.4.0

  • Verified compatibility with i-mobile SDK 2.3.4.
  • Added support to return the i-mobile SDK version in adSDKVersion.

Built and tested with:

  • Google Mobile Ads SDK version 11.2.0.
  • i-mobile SDK version 2.3.4.

Version 2.3.3.0

  • Verified compatibility with i-mobile SDK 2.3.3.

Built and tested with:

  • Google Mobile Ads SDK version 11.1.0.
  • i-mobile SDK version 2.3.3.

Version 2.3.2.1

  • Removed the deprecated willBackgroundApplication delegate method from the banner, interstitial, and native ad implementations.
  • Now requires minimum iOS version 12.0.
  • Now requires Google Mobile Ads SDK version 11.0 or higher.
  • Included Info.plist in the frameworks within IMobileAdapter.xcframework.

Built and tested with:

  • Google Mobile Ads SDK version 11.0.1.
  • i-mobile SDK version 2.3.2.

Version 2.3.2.0

  • Verified compatibility with i-mobile SDK 2.3.2.
  • Removed support of the armv7 architecture.
  • Now requires minimum iOS version 11.0.
  • Now requires Google Mobile Ads SDK version 10.4.0 or higher.

Built and tested with:

  • Google Mobile Ads SDK version 10.4.0.
  • i-mobile SDK version 2.3.2.

Version 2.3.1.0

  • Verified compatibility with i-mobile SDK 2.3.1.

Built and tested with:

  • Google Mobile Ads SDK version 10.3.0.
  • i-mobile SDK version 2.3.1.

Version 2.3.0.1

  • Now requires Google Mobile Ads SDK version 10.0.0 or higher.

Built and tested with:

  • Google Mobile Ads SDK version 10.0.0.
  • i-mobile SDK version 2.3.0.

Version 2.3.0.0

  • Verified compatibility with i-mobile SDK 2.3.0.
  • Now requires Google Mobile Ads SDK version 9.8.0 or higher.

Built and tested with:

  • Google Mobile Ads SDK version 9.13.0.
  • i-mobile SDK version 2.3.0.

Version 2.2.0.1

  • Now requires Google Mobile Ads SDK version 9.0.0 or higher.

Built and tested with:

  • Google Mobile Ads SDK version 9.0.0.
  • i-mobile SDK version 2.2.0.

Version 2.2.0.0

  • Verified compatibility with i-mobile SDK version 2.2.0.

Built and tested with

  • Google Mobile Ads SDK version 8.13.0.
  • i-mobile SDK version 2.2.0.

Version 2.1.0.1

  • Relaxed dependency to Google Mobile Ads SDK version 8.0.0 or higher.

Built and tested with

  • Google Mobile Ads SDK version 8.4.0.
  • i-mobile SDK version 2.1.0.

Version 2.1.0.0

  • Verified compatibility with i-mobile SDK version 2.1.0.
  • Now requires Google Mobile Ads SDK version 8.1.0 or higher.
  • Updated the adapter to use the .xcframework format.

Built and tested with

  • Google Mobile Ads SDK version 8.1.0.
  • i-mobile SDK version 2.1.0.

Version 2.0.33.1

  • Added standardized adapter error codes and messages.
  • Adapter now limits requesting of multiple interstitial ads using the same i-mobile Spot ID.
  • Adapter now forwards the -nativeAdWillLeaveApplication: callback when native ads are tapped.
  • Now requires Google Mobile Ads SDK version 7.68.0 or higher.

Built and tested with

  • Google Mobile Ads SDK version 7.68.0.
  • i-mobile SDK version 2.0.33.

Version 2.0.33.0

  • Verified compatibility with i-mobile SDK version 2.0.33.
  • Now requires Google Mobile Ads SDK version 7.65.0 or higher.
  • Now requires minimum iOS version of 9.0.

Built and tested with

  • Google Mobile Ads SDK version 7.65.0.
  • i-mobile SDK version 2.0.33.

Version 2.0.32.0

  • Verified compatibility with i-mobile SDK version 2.0.32.
  • Now requires Google Mobile Ads SDK version 7.60.0 or higher.
  • Added support for scaling 320x50 and 320x100 ads to better fit adaptive banner request sizes.
  • Removed support for the i386 architecture.

Built and tested with

  • Google Mobile Ads SDK version 7.60.0.
  • i-mobile SDK version 2.0.32.

Version 2.0.31.0

  • Verified compatibility with i-mobile SDK version 2.0.31.

Built and tested with

  • Google Mobile Ads SDK version 7.53.1.
  • i-mobile SDK version 2.0.31.

Version 2.0.29.0

  • Initial release!
  • Added support for banner, interstitial, and native ads.

Built and tested with

  • Google Mobile Ads SDK version 7.52.0.
  • i-mobile SDK version 2.0.29.