Equativ Bidder Adapter: document placementuuid param#6662
Open
szhang-str wants to merge 3 commits into
Open
Conversation
Keep the repo up to date
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
szhang-str
force-pushed
the
equativ-placementuuid-docs
branch
from
July 13, 2026 18:59
7bdef9e to
341b871
Compare
szhang-str
marked this pull request as ready for review
July 13, 2026 19:09
muuki88
approved these changes
Jul 14, 2026
| | `siteId` | optional | The placement site ID. _See **Bid Parameter Usage** notes below for more information_. |`1234` | `integer` | | ||
| | `pageId` | optional | The placement page ID. _See **Bid Parameter Usage** notes below for more information_. | `1234` | `integer` | | ||
| | `formatId` | optional | The placement format ID. _See **Bid Parameter Usage** notes below for more information_. | `1234` | `integer` | | ||
| | `placementuuid` | optional | Placement identifier used to source inventory. Preferred way to identify inventory; forwarded as `imp.ext.bidder.plcmtuuid`. When legacy params are also supplied, all fields are forwarded and the downstream receiver decides which to use. | `'abc-123'` | `string` | |
Contributor
There was a problem hiding this comment.
Is this parameter publisher or ssp defined?
Author
There was a problem hiding this comment.
SSP-defined — Equativ assigns it in our platform UI and publishers copy it in, same as the existing siteId/pageId/formatId params it replaces. It maps back to a page/format on our side, so it's not a publisher-defined slot ID like GPID.
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.
Documents the new
placementuuidbidder param for the Equativ adapter and markssiteId/pageId/formatIdas deprecated.placementuuidrow to the Fields table — the preferred way to identifyinventory, forwarded as
imp.ext.bidder.plcmtuuid.siteId/pageId/formatIdas Deprecated (kept only to supportthe ramp-up; use
placementuuidinstead).placementuuidand deprecation notes to the "Through bidder params Object"usage example.
🏷 Type of documentation
📋 Checklist