-
Notifications
You must be signed in to change notification settings - Fork 760
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
Additional DSA validations #3438
Comments
I think we need to define new seat non-bid codes. |
This would be the first instance doing a legal basis check on the bid response. The Go and Java teams will have to look into the impact. |
Opened PR for the IAB seatnonbid code file to propose code 305 to cover rejecting responses for privacy reasons. InteractiveAdvertisingBureau/openrtb#163 |
As discussed in committee yesterday, pulled the legal basis check out into a separate issue #3508 and made the remaining items here ready-for-dev |
@bretg just to clarify, I assume we will use 305 if any of the DSA validation checks fail including if the DSA object is required but not present on the bid, is that correct? |
@bsardo - we settled on 305 in the PMC last week. Removed references to the others |
Implemented in PBS-Go v2.9.0. We're using seat non-bid code 300 for now and will change it to 305 when that's accepted by the IAB. |
released with PBS-Java 3.2 |
Here are some we're looking at in JS when DSA is required:
Also, there are field length validations not defined with the original passthrough requirements. The
paid
andbehalf
response fields should have not more than 100 chars or the response should be rejected.In any case:
The text was updated successfully, but these errors were encountered: