-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
33Across Bid Adapter: Obtain display-related attributes #8730
Conversation
b9e0f2c
to
9cffb55
Compare
We're not allowing adapters to access these api's, please modify core and access from core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User agent client hints should be gathered by core
modules/33acrossBidAdapter.js
Outdated
} | ||
|
||
function storeUaReducedData(uaData) { | ||
storage.setDataInLocalStorage(UA_DATA_KEY, JSON.stringify(uaData)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why put this in storage?
Update: discussed with 33across team on slack, updates pending |
Hi Pat, |
We noticed that as well, which is why we drew the line in the sand to make sure no more were added #8381 |
Remove client hints from 33across adapter
Hi Pat, we removed the storage and client hints from this PR - are you able to review the remaining changes? Thanks! |
* capture display-related client side attributes * rename the client display attributes * Obtain the UA entropy values * apply CR feedback, reuse win constant * pass gpid into build * feedback changes * fix missing native property in some browsers * rename entropy fields * only store entropy data when it's present * remove client hints Co-authored-by: Anthony Lin <[email protected]> Co-authored-by: anthonyjl92 <[email protected]>
* capture display-related client side attributes * rename the client display attributes * Obtain the UA entropy values * apply CR feedback, reuse win constant * pass gpid into build * feedback changes * fix missing native property in some browsers * rename entropy fields * only store entropy data when it's present * remove client hints Co-authored-by: Anthony Lin <[email protected]> Co-authored-by: anthonyjl92 <[email protected]>
Type of change
Description of change
Obtain display-related client-side attributes and clients hints from browsers that support it