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
May 10, 2023 - - 1.0.0-beta04 -

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

Kotlin

dependencies {

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

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

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-beta04

May 10, 2023

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

Bug Fixes

  • Resolve deadlock issue when adservices measurement APIs are invoked on main thread by the caller. (I65361)

Version 1.0.0-beta03

April 19, 2023

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

New Features

  • Enabled Preview API for Topics.

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.