# Android 開発者向け Unity Ads SDK インテグレーションガイド

> Unity Ads を Android アプリケーションに統合します。段階的なガイドに従って、SDK をインストールし、ゲーム ID で初期化し、Java でインタースティシャル広告、リワード広告、バナー広告を実装します。

以下のトピックでは、Android プロジェクトに Unity Ads を実装する方法について詳しく説明します。

> **Important:**
>
> SDK の初期化の前または中に、ユーザー同意を設定する必要があります。同意設定なしで広告を配信すると、一部の地域ではプライバシー規制に違反する可能性があります。

[Unity Ads Android integration requirements](/ads-android/4.19.0/sdk-integration/requirements.md): Unity Ads SDK 広告統合のための Android アプリの前提条件を確認します。
[Install the Unity Ads SDK for Android](/ads-android/4.19.0/sdk-integration/install-sdk.md): Android プロジェクトに Unity Ads SDK の依存関係を追加します。
[Import the UnityAds library](/ads-android/4.19.0/sdk-integration/import-library.md): Android プロジェクトに UnityAds ライブラリをインポートします。
[Initialize the SDK in Android](/ads-android/4.19.0/sdk-integration/initialize-sdk.md): Unity Ads SDK を初期化して、広告収益化を有効にします。
[Unity Ads privacy and developer consent guide](/ads-android/4.19.0/privacy/developer-consent.md): SDK の初期化前または初期化中に、グローバルなプライバシーフレームワークに準拠するためのユーザー同意フローを設定します。
[Implement interstitial ads in Android](/ads-android/4.19.0/sdk-integration/interstitial-ads.md): Android でインタースティシャル広告を設定し、広告イベントを管理します。
[Implement rewarded ads in Android](/ads-android/4.19.0/sdk-integration/rewarded-ads.md): Android でリワード広告を設定し、広告イベントと報酬の処理を管理します。
[Implement server-to-server redeem callbacks](/ads-android/4.19.0/sdk-integration/s2s-redeem-callbacks.md): サーバー間コールバックを安全に設定し、リワード広告の完了を検証して不正を防止します。
[Implement banner ads in Android](/ads-android/4.19.0/sdk-integration/banner-ads.md): Android でバナー広告を設定し、広告イベントを管理します。
[Test your Unity Ads integration](/ads-android/4.19.0/sdk-integration/test-integration.md): Unity Monetization ダッシュボードでテストモードを有効にして、アプリの公開前に広告機能を安全に検証します。
[Unity Ads SDK troubleshooting guide](/ads-android/4.19.0/sdk-integration/troubleshoot.md): Unity Ads SDK の初期化、広告のロード、または広告の表示時に発生する可能性のある一般的な問題を解決します。
[Unity Ads Android SDK API reference](/ads-android/4.19.0/sdk-integration/api/android-api.md): Android Java または Kotlin 統合向けの Unity Ads SDK API 参照を確認します。
