Maciej Kowalczyk
Maciej Kowalczyk
Is it possible to define ads' `ad_render_id`s while joining CA using `fetchAndJoinCustomAudience`? They seem to be currently required for CA to participate in TEE auctions but neither `ad_render_id` nor `adRenderId`...
Docs for FLEDGE Java samples [say](https://github.com/android/privacy-sandbox-samples/tree/dev-preview-main/Fledge/FledgeJava#launching-the-app): > 1. Set your key value server endpoint > ``` > adb shell "device_config put adservices ad_selection_data_auction_key_fetch_uri [your key fetch endpoint uri]" > ```...
When writer schema is not known at the time of `FastSpecificDatumReader` creation, we pass `null` as `writerSchema` constructor parameter. Then, even after setting proper writer schema using`setSchema()`, we get an...