Skip to content

Commit

Permalink
GumGum: updates doc to include iriscat field (#2376)
Browse files Browse the repository at this point in the history
* specifies us privacy is supported

* adds video support to gumgum md

* adds support for tcf 2

* adds new bid param to gumgum.md

* updates gumgum doc
  • Loading branch information
susyt authored Sep 28, 2020
1 parent f46a997 commit 006103b
Showing 1 changed file with 20 additions and 13 deletions.
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 <support@gumgum.com> 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` |

0 comments on commit 006103b

Please sign in to comment.