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

iMDS Bid Adapter: support gpp #10150

Merged
merged 7 commits into from
Jul 20, 2023
Merged

iMDS Bid Adapter: support gpp #10150

merged 7 commits into from
Jul 20, 2023

Conversation

ecammit
Copy link
Contributor

@ecammit ecammit commented Jun 27, 2023

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

GPP support is added to the iMDS bid adapter

const tmax = bidderRequest.timeout;
const callbackTimeout = bidderRequest.timeout;
const globalTimeout = config.getConfig('bidderTimeout');
const tmax = globalTimeout ? Math.min(globalTimeout, callbackTimeout) : callbackTimeout;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is incorrect, just use the value in the request

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is incorrect, just use the value in the request

Okay, I was wondering how #8526 somehow disappeared.

@ChrisHuie ChrisHuie merged commit 84c631f into prebid:master Jul 20, 2023
2 checks passed
santii7395 pushed a commit to themaven-net/Prebid.js that referenced this pull request Aug 28, 2023
* Backport of pull request prebid#8526 that was missing from rename of synacormedia adapter to imds

* CAPT-787: Add gpp support to imds adapter.

* CAPT-787: Change src= to pbjs/x.y.z to be consistent with prebid-server format.

* CAPT-787: Add gppsid parameter to usersync to mirror the prebid-server instance

* Revert "Backport of pull request prebid#8526 that was missing from rename of synacormedia adapter to imds"

This reverts commit 6619ed9.

* CAPT-787: imds adapter: Resolve "undefined" passed in gpp string for usersync

---------

Co-authored-by: Timothy M. Ace <[email protected]>
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.

None yet

3 participants