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

GumGum: updates doc to include iriscat field #2376

Merged
merged 10 commits into from
Sep 28, 2020
33 changes: 20 additions & 13 deletions dev-docs/bidders/gumgum.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,25 @@ The GumGum Header Bidding adaptor requires setup and approval from the GumGum
team. Please reach out to your account manager or <[email protected]> for more
information.

### Bid Params
### Server and Client Side Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|-------------|--------------|-----------|
| `zone` | optional | Tracking ID | `'ggumtest'` | `string` |
| `pubId` | optional | Publisher ID| `123` | `integer` |
| `slot` | optional | Slot ID | `9` | `integer` |
| `native` | optional | Native ID | `19` | `integer` |
| `inScreen` | optional | Tracking ID | `'ggumtest'` | `string` |
| `inScreenPubID`| optional | Publisher ID| `123` | `integer` |
| `inSlot` | optional | Slot ID | `9` | `integer` |
| `video` | optional | Tracking ID | `'ggumtest'` | `string` |
| `videoPubID` | optional | Publisher ID| `123` | `integer` |
| `inVideo` | optional | Tracking ID | `'ggumtest'` | `string` |
| Name | Scope | Description | Example | Type |
|----------------|----------|-------------------|------------------------|-----------|
| `zone` | optional | Tracking ID | `'ggumtest'` | `string` |

# Client Side only Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|-------------------|------------------------|-----------|
| `pubId` | optional | Publisher ID | `123` | `integer` |
| `slot` | optional | Slot ID | `9` | `integer` |
| `native` | optional | Native ID | `19` | `integer` |
| `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` |
| `inScreen` | optional | Tracking ID | `'ggumtest'` | `string` |
| `inScreenPubID`| optional | Publisher ID | `123` | `integer` |
| `inSlot` | optional | Slot ID | `9` | `integer` |
| `video` | optional | Tracking ID | `'ggumtest'` | `string` |
| `videoPubID` | optional | Publisher ID | `123` | `integer` |
| `inVideo` | optional | Tracking ID | `'ggumtest'` | `string` |