Android 版プライバシー サンドボックス
コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。
Android 版プライバシー サンドボックスは、ユーザーのプライバシー保護を強化し、モバイルアプリで効果的なパーソナライズド広告のエクスペリエンスを可能にする新しい技術を導入します。プライバシー サンドボックスには、プライバシー保護 API が含まれています。クロスアプリ識別子に依存することなく主要な広告ユースケースをサポートするには、各 API に広告サービスの normal
権限が必要です。
詳しくは、Android 向けプライバシー サンドボックス イニシアチブと AdMob をご覧ください。
Topics API
Topics API は、ユーザーのアプリ使用状況に基づいてデバイス上で大まかな興味 / 関心シグナルを推定するように設計されたプライバシー サンドボックスの一部です。これらのシグナルまたは「トピック」は、使用したアプリに基づいて推測される認識可能なカテゴリです。
アプリや広告プラットフォームは、トピックを使用して、関連性の高い広告を決定できます。Topics は、モバイルアプリ間で個々のユーザーをトラッキングすることなく、インタレスト ベース広告(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-06-06 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-06-06 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"]]