Skip to content

New adapter - Playstream#14523

Open
KushAdsolut wants to merge 6 commits intoprebid:masterfrom
KushAdsolut:master
Open

New adapter - Playstream#14523
KushAdsolut wants to merge 6 commits intoprebid:masterfrom
KushAdsolut:master

Conversation

@KushAdsolut
Copy link

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

@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".

Copy link

@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".

@coveralls
Copy link
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

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
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants