pgamdirect: add redirect_from + remove stale pgam/pgammedia pages#6565
Merged
Conversation
Follow-up cleanup to prebid#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-prebid#6536 merge. Lint: markdownlint-cli passes against the repo's `.markdownlint.json` with 2-space (not tab) indentation in the redirect_from block.
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1 task
muuki88
approved these changes
May 14, 2026
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.
Type of change
Description
Follow-up to #6536 (PGAM Direct bidder page landed with GVL 1353). Two cleanups that didn't make the original merge:
Add
redirect_fromtodev-docs/bidders/pgamdirect.mdso old links to/dev-docs/bidders/pgamand/dev-docs/bidders/pgammediaresolve to the new canonical page instead of 404-ing.Remove the legacy
pgam.mdandpgammedia.mdpages. Both are stale:pgam.md: biddercodepgam, markedremoved in 8.13.0— no working adapter in prebid-js master.pgammedia.md: documents an aniview alias (aliasCode: aniview) for an adapter PGAM Media no longer operates. The live PGAM bidders arepgamssp(TeqBlaze-hosted, still maintained for legacy partners) andpgamdirect(the new self-hosted SSP).@muuki88 wrote the same redirect_from change on a prior branch (
ba009a0c); re-submitting cleanly against current master with 2-space (not tab) YAML indentation somarkdownlint-clipasses.Lint
markdownlint-cli dev-docs/bidders/pgamdirect.mdexits 0 against the repo's.markdownlint.json.Companion
GVL 1353 already live via merged #6536.
Prebid.js companion (module overview README) merged as #14887.