Skip to content
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

Add gdpr and targeting support for Yieldlab adapter #2755

Merged
merged 2 commits into from
Jun 22, 2018
Merged

Add gdpr and targeting support for Yieldlab adapter #2755

merged 2 commits into from
Jun 22, 2018

Conversation

mirkorean
Copy link
Contributor

@mirkorean mirkorean commented Jun 21, 2018

Type of change

Description of change

  • added support for the gdpr consent management module
  • added support for key-value targeting

solutions@yieldlab.de

  • official adapter submission

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.
Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
Copy link
Collaborator

@harpere harpere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one small question, otherwise LGTM

})

if (bidderRequest && bidderRequest.gdprConsent) {
query.consent = bidderRequest.gdprConsent.consentString
query.gdpr = (typeof bidderRequest.gdprConsent.gdprApplies === 'boolean') ? bidderRequest.gdprConsent.gdprApplies : true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just verifying that you want to default gdprApplies to true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, gdprApplies=true should be the default. Thanks for making sure!

@harpere harpere added LGTM and removed needs review labels Jun 22, 2018
@harpere harpere merged commit e8f543b into prebid:master Jun 22, 2018
dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
florevallatmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Sep 6, 2018
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Add targeting support

Support for optional key-value targeting. As the request to Yieldlab is joint, we expect the targeting params to be present for only one of the adUnits or to be the same for every adUnit.

* Add GDPR support

Support for the Prebid.js consent management module. Passing "consent" and "gdpr" (default: true) parameters if present.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants