Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeta Global SSP: update parameters for the bidder adapter #4922

Merged
merged 5 commits into from
Nov 15, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions dev-docs/bidders/zeta_global_ssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Copy link
Contributor

Choose a reason for hiding this comment

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

example demonstrates string instead of integer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thank you

| `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` |
Expand All @@ -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.