diff --git a/dev-docs/bidders/zeta_global_ssp.md b/dev-docs/bidders/zeta_global_ssp.md index 2ee55fbcd8..a2ca3ad87f 100644 --- a/dev-docs/bidders/zeta_global_ssp.md +++ b/dev-docs/bidders/zeta_global_ssp.md @@ -29,9 +29,8 @@ The Zeta Global SSP adapter requires setup and approval from the Zeta Global SSP {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------------|----------|---------------------------------------------------------------------------------------------------------------------|--------------|-----------| -| `sid` | required | Seller ID. The identifier associated with the seller or reseller account within the advertising system | `"sid123"` | `string` | -| `shortname` | required | Publisher Name. The unique name associated with the seller or reseller account within the advertising system | `"pub_name"` | `string` | -| `tagid` | required | Identifier for specific ad placement or ad tag that was used to initiate the auction | `"123877"` | `string` | +| `sid` | required | Seller ID. The identifier associated with the seller or reseller account within the advertising system | `123` | `integer` | +| `tagid` | optional | Identifier for specific ad placement or ad tag that was used to initiate the auction | `"footer"` | `string` | | `tags` | optional | The object containing set of Zeta's custom tags witch publisher have to supply | `tags: {}` | `object` | | `site` | optional | The object containing site data (See OpenRTB spec) | `site: {}` | `object` | | `app` | optional | The object containing app data (See OpenRTB spec) | `app: {}` | `object` | @@ -41,4 +40,4 @@ The Zeta Global SSP adapter requires setup and approval from the Zeta Global SSP #### Prebid Server Bid Params Prebid Server Adapter does not support any parameters. -You must get `sid` and `shortname` values from Zeta Global and use them instead of placeholders in the URL. +You must get `sid` value from Zeta Global and use it instead of the placeholder in the URL.