Stay organized with collections Save and categorize content based on your preferences.

privacysandbox ads

  
This library enables integration with Privacy Preserving APIs, which are part of Privacy Sandbox on Android.
Latest Update Stable Release Release Candidate Beta Release Alpha Release
March 22, 2023 - - 1.0.0-beta02 -

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-beta02"
   
    implementation "androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta02"
 
}

Kotlin

dependencies {

    implementation("androidx.privacysandbox.ads:ads-adservices:1.0.0-beta02")

    implementation "androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta02"
   
}

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.

Create a new issue

See the Issue Tracker documentation for more information.

Version 1.0

Version 1.0.0-beta02

March 22, 2023

androidx.privacysandbox.ads:ads-adservices:1.0.0-beta02 and androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta02 are released. Version 1.0.0-beta02 contains these commits.

Bug Fixes

  • Enabled the MeasurementManager APIs for SDK Extension version 5 and above.
  • Disabled the MeasurementManager APIs for SDK Extension version 4 and below.

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.