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

Brid Bid Adapter: Initial adapter release #9800

Merged
merged 21 commits into from
Jun 22, 2023
Merged

Conversation

grajzer
Copy link
Contributor

@grajzer grajzer commented Apr 13, 2023

Type of change

  • New bidder adapter

Description of change

Add new bidder adapter for Brid.

{
  bidder: 'brid',
  params: {
    placementId: '12345'
  }
}

@fowler446
Copy link
Collaborator

@jsnellbaker
Docs look good 👍
prebid/prebid.github.io#4482

@Sovica
Copy link

Sovica commented May 8, 2023

Hey Team,

Any updates on when we can get a review here?

@losmicar
Copy link

losmicar commented May 11, 2023

@fowler446 @gwhigs Any estimate when this should be approved ? Thanks!

@ChrisHuie ChrisHuie requested review from ChrisHuie and removed request for gwhigs May 17, 2023 23:14
@ChrisHuie ChrisHuie assigned ChrisHuie and unassigned gwhigs May 17, 2023
@ChrisHuie
Copy link
Collaborator

@losmicar sorry. I will make sure and review this week

@losmicar
Copy link

Thanks @ChrisHuie any updates or timeline estimate about Brid adapter? Any kind of feedback will be useful. Thanks!

@sibussiso
Copy link

@ChrisHuie any updates about the Brid.tv adapter? Please let us know when we can expect an update or if anything else is needed from our side.

},
bidId,
params,
auctionId,
Copy link
Collaborator

Choose a reason for hiding this comment

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

this might be null, is that alright?

};
const bidderRequest = {
bidderCode: 'brid',
auctionId: '1d1a030790a475',
Copy link
Collaborator

Choose a reason for hiding this comment

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

tests on this might fail if you cannot take nulls

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello @patmmccann, tests updated. All example requests now have bidId and auctionId specified. Is that what you meant, or we should modify "isBidRequestValid" method to check if bidId is present (although I don't see other modules have that)?

@sibussiso
Copy link

Hi @patmmccann ,

Let us know if anything else is needed in regards to the above or when can we expect the adapter to go live.

modules/bridBidAdapter.js Outdated Show resolved Hide resolved
@patmmccann patmmccann self-assigned this Jun 21, 2023
@grajzer grajzer closed this Jun 22, 2023
@grajzer grajzer force-pushed the master branch 2 times, most recently from b464286 to c292fa3 Compare June 22, 2023 09:03
@grajzer grajzer reopened this Jun 22, 2023
@patmmccann patmmccann merged commit 4f8c5f4 into prebid:master Jun 22, 2023
3 checks passed
github-ishara-chan-tung pushed a commit to ebuzzing/Prebid.js that referenced this pull request Jul 12, 2023
* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo Bid Adapter: Add GDPR/USP support

* TargetVideo Bid Adapter: Add GDPR/USP support tests

* TargetVideo Bid Adapter: Updating margin rule

* Add Brid bid adapter

* Brid adapter requested changes
musikele pushed a commit to rubicon-project/Prebid.js that referenced this pull request Aug 28, 2023
* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo Bid Adapter: Add GDPR/USP support

* TargetVideo Bid Adapter: Add GDPR/USP support tests

* TargetVideo Bid Adapter: Updating margin rule

* Add Brid bid adapter

* Brid adapter requested changes
santii7395 pushed a commit to themaven-net/Prebid.js that referenced this pull request Aug 28, 2023
* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo Bid Adapter: Add GDPR/USP support

* TargetVideo Bid Adapter: Add GDPR/USP support tests

* TargetVideo Bid Adapter: Updating margin rule

* Add Brid bid adapter

* Brid adapter requested changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants