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

IX Bid Adapter: Add banner pos support #8892

Merged
merged 5 commits into from
Aug 29, 2022

Conversation

shahinrahbariasl
Copy link
Contributor

@shahinrahbariasl shahinrahbariasl commented Aug 23, 2022

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

@ccorbo
Copy link
Contributor

ccorbo commented Aug 23, 2022

lgtm

@@ -171,7 +171,8 @@ describe('IndexexchangeAdapter', function () {
sizes: [[300, 250], [300, 600]],
mediaTypes: {
banner: {
sizes: [[300, 250], [300, 600]]
sizes: [[300, 250], [300, 600]],
pos: 0,

Choose a reason for hiding this comment

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

erroneous comma here, I think

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch! It's addressed.

@shahinrahbariasl shahinrahbariasl marked this pull request as ready for review August 24, 2022 19:57
Copy link

@robhazan robhazan left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@robhazan robhazan left a comment

Choose a reason for hiding this comment

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

LGTM

@ChrisHuie ChrisHuie self-assigned this Aug 26, 2022
@@ -612,13 +612,15 @@ function buildRequest(validBidRequests, bidderRequest, impressions, version) {
r.ext.ixdiag.err = cachedErrors;
}

// populate request source.tid
r.source = {
tid: validBidRequests[0].transactionId,
Copy link
Collaborator

Choose a reason for hiding this comment

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

@robhazan what's your guys goal here? You already have this field on imp.ext.tid

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@patmmccann thanks for pointing that out, spoke to @robhazan about it and removed source tid logic from this MR.

@shahinrahbariasl shahinrahbariasl changed the title IX Bid Adapter: Add source tid and banner pos support IX Bid Adapter: Add banner pos support Aug 29, 2022
@patmmccann patmmccann merged commit 4471abb into prebid:master Aug 29, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* IX Bid Adapter: Add source tid and banner pos support

* add missing semi

* remove extra comma

* update to check banner pos being int

* remove source tid logic

Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* IX Bid Adapter: Add source tid and banner pos support

* add missing semi

* remove extra comma

* update to check banner pos being int

* remove source tid logic

Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.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.

None yet

6 participants