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
January 24, 2024 - - 1.1.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.1.0-beta04"
   
    implementation "androidx.privacysandbox.ads:ads-adservices-java:1.1.0-beta04"
 
}

Kotlin

dependencies {

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

    implementation "androidx.privacysandbox.ads:ads-adservices-java:1.1.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.1

Version 1.1.0-beta04

January 24, 2024

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

New Features

  • New API to support post-auction user event reporting
  • Added support for Frequency cap filtering for remarketing ads
  • Supporting Join Custom Audience delegation
  • Waterfall mediation chain truncation support
  • Support for Protected Auctions on Bidding and Auction Servers

API Changes

  • Introduce AdSelectionManager::selectAds(AdSelectionFromOutcomesConfig) experimental API (I86cd2)
  • Introduce ReportEventRequest::inputEvent experimental API (Ib94f3)
  • Make ReportImpressionRequest::adSelectionConfig optional (Ief280)
  • Introduce AdSelectionManager::getAdSelectionData and AdSelectionManager::persistAdSelectionResultUnified experimental APIs (Ie4d0e)
  • Introduce CustomAudienceManager::fetchAndJoinCustomAudience experimental API (I09152)
  • Introduce AdSelectionManager::reportEvent experimental API (I0d7dc)
  • Introduced AdSelectionManager::updateAdCounterHistogram experimental API and altered AdData to indicate a series of AdFilters (I87b83)

Bug Fixes

  • Input URIs are now matched on a shared site/origin instead of requiring an exact host name match.
  • Fix test failing due to missing HTTPS scheme (d573058)
  • Fix missing HTTPS scheme from web URLs (cecdcb8)
  • Add throws annotation to the measurement APIs (2dba359)

Version 1.1.0-beta03

November 15, 2023

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

New Features

  • Backward compatibility support for Android S.

Version 1.1.0-beta02

October 4, 2023

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

API Changes

  • Removed T+ version check from measurement request classes. Clients do not need a T+ platform version check on their side to access the privacysandbox MeasurementManager request classes. MeasurementManager will be null with the new behaviour. (Ieb105)

Version 1.1.0-beta01

August 23, 2023

androidx.privacysandbox.ads:ads-adservices:1.1.0-beta01 and androidx.privacysandbox.ads:ads-adservices-java:1.1.0-beta01 are released with no changes. Version 1.1.0-beta01 contains these commits.

Version 1.1.0-alpha01

August 9, 2023

androidx.privacysandbox.ads:ads-adservices:1.1.0-alpha01 and androidx.privacysandbox.ads:ads-adservices-java:1.1.0-alpha01 are released. Version 1.1.0-alpha01 contains these commits.

API Changes

Bug Fixes

Version 1.0

Version 1.0.0-beta05

June 7, 2023

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

Bug Fixes

  • Adds an sdk extension 5 check to TopicsManager
  • Bumps Kotlin coroutines dependency to 1.7.1 to prevent duplicate class build errors in gradle

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.