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

PubMatic Bid Adapter : start sending displaymanager & displaymanagerver #11530

Merged
merged 4 commits into from
May 22, 2024

Conversation

kapil-tuptewar
Copy link
Contributor

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated 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

With this change pubmatic bid adapter will start sending displaymanager & displaymanagerver to pubmatic adserver

@ChrisHuie ChrisHuie changed the title PubMaticBidAdapter : Start sending displaymanager & displaymanagerver to translator adserver PubMatic Bid Adapter : start sending displaymanager & displaymanagerver May 21, 2024
bidfloorcur: bid.params.currency ? _parseSlotParam('currency', bid.params.currency) : DEFAULT_CURRENCY
bidfloorcur: bid.params.currency ? _parseSlotParam('currency', bid.params.currency) : DEFAULT_CURRENCY,
displaymanager: 'Prebid.js',
displaymanagerver: '$prebid.version$' // prebid version
Copy link
Collaborator

Choose a reason for hiding this comment

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

why not put this on ext so it remains valid ortb?

Copy link
Contributor Author

@kapil-tuptewar kapil-tuptewar May 22, 2024

Choose a reason for hiding this comment

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

@patmmccann I can see these fields are present in root object in ORTB - 2.5 as well as 2.6 spec, so I placed at same order.
ortb_ss

Copy link
Collaborator

Choose a reason for hiding this comment

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

oh wow, i was unfamiliar with them

@patmmccann patmmccann merged commit 178ef64 into prebid:master May 22, 2024
4 checks passed
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