Docs: New Bidder — PGAM Direct#6536
Merged
Merged
Conversation
Adds the docs page for the new pgamdirect bidder adapter. Code PR: prebid/Prebid.js#14763 GVL 1353. Related to existing pgamssp adapter; this doc explicitly calls out the relationship so publishers browsing the bidders list understand which adapter is which.
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1 task
muuki88
requested changes
May 14, 2026
Contributor
muuki88
left a comment
There was a problem hiding this comment.
Please fix the markdown lint issues ( suggestions provided )
muuki88
approved these changes
May 14, 2026
This was referenced May 14, 2026
muuki88
pushed a commit
that referenced
this pull request
May 14, 2026
…6565) Follow-up cleanup to #6536 (which landed pgamdirect.md with GVL 1353). Two improvements that didn't make the original merge: 1. Add `redirect_from` to pgamdirect.md so historical links to `/dev-docs/bidders/pgam` and `/dev-docs/bidders/pgammedia` resolve to the new canonical page instead of 404-ing once the legacy pages are removed. 2. Remove the legacy pgam.md and pgammedia.md pages. Both are stale: - pgam.md: biddercode `pgam`, marked `removed in 8.13.0` — has not had a working adapter in prebid-js master for releases. - pgammedia.md: documents an aniview alias (`aliasCode: aniview`) for an adapter PGAM Media no longer operates. The live PGAM bidders are pgamssp (TeqBlaze-hosted, still maintained for legacy partners) and pgamdirect (this page, self-hosted). @muuki88 cherry-picked the redirect commit on a prior branch (ba009a0) — re-submitting it here as a clean two-commit PR against the current master post-#6536 merge. Lint: markdownlint-cli passes against the repo's `.markdownlint.json` with 2-space (not tab) indentation in the redirect_from block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the docs page for the new PGAM Direct bidder adapter.
Relationship to
pgamsspPGAM Media also owns the existing
pgamsspadapter (legacy TeqBlaze-hosted integration).pgamdirectis our self-hosted next-generation SSP using canonical OpenRTB 2.6. The docs page explicitly referencespgamsspso publishers browsing the bidders list understand which is which.Both adapters are actively maintained.
pgamsspis scheduled for deprecation once migration completes in 2026.Front-matter declares:
gvl_id: 1353media_types: banner, video, nativeprivacy_sandbox: paapiIncludes banner / video / native / migrating-from-pgamssp examples.