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

Fidelity Media fmxSSP. Adding GDPR Support #2935

Merged
merged 3 commits into from
Aug 13, 2018
Merged

Fidelity Media fmxSSP. Adding GDPR Support #2935

merged 3 commits into from
Aug 13, 2018

Conversation

onaydenov
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Fidelity Media fmxSSP. Adding GDPR Support

  • test parameters for validating bids
{
  bidder: 'fidelity',
  params: {
    zoneid: '27248',
    floor: 0.01,
    server: 'x.fidelity-media.com'
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

var gdpr = 0;
var consent_str = '';
var consent_given = 0;
if (typeof gdprConsent.gdprApplies !== 'undefined') {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Move this duplicate logic in one function

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review. We are making necessary changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jaiminpanchal27 Changes were made, please review.

@jaiminpanchal27 jaiminpanchal27 merged commit bd60750 into prebid:master Aug 13, 2018
florevallatmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Sep 6, 2018
* Add GDPR support

* Add GDPR Support

* Add GDPR support. Amended .js
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* Add GDPR support

* Add GDPR Support

* Add GDPR support. Amended .js
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* Add GDPR support

* Add GDPR Support

* Add GDPR support. Amended .js
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Add GDPR support

* Add GDPR Support

* Add GDPR support. Amended .js
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Add GDPR support

* Add GDPR Support

* Add GDPR support. Amended .js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants