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

Lifestreet Bid adapter: initial release #8340

Merged
merged 6 commits into from
Aug 26, 2022

Conversation

probably-kira
Copy link
Contributor

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

Added back Lifestreet adapter with meta properties added

  • test parameters for validating bids
{
  bidder: 'lifestreet',
  params: {
        adkey: 'f1c',
        ad_size: '300x250',
        slot: 'slot1227913',
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

@patmmccann
Copy link
Collaborator

please note there are no tests in your file

@probably-kira
Copy link
Contributor Author

please note there are no tests in your file

oh sorry! can't get how could this happens.. added back

@ChrisHuie ChrisHuie self-requested a review May 3, 2022 13:50
@ChrisHuie ChrisHuie self-assigned this May 3, 2022
@probably-kira
Copy link
Contributor Author

@ChrisHuie could you please tell me which kind of update needs to be done? Is it something from my side or from your side? Thanks!

@ChrisHuie
Copy link
Collaborator

@ChrisHuie could you please tell me which kind of update needs to be done? Is it something from my side or from your side? Thanks!

Yes. My apologies. Your tests seem to be failing their unit tests per CircleCi.

@probably-kira
Copy link
Contributor Author

@ChrisHuie sorry for radio silence! I've fixed tests, could you please take a look on this PR?

@probably-kira
Copy link
Contributor Author

@ChrisHuie additional ping just in case you you missed previous one

@patmmccann patmmccann changed the title Lifestreet adapter with meta support added Lifestreet adapter: initial release Jul 5, 2022
@patmmccann patmmccann changed the title Lifestreet adapter: initial release Lifestreet Bid adapter: initial release Jul 5, 2022
@ChrisHuie
Copy link
Collaborator

@ChrisHuie additional ping just in case you you missed previous one

Sorry I did. Will work on this review :)

@probably-kira
Copy link
Contributor Author

@ChrisHuie additional ping just in case you you missed previous one

Sorry I did. Will work on this review :)

any news on this?

*/
function formatBidRequest(bid, bidderRequest = {}) {
const {params} = bid;
const {referer} = (bidderRequest.refererInfo || {});
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI. refererInfo was updated/refactored in Prebid 7 with #8450 . Not sure if you are expecting refererInfo to act as previous versions.

@ChrisHuie
Copy link
Collaborator

@probably-kira hoping to get this merged this week or next week. I don't see docs in our docs repo though (https://github.com/prebid/prebid.github.io). If you don't mind submitting a pr over there also to compliment this new adapter code pr. Here is some docs around how the markdown can be easily setup (https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter) :)

@probably-kira
Copy link
Contributor Author

@probably-kira hoping to get this merged this week or next week. I don't see docs in our docs repo though (https://github.com/prebid/prebid.github.io). If you don't mind submitting a pr over there also to compliment this new adapter code pr. Here is some docs around how the markdown can be easily setup (https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter) :)

hi Chris, I apologize, was on vacation. Will do everything till EOW

@probably-kira
Copy link
Contributor Author

@ChrisHuie I've checked and here is the file:
https://github.com/prebid/prebid.github.io/blob/master/dev-docs/bidders/lifestreet.md
nothing was changed in request format since that time, so the documentation is valid, but please let me know if I should update it somehow

@probably-kira
Copy link
Contributor Author

thanks a lot @ChrisHuie!!

JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* Lifestreet adapter with meta support added

* Added tests

* fix linting error

* Fixed typo in tests

* CR fix: import functions from utils instead of using *

Co-authored-by: Chris Huie <[email protected]>
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* Lifestreet adapter with meta support added

* Added tests

* fix linting error

* Fixed typo in tests

* CR fix: import functions from utils instead of using *

Co-authored-by: Chris Huie <[email protected]>
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.

3 participants