Android 版 Privacy Sandbox
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android 版 Privacy Sandbox 引入新技術,以提升使用者隱私權,並在行動應用程式中提供有效的個人化廣告體驗。Privacy Sandbox 包含隱私維護 API,每個 API 都需要具備廣告服務 normal
權限,才能在不仰賴跨應用程式 ID 的情況下支援核心廣告用途。
進一步瞭解 Android 版 Privacy Sandbox 計畫和 AdMob。
Topics API
Topics API 是 Privacy Sandbox 的一部分,旨在根據使用者的應用程式使用情形,在裝置上推斷出概略的興趣信號。這些信號或「主題」是可識別的類別,是根據使用者使用的應用程式推斷而來。
應用程式和廣告平台可以根據主題決定哪些廣告切合您的需求。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 是 Privacy Sandbox 的一部分,其設計宗旨是要避免仰賴跨方使用者 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 版操作說明,瞭解如何避免權限合併。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-20 (世界標準時間)。
[[["容易理解","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-02-20 (世界標準時間)。"],[[["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"]]