-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protected Audience for Android Interest Group, Bidding, Auction Clarifications/Questions #348
Comments
Thanks for these questions an apologies for the delay. Breaking up your questions and addressing them individually below:
Some of the differences are due to the fact that Android development started later than Chrome so there is some catching up to do, others are due to the fact that the Android team is prioritizing support for B&A auctions and the current developer documentation focuses on older on-device auction APIs, finally others are caused by differences between the two platforms. For the specific examples you mentioned:
For Android on-device auctions, the bidding logic calls generateBid once per ad. For Android Bidding & Auction server-side (B&A) auctions, the bidding logic calls generateBid once per interest group (i.e. custom audience), which matches the behavior in Chrome. We are currently in the process of updating our developer documentation to focus more on Android B&A auctions.
For Chrome and Android B&A auctions, For Android on-device auctions,
Yes, it is correct to say that Protected Audience APIs for Android and Chrome are similar conceptually but have some different implementation details.
Privacy Sandbox APIs for Chrome and Android are similar efforts and we do try to keep the implementations consistent where it makes sense.
The documentation on GitHub represents the design proposals for Privacy Sandbox APIs. Official developer documentation for what has been implemented is located on the Privacy Sandbox Developers site at https://developers.google.com/privacy-sandbox/. |
Couple of diffs between Protected Audience for Web (PaW?) and Protected Audience for Android (PaDroid?):
executionMode
in particular) a few others seem relevant from a functionality perspective:priority
andpriorityVector
,adComponents
,adSizes
andsizeGroups
.generateBid
is called once perad
rather than once per IG. I definitely see advantages and disadvantages, what is the thinking here?I guess this leads to two kind of meta questions:
The text was updated successfully, but these errors were encountered: