Skip to content

Equativ Bidder Adapter: document placementuuid param#6662

Open
szhang-str wants to merge 3 commits into
prebid:masterfrom
sharethrough:equativ-placementuuid-docs
Open

Equativ Bidder Adapter: document placementuuid param#6662
szhang-str wants to merge 3 commits into
prebid:masterfrom
sharethrough:equativ-placementuuid-docs

Conversation

@szhang-str

@szhang-str szhang-str commented Jul 13, 2026

Copy link
Copy Markdown

Documents the new placementuuid bidder param for the Equativ adapter and marks
siteId / pageId / formatId as deprecated.

  • Added a placementuuid row to the Fields table — the preferred way to identify
    inventory, forwarded as imp.ext.bidder.plcmtuuid.
  • Marked siteId / pageId / formatId as Deprecated (kept only to support
    the ramp-up; use placementuuid instead).
  • Added placementuuid and deprecation notes to the "Through bidder params Object"
    usage example.

🏷 Type of documentation

  • update bid adapter

📋 Checklist

Keep the repo up to date
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 1f22834
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/6a60d6121eff280008fc139a
😎 Deploy Preview https://deploy-preview-6662--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@szhang-str
szhang-str force-pushed the equativ-placementuuid-docs branch from 7bdef9e to 341b871 Compare July 13, 2026 18:59
@szhang-str
szhang-str marked this pull request as ready for review July 13, 2026 19:09
| `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` |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this parameter publisher or ssp defined?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants