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

Criteo Bid Adapter: add support of static floors #9140

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

leonardlabat
Copy link
Contributor

Type of change

  • Feature

Description of change

We want publishers that are not interested in using Prebid floor module to be able to send us floor/floorCur through bid params.

{
  bidder: 'criteo',
  adUnitCode: 'bid-123',
  mediaTypes: {
    banner: {
      sizes: [[300, 250], [728, 90]]
    }
  },
  params: {
    networkId: 456,
    bidFloor: 1,
    bidFloorCur: 'EUR'
  },
}

We want publishers that are not interested in using Prebid floor module to be able to send us floor/floorCur through bid params.
@patmmccann patmmccann self-requested a review October 21, 2022 15:03
@patmmccann patmmccann self-assigned this Oct 21, 2022
Copy link
Collaborator

@patmmccann patmmccann left a comment

Choose a reason for hiding this comment

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

kindly document these changes

@patmmccann patmmccann merged commit 87e5b89 into prebid:master Oct 21, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
We want publishers that are not interested in using Prebid floor module to be able to send us floor/floorCur through bid params.
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
We want publishers that are not interested in using Prebid floor module to be able to send us floor/floorCur through bid params.
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