We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Over here it shows the generateBid has 7 params:
https://developers.google.com/privacy-sandbox/private-advertising/protected-audience/android#ad-selection-buy-side-bidding
But in the actual example in the repository it shows only 6 params:
https://github.com/android/privacy-sandbox-samples/blob/main/Fledge/FledgeServerSpec/BiddingLogic.js
The text was updated successfully, but these errors were encountered:
For on-device auctions, the generateBid function supports either 7 or 6 parameters in the function signature:
generateBid
generateBid(ad, auction_signals, per_buyer_signals, trusted_bidding_signals, contextual_signals, user_signals, custom_audience_bidding_signals)
or
generateBid(ad, auction_signals, per_buyer_signals, trusted_bidding_signals, contextual_signals, custom_audience_bidding_signals)
The Android platform will automatically detect which one you are using.
We're currently in the process of updating our docs to focus more on B&A server auctions rather than on-device, which should clear up this issue.
Sorry, something went wrong.
No branches or pull requests
Over here it shows the generateBid has 7 params:
https://developers.google.com/privacy-sandbox/private-advertising/protected-audience/android#ad-selection-buy-side-bidding
But in the actual example in the repository it shows only 6 params:
https://github.com/android/privacy-sandbox-samples/blob/main/Fledge/FledgeServerSpec/BiddingLogic.js
The text was updated successfully, but these errors were encountered: