Skip to content

iMDS Bid Adapter: support gpp#10150

Merged
ChrisHuie merged 7 commits intoprebid:masterfrom
imediabrands:master
Jul 20, 2023
Merged

iMDS Bid Adapter: support gpp#10150
ChrisHuie merged 7 commits intoprebid:masterfrom
imediabrands:master

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.

Timothy M. Ace added 2 commits June 27, 2023 14:34
@ChrisHuie ChrisHuie merged commit 84c631f into prebid:master Jul 20, 2023
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 <tace@imds.tv>
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.

3 participants

Comments