-
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
Quantcast: Block bids without purpose 1 consent #5046
Merged
jaiminpanchal27
merged 8 commits into
prebid:master
from
dpapworth-qc:block_unconsented
Apr 14, 2020
Merged
Quantcast: Block bids without purpose 1 consent #5046
jaiminpanchal27
merged 8 commits into
prebid:master
from
dpapworth-qc:block_unconsented
Apr 14, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpapworth-qc
changed the title
Block bids without purpose 1 consent
Quantcast: Block bids without purpose 1 consent
Mar 30, 2020
mhammond-quantcast
approved these changes
Mar 30, 2020
@jaiminpanchal27 let me know if you spot any changes that need to be made. |
@jaiminpanchal27 do you have an ETA on when this will be reviewed? |
@bretg we're still waiting for this to be reviewed. could we get some feedback? thanks |
jaiminpanchal27
approved these changes
Apr 14, 2020
redaguermas
added a commit
to redaguermas/Prebid.js
that referenced
this pull request
Apr 20, 2020
* 'master' of https://github.com/prebid/Prebid.js: Revert "New LuponMedia Bid Adapter (prebid#5120)" (prebid#5145) New LuponMedia Bid Adapter (prebid#5120) Feature/send publisher domain (prebid#5121) update test adunit params (prebid#5135) add parameter to the conversant adapter to override the url (prebid#5133) Replace call to old url module with call to utils (prebid#5136) GumGum: uses encodeURIComponent inline (prebid#5124) User ID's (liveramp, britepool) and gdpr (prebid#5114) fix wipes adapter response (prebid#5134) Submitting Tercept Analytics Adapter (prebid#5099) hotfix - undefined consent (prebid#5127) parrableIdSystem: Send current page location to back-end (prebid#5123) Increment pre version Prebid 3.16.0 Release Use a deepmerge function to merge both globa level config & bidder specific config (prebid#5039) Update appnexusBidAdapter.js (prebid#4893) Quantcast: Block bids without purpose 1 consent (prebid#5046) ShowHeroes adapter v2 (prebid#5085) Qc/qc usersyncs (prebid#4923)
redaguermas
added a commit
to redaguermas/Prebid.js
that referenced
this pull request
Apr 20, 2020
* master: Revert "New LuponMedia Bid Adapter (prebid#5120)" (prebid#5145) New LuponMedia Bid Adapter (prebid#5120) Feature/send publisher domain (prebid#5121) update test adunit params (prebid#5135) add parameter to the conversant adapter to override the url (prebid#5133) Replace call to old url module with call to utils (prebid#5136) GumGum: uses encodeURIComponent inline (prebid#5124) User ID's (liveramp, britepool) and gdpr (prebid#5114) fix wipes adapter response (prebid#5134) Submitting Tercept Analytics Adapter (prebid#5099) hotfix - undefined consent (prebid#5127) parrableIdSystem: Send current page location to back-end (prebid#5123) Increment pre version Prebid 3.16.0 Release Use a deepmerge function to merge both globa level config & bidder specific config (prebid#5039) Update appnexusBidAdapter.js (prebid#4893) Quantcast: Block bids without purpose 1 consent (prebid#5046) ShowHeroes adapter v2 (prebid#5085) Qc/qc usersyncs (prebid#4923)
iggyfisk
pushed a commit
to happypancake/Prebid.js
that referenced
this pull request
Jun 22, 2020
* Add TCF version to bid request. * Block requests where GDPR consent has not been given. * Removed GDPR apiVersion from bid request. * Added purpose consent check. * Added separate functions for TCF v1 and TCF v2 consent checks. * Check TCF v2 consent before sending bid. * Make TCF v1 consent check strict. * Improved comments and tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Description of change
Check TCF v1 and v2 vendor data to verify that Quantcast has purpose 1 consent, dropping bid requests if no consent has been given. Other TCF consent checks are performed server side.
Other information
Documentation change: prebid/prebid.github.io#1890