nend をメディエーションに統合する(非推奨)
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
nend SDK とアダプタを削除する
nend は非推奨になったため、プロジェクトから nend SDK とアダプタを削除することをおすすめします。
Android Studio
アプリレベルの build.gradle
ファイルから nend
アーティファクトを削除します。
repositories {
google()
maven {
url = uri("https://fan-adn.github.io/nendSDK-Android-lib/library")
}
}
// ...
dependencies {
implementation("com.google.android.gms:play-services-ads:24.5.0")
implementation("com.google.ads.mediation:nend:10.0.0.1")
}
// ...
手動による統合
- プロジェクトから nend Android SDK を削除します。
- プロジェクトから nend Android アダプター
.aar
アーティファクトを削除します。
メディエーション グループから nend を削除する
AdMob ヘルプセンターの手順に沿って、AdMob 管理画面のすべてのメディエーション グループから nend を削除します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eThe nend SDK and adapter are now deprecated and should be removed from your Android project.\u003c/p\u003e\n"],["\u003cp\u003eRemove the nend artifact and dependencies from your \u003ccode\u003ebuild.gradle\u003c/code\u003e file for Android Studio projects or manually remove the SDK and adapter if integrated manually.\u003c/p\u003e\n"],["\u003cp\u003eEnsure you remove nend from all mediation groups within the AdMob UI using the instructions in the AdMob help center.\u003c/p\u003e\n"]]],[],null,["# Integrate nend with mediation (Deprecated)\n\n| **Deprecated:** nend is now deprecated.\n\nRemove nend SDK and adapter\n---------------------------\n\nWith nend being deprecated, we recommend removing the nend SDK and adapter\nfrom your project.\n\n### Android Studio\n\nRemove the `nend` artifact from your app-level `build.gradle` file: \n\n repositories {\n google()\n maven {\n url = uri(\"https://fan-adn.github.io/nendSDK-Android-lib/library\")\n }\n }\n\n // ...\n dependencies {\n implementation(\"com.google.android.gms:play-services-ads:24.5.0\")\n implementation(\"com.google.ads.mediation:nend:10.0.0.1\")\n }\n // ...\n\n### Manual integration\n\n1. Remove the nend Android SDK from your project.\n2. Remove the nend Android adapter `.aar` artifact from your project.\n\nRemove nend from mediation groups\n---------------------------------\n\nFollow the instructions in the\n\n[AdMob help center](//support.google.com/admob/answer/9850777)\n\nto remove nend from all of your\nmediation groups in the\nAdMob UI."]]