diff --git a/dev-docs/bidders/gumgum.md b/dev-docs/bidders/gumgum.md index ba32f9a8d4..af86cf61bf 100644 --- a/dev-docs/bidders/gumgum.md +++ b/dev-docs/bidders/gumgum.md @@ -29,37 +29,37 @@ Client side and server side parameters differ slightly. For Server side (Prebid ### Server Side Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|--------------------------------------------|-------------------|------------------------|-----------| -| `zone` | pubId or zone required for all bid requests| Tracking ID | `'ggumtest'` | `string` | -| `pubId` | pubId or zone required for all bid requests| Publisher ID | `123` | `integer` | -| `irisid` | optional | Iris.tv ID | `'iris_6f9285823a4'` | `string` | +| Name | Scope | Description | Example | Type | +|----------------|--------------------------------------------|-----------------------|------------------------|-----------| +| `zone` | pubId or zone required for all bid requests| Tracking ID | `'ggumtest'` | `string` | +| `pubId` | pubId or zone required for all bid requests| Publisher ID | `123` | `integer` | +| `irisid` | optional | Iris.tv ID | `'iris_6f9285823a4'` | `string` | ### Client Side Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|--------------------------------------------|-------------------|------------------------|-----------| -| `zone` | pubId or zone required for all bid requests| Tracking ID | `'ggumtest'` | `string` | -| `pubId` | pubId or zone required for all bid requests| Publisher ID | `123` | `integer` | -| `slot` | required for slot placement only | Slot ID | `9` | `integer` | -| `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` | -| `irisid` | optional | Iris.tv ID | `'123'` | `string` | -| `bidfloor` | optional | CPM bidfloor | `0.03` | `float` | +| Name | Scope | Description | Example | Type | +|----------------|--------------------------------------------|-----------------------|------------------------|-----------| +| `zone` | pubId or zone required for all bid requests| Tracking ID | `'ggumtest'` | `string` | +| `pubId` | pubId or zone required for all bid requests| Publisher ID | `123` | `integer` | +| `slot` | required for slot placement only | Slot ID | `9` | `integer` | +| `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` | +| `irisid` | optional | Iris.tv ID | `'123'` | `string` | +| `bidfloor` | optional | CPM bidfloor in USD | `0.03` | `float` | ### Legacy Client Side Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|---------------------------------------|-------------------|------------------------|-----------| -| `inScreen` | required for in-screen placement only | Tracking ID | `'ggumtest'` | `string` | -| `inScreenPubID`| required for in-screen placement only | Publisher ID | `123` | `integer` | -| `inSlot` | required for slot placement only | Slot ID | `9` | `integer` | -| `video` | required for video placement only | Tracking ID | `'ggumtest'` | `string` | -| `videoPubID` | required for video placement only | Publisher ID | `123` | `integer` | -| `inVideo` | required for in-video placement only | Tracking ID | `'ggumtest'` | `string` | -| `ICV` | required for ICV placement only | ICV ID | `19` | `integer` | -| `bidfloor` | optional | CPM bidfloor | `0.03` | `float` | +| Name | Scope | Description | Example | Type | +|----------------|--------------------------------------------|-----------------------|------------------------|-----------| +| `inScreen` | required for in-screen placement only | Tracking ID | `'ggumtest'` | `string` | +| `inScreenPubID`| required for in-screen placement only | Publisher ID | `123` | `integer` | +| `inSlot` | required for slot placement only | Slot ID | `9` | `integer` | +| `video` | required for video placement only | Tracking ID | `'ggumtest'` | `string` | +| `videoPubID` | required for video placement only | Publisher ID | `123` | `integer` | +| `inVideo` | required for in-video placement only | Tracking ID | `'ggumtest'` | `string` | +| `ICV` | required for ICV placement only | ICV ID | `19` | `integer` | +| `bidfloor` | optional | CPM bidfloor in USD | `0.03` | `float` | Please note that both video and in-video products require a mediaType of video while all other products require a mediaType of banner.