Skip to content

New adapter - Playstream#14523

Merged
patmmccann merged 6 commits into
prebid:masterfrom
KushAdsolut:master
Mar 30, 2026
Merged

New adapter - Playstream#14523
patmmccann merged 6 commits into
prebid:masterfrom
KushAdsolut:master

Conversation

@KushAdsolut
Copy link
Copy Markdown
Contributor

@KushAdsolut KushAdsolut commented Feb 26, 2026

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

Added a new bidder adapter for playstream to enable header bidding requests through Prebid.js.

Maintainer contact

Test parameters for validating bids

{
    bidder: 'playstream',
    params: {
        host: 'ads.playstream.media',
        adUnitId: '693abb24a96329d29109d6fd',
        publisherId: '667c0c5c56d4388998b9b412',
        type: 'video',
    }
}

Other information

Documentation: prebid/prebid.github.io#6454

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8537247de3

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread modules/playstreamBidAdapter.js Outdated
Comment thread modules/playstreamBidAdapter.js
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5cb45e8aa9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread modules/playstreamBidAdapter.js Outdated
Comment thread modules/playstreamBidAdapter.js Outdated
Comment thread modules/playstreamBidAdapter.js
Comment thread modules/playstreamBidAdapter.js Fixed
Comment thread modules/playstreamBidAdapter.js Outdated
Comment thread modules/playstreamBidAdapter.js Outdated
Comment thread test/spec/modules/playstreamBidAdapter_spec.js
Comment thread modules/playstreamBidAdapter.js
@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Mar 13, 2026

Pull Request Test Coverage Report for Build 23146958616

Details

  • 306 of 343 (89.21%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 96.333%

Changes Missing Coverage Covered Lines Changed/Added Lines %
test/spec/modules/playstreamBidAdapter_spec.js 155 164 94.51%
modules/playstreamBidAdapter.js 151 179 84.36%
Files with Coverage Reduction New Missed Lines %
modules/videoModule/coreVideo.js 1 74.29%
Totals Coverage Status
Change from base Build 23109247465: -0.01%
Covered Lines: 215941
Relevant Lines: 224161

💛 - Coveralls

@KushAdsolut KushAdsolut requested a review from patmmccann March 16, 2026 12:20
@github-actions
Copy link
Copy Markdown

Whoa there partner! This project is migrating to typescript. Consider changing the new JS files to TS, with well-defined types for what interacts with the prebid public API (for example: bid params and configuration). Thanks!

  • modules/playstreamBidAdapter.js

@KushAdsolut
Copy link
Copy Markdown
Contributor Author

Implemented all changes suggested by @patmmccann. Please take another look when you get a chance.

@patmmccann patmmccann merged commit 7eee317 into prebid:master Mar 30, 2026
102 checks passed
mike-lei pushed a commit to wishabi/Prebid.js that referenced this pull request Apr 21, 2026
* New adapter - Playstream

* Refactor playstreamBidAdapter: streamline request parameters and enforce HTTPS protocol

---------

Co-authored-by: Yash Chotaliya <yashc@adsolut.in>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
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.

5 participants