Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Vpon を AdMob メディエーションと統合する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このガイドは、Vpon を使用して AdMob メディエーションを導入しようとしているパブリッシャー様を対象としています。現在のアプリにメディエーション アダプターを設定し、追加のリクエスト パラメータを設定する手順について説明します。
前提条件
参考資料
メディエーションの背景情報については、以下のヘルプセンター記事をご覧ください。
ネットワーク アダプターと SDK を組み込む
提供されているリンクから、Vpon の SDK とアダプターをダウンロードします。
一部の SDK には Google Mobile Ads Flutter Plugin アダプターがすでに含まれていますが、
別ファイルとして提供されているものもあります。各アダプターに付属している統合手順または README をご覧ください。
メディエーション ネットワークの SDK とアダプター ファイルを、Android のアプリレベルの build.gradle ファイルと iOS の Podfile に依存関係として組み込みます。
ネットワーク構成を組み込む
- Android
- 広告ネットワークによっては、
AndroidManifest.xml ファイルに追加の設定が必要になる場合があります。これらの変更は、android/app/src/main ディレクトリにある AndroidManifest.xml で行うことができます。
- iOS
- Xcode でプロジェクトの
ios/Runner.xcworkspace を開き、選択したネットワークに必要なフレームワーク、コンパイラ フラグ、リンカー フラグを組み込みます。
アプリで第三者広告ネットワークのコードを直接呼び出す必要はありません。
Google Mobile Ads Flutter Pluginがメディエーション ネットワークのアダプターとやり取りして、
第三者広告を取得します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-05-12 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-05-12 UTC。"],[],["Publishers integrate Google Mobile Ads Mediation with Vpon by downloading Vpon's SDK and adapter. Configure an AdMob account with mediation line items. Include the SDK and adapter as dependencies in your app's build file (Android) or Podfile (iOS). Add any required network configurations to the AndroidManifest.xml (Android) or within the Xcode project (iOS). The Google Mobile Ads SDK then manages fetching third-party ads. Refer to Vpon's documentation for detailed setup instructions.\n"]]