-
Notifications
You must be signed in to change notification settings - Fork 245
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
PA API on cookie-less inventory #1345
Comments
While it's not a literal "user has opted out of 3PC" signal, note that the Storage Access API allows 3P embeds / subresources to understand whether they have access to third-party cookies or not. Does that help with your third requirement? |
PA might be GA, but where GAM is in use and GAM would be the PA top-level seller, its policy determines whether a PA auction is run, assuming the publisher has enabled PA. |
This might help it. Can anyone familiar with prebid.js validate if this is something that could be called from within the prebid code? |
I think this is a different problem to solve. Here we're trying to explore ways on how to enable PA API across all publishers that can bring value to them. We should probably use the other thread to discuss GAM coordination questions. |
Here are Prebid's PA config support docs. Prebid is open source and welcomes useful PRs. |
One feature that could help facilitate PA API adoption is support to enable PA API only on cookie-less traffic where it could be valuable for the publishers.
The pseudo code for SSPs ad tag javascript could look something like this:
There are 3 pieces of information that are need to implement this functionality:
The ask for Chrome is to a) provide an API to detect cookie-less inventory and b) provide a proper mechanism to detect whether IGs are available for use.
The text was updated successfully, but these errors were encountered: