Christoph Armster

Results 4 issues of Christoph Armster

It would be great to use the common 608 bearings instead of the 12mm ID bearings required now. The price and availability are much better. I modified the stl files...

Hi 👋 We're using bidding logic v3 and adding the header `x_fledge_buyer_bidding_logic_version 3` following the [mock server specification](https://github.com/android/privacy-sandbox-samples/blob/4b16a4cb4a842657fd135568e9578d4750916570/Fledge/FledgeServerSpec/mock-server-v3-bidding-logic.json#L30). This has been working for some months now, until recently the API...

The [documentation](https://developer.android.com/design-for-safety/privacy-sandbox/protected-audience#custom-audience-delegation:~:text=user_bidding_signals) for `fetchAndJoinCustomAudience` shows the field `user_bidding_signals` in snake case. The respective field when accessed from the bidding JS is `userBiddingSignals` in camel case (which took weeks to figure...

The `generateBid` function [returns both an ad and a render URI](https://github.com/android/privacy-sandbox-samples/blob/dev-preview-main/Fledge/FledgeServerSpec/BiddingLogicV3.js#L35-L40) in v3. What's the purpose of providing the URI separately, when it is already contained in the ad? Is...