From a26ca5a9a2778fbe209a6d88ef180ac9609d5b13 Mon Sep 17 00:00:00 2001 From: JonGoSonobi Date: Fri, 18 Aug 2023 11:02:54 -0400 Subject: [PATCH] added a prebid server params section to the Sonobi bidder docs - issue #1063 (#4804) --- dev-docs/bidders/sonobi.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-docs/bidders/sonobi.md b/dev-docs/bidders/sonobi.md index 08f1aaf4fc..78c09e4467 100644 --- a/dev-docs/bidders/sonobi.md +++ b/dev-docs/bidders/sonobi.md @@ -44,3 +44,10 @@ The `ad_unit` and `placement_id` are **mutually exclusive** but at least one is If you pass the optional `sizes` Array in your bid params it will override the global config sizes for the Sonobi Adapter only. The `hfa` parameter requires your Sonobi Account Manager to enable this feature for you. Please contact them for further information. + +### Prebid Server Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `TagID` | required | The placement ID or The adunit ID | `'1a2b3c4d5e6f1a2b3c4d' or '/1234567/example/adUnit/code'` | `string` |