privacysandbox ads
androidx.privacysandbox.ads.adservices.adid
androidx.privacysandbox.ads.adservices.adselection
androidx.privacysandbox.ads.adservices.appsetid
androidx.privacysandbox.ads.adservices.common
androidx.privacysandbox.ads.adservices.customaudience
androidx.privacysandbox.ads.adservices.measurement
androidx.privacysandbox.ads.adservices.topics
Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |
---|---|---|---|---|
February 22, 2023 | - | - | 1.0.0-beta01 | - |
Declaring dependencies
To add a dependency on privacysandbox-ads, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.
Add the dependencies for the artifacts you need in the build.gradle
file for
your app or module:
Groovy
dependencies { implementation "androidx.privacysandbox.ads:ads-adservices:1.0.0-beta01" implementation "androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta01" }
Kotlin
dependencies { implementation("androidx.privacysandbox.ads:ads-adservices:1.0.0-beta01") implementation "androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta01" }
For more information about dependencies, see Add build dependencies.
Feedback
Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.
See the Issue Tracker documentation for more information.
Version 1.0
Version 1.0.0-beta01
February 22, 2023
androidx.privacysandbox.ads:ads-adservices:1.0.0-beta01
and androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta01
are released with no notable changes. Version 1.0.0-beta01 was released from an internal branch.
Behavior Changes
- Attribution Reporting has been disabled and is not available for use in this release.
Version 1.0.0-alpha01
January 11, 2023
androidx.privacysandbox.ads:ads-adservices:1.0.0-alpha01
and androidx.privacysandbox.ads:ads-adservices-java:1.0.0-alpha01
are released. Version 1.0.0-alpha01 was released from an internal branch.
- This is a new Jetpack library that enables integration with Privacy Sandbox’s Privacy Preserving APIs (Topics, FLEDGE and Attribution Reporting).
- The Jetpack Privacy Sandbox APIs can be used as a drop-in replacement for the Privacy Sandbox APIs provided in the Extension SDK 4.