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 はプライバシー サンドボックスの一部であり、クロスパーティ ユーザー ID への依存をなくすことでユーザーのプライバシーを向上させ、モバイルアプリを対象としたアトリビューションとコンバージョンの測定の主要なユースケースをサポートするように設計されています。
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-07-22 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"]],["最終更新日 2025-07-22 UTC。"],[[["The Privacy Sandbox on Android enhances user privacy while enabling personalized advertising in mobile apps, using new technologies like the Topics and Attribution Reporting APIs."],["The Topics API infers user interests based on app usage to deliver relevant ads without cross-app tracking, requiring the `ACCESS_ADSERVICES_TOPICS` permission."],["The Attribution Reporting API provides improved privacy for attribution and conversion measurement, utilizing the `ACCESS_ADSERVICES_ATTRIBUTION` and `ACCESS_ADSERVICES_AD_ID` permissions for debugging reports."],["Developers can opt out of AdMob's testing of these APIs by managing permissions as outlined in Android's instructions."]]],["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"]]