Android 版プライバシー サンドボックス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android 向けプライバシー サンドボックスは新しいテクノロジーを導入しました。ユーザーのプライバシーを強化し、モバイルアプリで効果的にパーソナライズド広告を配信できるようになっています。プライバシー サンドボックスにはプライバシー保護 API が含まれおり、各 API では、複数アプリ共通の識別子に依存することなく、主要な広告ユースケースをサポートできるよう、広告サービスの normal
権限が必要です。
詳しくは、Android 向けプライバシー サンドボックス イニシアチブと AdMob をご覧ください。
Topics API
Topics API はプライバシー サンドボックスの一部で、ユーザーのアプリ使用状況に基づき、オンデバイスできめの粗い興味や関心のシグナルを推測します。このようなシグナルまたは「トピック」は、ユーザーが使用したアプリに基づいて推測される認識可能なカテゴリです。
アプリと広告プラットフォームは、トピックを使用して関連性の高い広告を判断できます。トピックは、個々のユーザーをモバイルアプリ間でトラッキングする必要なく、インタレスト ベース広告(IBA)のユースケースをサポートします。
Google Mobile Ads SDK 22.4.0 は Topics API にアクセスし、デフォルトで次の権限を宣言します。
<!-- Topics API permission. -->
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_TOPICS" />
AdMob の Android 向け Topics API のテストをオプトアウトする場合は、Android の手順で権限の統合を防ぐ方法をご覧ください。
Attribution Reporting API(デバッグ レポートを含む)
Attribution Reporting API はプライバシー サンドボックスの一部で、クロスパーティのユーザー識別子への依存を排除することでユーザーのプライバシー保護を強化し、モバイルアプリにおけるアトリビューションとコンバージョン測定の主なユースケースをサポートします。
Google Mobile Ads SDK 22.4.0 はデバッグ レポートを含む Attribution Reporting API にアクセスし、デフォルトで次の権限を宣言します。
<!-- Attribution Reporting API (with debug reports) permissions. -->
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
AdMob の Android 向け Attribution Reporting API のテストをオプトアウトする場合は、Android の手順で権限の統合を防ぐ方法をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eThe Privacy Sandbox on Android enhances user privacy while enabling personalized advertising in mobile apps, using new technologies like the Topics and Attribution Reporting APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe Topics API infers user interests based on app usage to deliver relevant ads without cross-app tracking, requiring the \u003ccode\u003eACCESS_ADSERVICES_TOPICS\u003c/code\u003e permission.\u003c/p\u003e\n"],["\u003cp\u003eThe Attribution Reporting API provides improved privacy for attribution and conversion measurement, utilizing the \u003ccode\u003eACCESS_ADSERVICES_ATTRIBUTION\u003c/code\u003e and \u003ccode\u003eACCESS_ADSERVICES_AD_ID\u003c/code\u003e permissions for debugging reports.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can opt out of AdMob's testing of these APIs by managing permissions as outlined in Android's instructions.\u003c/p\u003e\n"]]],["The Privacy Sandbox on Android introduces new technologies to enhance user privacy and enable personalized advertising. It includes Privacy-Preserving APIs, such as the Topics API, which infers user interests from app usage, and the Attribution Reporting API for conversion measurement. Both APIs require Ad Services permissions. The Google Mobile Ads SDK 22.4.0 utilizes these APIs and declares default permissions. Users can opt out of AdMob's testing of these APIs by preventing the merging of permissions, per Android's instructions.\n"],null,["# Privacy Sandbox on Android\n\nThe [Privacy Sandbox on\nAndroid](//developer.android.com/design-for-safety/privacy-sandbox/introduction)\nintroduces new technologies to improve user privacy and enable effective,\npersonalized advertising experiences for mobile apps. The Privacy Sandbox\nincludes [Privacy-Preserving\nAPIs](//developer.android.com/design-for-safety/privacy-sandbox/introduction#privacy-preserving-apis),\neach of which requires an Ad Services `normal` permission in order to support\ncore advertising use cases without reliance on cross-app identifiers.\n\nLearn more about [Android's Privacy Sandbox initiative and\nAdMob](//support.google.com/admob/answer/13635519).\n\nTopics API\n----------\n\nThe [Topics\nAPI](//developer.android.com/design-for-safety/privacy-sandbox/topics)\nis part of the Privacy Sandbox designed to infer coarse-grained interest signals\non-device based on a user's app usage. These signals or \"topics\" are\nrecognizable categories that are inferred based on the apps they used.\n\nApps and advertising platforms can use topics to decide what ads are relevant.\nTopics support interest-based advertising (IBA) use cases without requiring\ntracking of individual users across mobile apps.\n\n\nGoogle Mobile Ads SDK\n\n\n22.4.0 accesses the Topics API and declares\nthe following permission by default: \n\n \u003c!-- Topics API permission. --\u003e\n \u003cuses-permission android:name=\"android.permission.ACCESS_ADSERVICES_TOPICS\" /\u003e\n\nIf you want to opt out of AdMob testing of Android's Topics API,\nsee how to prevent the merging of permissions in\n[Android's instructions](//developer.android.com/design-for-safety/privacy-sandbox/setup-api-access#declare-adservices).\n\nAttribution Reporting API (with debug reports)\n----------------------------------------------\n\nThe [Attribution Reporting\nAPI](//developer.android.com/design-for-safety/privacy-sandbox/attribution)\nis part of the Privacy Sandbox and is designed to provide improved user privacy\nby removing reliance on cross-party user identifiers and to support key use\ncases for attribution and conversion measurement across mobile apps.\n\n\nGoogle Mobile Ads SDK\n\n22.4.0 accesses the Attribution Reporting API with\n[debugging reports](//developer.android.com/design-for-safety/privacy-sandbox/attribution#extended-debugging-reports) and declares the\nfollowing permissions by default: \n\n \u003c!-- Attribution Reporting API (with debug reports) permissions. --\u003e\n \u003cuses-permission android:name=\"android.permission.ACCESS_ADSERVICES_ATTRIBUTION\" /\u003e\n \u003cuses-permission android:name=\"android.permission.ACCESS_ADSERVICES_AD_ID\" /\u003e\n\nIf you want to opt out of AdMob testing of Android's Attribution\nReporting API, see how to prevent the merging of permissions in\n[Android's instructions](//developer.android.com/design-for-safety/privacy-sandbox/setup-api-access#declare-adservices)."]]