AdFalcon とメディエーションの統合
このガイドは、AdFalcon で Google モバイル広告メディエーションを使用することに関心をお持ちのパブリッシャー様を対象としています。ここでは、現在のアプリでメディエーション アダプタをセットアップし、追加のリクエスト パラメータをセットアップする手順について説明します。
前提条件
参考情報
メディエーションの背景情報については、次のヘルプセンター記事をご覧ください。
ネットワーク アダプタと SDK を含める
上記のリンクから AdFalcon 用の SDK とアダプタをダウンロードします。
一部の SDK ではすでに Google モバイル広告アダプタが提供されていますが、別のファイルとして提供されています。各アダプタに含まれる統合手順または README をご覧ください。
メディエーションされるネットワークの SDK とアダプタ ファイルを、Android ではアプリレベルの build.gradle
ファイルに、iOS では Podfile
に依存関係として組み込みます。
ネットワーク構成を含める
- Android
- 広告ネットワークによっては、
AndroidManifest.xml
ファイルに設定を追加する必要があります。この変更は、android/app/src/main
ディレクトリ内の AndroidManifest.xml
に加えることができます。 - iOS
- Xcode でプロジェクトの
ios/Runner.xcworkspace
を開き、選択したネットワークに必要なフレームワーク、コンパイラ フラグ、リンカーフラグを追加します。
アプリが第三者広告ネットワーク コードを直接呼び出す必要はありません。Google Mobile Ads SDK は、メディエーション対象ネットワークのアダプタとやり取りして、ユーザーに代わって第三者広告を取得します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-01 UTC。
[null,null,["最終更新日 2024-07-01 UTC。"],[[["This guide helps publishers integrate AdFalcon ads into their apps using Google Mobile Ads Mediation."],["It provides resources for downloading the AdFalcon SDK, adapter, and accessing documentation and support."],["Publishers need an existing app with Google Mobile Ads SDK and an AdMob account with mediation line items set up as prerequisites."],["The guide includes steps to integrate the AdFalcon SDK and adapter into your app."],["It emphasizes that the Google Mobile Ads SDK handles communication with the AdFalcon adapter, eliminating the need for direct interaction with AdFalcon's code."]]],["Publishers can use Google Mobile Ads Mediation with AdFalcon by integrating the AdFalcon SDK and adapter into their app. This involves downloading the necessary resources from the provided AdFalcon links, including the SDK and adapter. Developers must then include these as dependencies in their app's build file. Network-specific configurations, such as modifications to `AndroidManifest.xml` for Android or Xcode settings for iOS, are necessary for certain ad networks. The Google Mobile Ads SDK manages the interaction with mediated networks to fetch ads.\n"]]