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

AIDEM Bid Adapter : fixed getConfig cleanup of consent management #11575

Merged
merged 44 commits into from
May 28, 2024

Conversation

Wazabit
Copy link
Contributor

@Wazabit Wazabit commented May 28, 2024

Type of change

  • Bugfix

Description of change

Fixed getConfig cleanup of consent management (Issue #10658)

gsollazzo and others added 30 commits November 9, 2022 16:20
Added optional rateLimit parameter
Added publisherId, siteId, placementId in win notice payload
Added unit tests
Added missing semicolons
let regs = {};
const consentManagement = config.getConfig('consentManagement');
const euConsentManagement = bidderRequest.gdprConsent;
const usConsentManagement = bidderRequest.uspConsent;
const coppa = config.getConfig('coppa');
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better practice to get Coppa from bidderRequest.ortb2.regs.coppa instead of config.

@ChrisHuie ChrisHuie self-assigned this May 28, 2024
@ChrisHuie ChrisHuie changed the title AIDEM Bid Adapter: Fixed getConfig cleanup of consent management AIDEM Bid Adapter : fixed getConfig cleanup of consent management May 28, 2024
@ChrisHuie ChrisHuie merged commit b44deb8 into prebid:master May 28, 2024
4 checks passed
DecayConstant pushed a commit to mediavine/Prebid.js that referenced this pull request Jul 18, 2024
…ebid#11575)

* AIDEM Bid Adapter

* Added _spec.js

* update

* Fix Navigator in _spec.js

* Removed timeout handler.

* Added publisherId as required bidder params

* moved publisherId into site publisher object

* Added wpar to environment

* Added placementId parameter

* added unit tests for the wpar environment object

* PlacementId is now a required parameter
Added optional rateLimit parameter
Added publisherId, siteId, placementId in win notice payload
Added unit tests

* Revert to optional placementId parameter
Added missing semicolons

* Extended win notice

* Added arbitrary ext field to win notice

* Moved aidemBidAdapter implementation to comply with ortbConverter

* disabled video-specific tests

* Fixed getConfig cleanup of consent management (Issue prebid#10658)

* Fixed getConfig cleanup of consent management (Issue prebid#10658)

* Fixed getConfig cleanup of consent management (Issue prebid#10658)

* Fixed getConfig cleanup of consent management (Issue prebid#10658)

---------

Co-authored-by: Giovanni Sollazzo <gs@aidem.com>
Co-authored-by: darkstar <canazza@wazabit.it>
Co-authored-by: AndreaC <67786179+darkstarac@users.noreply.github.com>
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.

4 participants