From e0de30bab9e097052805327b13d3beb7857fc2fb Mon Sep 17 00:00:00 2001 From: Lisa Benmore Date: Mon, 14 Dec 2020 11:32:53 -0800 Subject: [PATCH 1/3] adds irisid as an optional param --- dev-docs/bidders/gumgum.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/gumgum.md b/dev-docs/bidders/gumgum.md index dd2498d6ce..a41f742eb6 100644 --- a/dev-docs/bidders/gumgum.md +++ b/dev-docs/bidders/gumgum.md @@ -36,6 +36,7 @@ information. | `slot` | optional | Slot ID | `9` | `integer` | | `native` | optional | Native ID | `19` | `integer` | | `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` | +| `irisid` | optional | Iris.tv ID | `'123'` | `string` | | `inScreen` | optional | Tracking ID | `'ggumtest'` | `string` | | `inScreenPubID`| optional | Publisher ID | `123` | `integer` | | `inSlot` | optional | Slot ID | `9` | `integer` | From cf725ad85703ae3f662c143aa0cb8823b64d74e9 Mon Sep 17 00:00:00 2001 From: Lisa Benmore Date: Mon, 14 Dec 2020 11:32:53 -0800 Subject: [PATCH 2/3] adds irisid as an optional param --- dev-docs/bidders/gumgum.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/gumgum.md b/dev-docs/bidders/gumgum.md index dd2498d6ce..a41f742eb6 100644 --- a/dev-docs/bidders/gumgum.md +++ b/dev-docs/bidders/gumgum.md @@ -36,6 +36,7 @@ information. | `slot` | optional | Slot ID | `9` | `integer` | | `native` | optional | Native ID | `19` | `integer` | | `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` | +| `irisid` | optional | Iris.tv ID | `'123'` | `string` | | `inScreen` | optional | Tracking ID | `'ggumtest'` | `string` | | `inScreenPubID`| optional | Publisher ID | `123` | `integer` | | `inSlot` | optional | Slot ID | `9` | `integer` | From 942ff3d7d05a63091d9e53ef85ec0da59c4d2ffe Mon Sep 17 00:00:00 2001 From: Lisa Benmore Date: Fri, 25 Jun 2021 14:20:28 -0700 Subject: [PATCH 3/3] Gumgum: Update supported userIds to include IDL envelope --- dev-docs/bidders/gumgum.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dev-docs/bidders/gumgum.md b/dev-docs/bidders/gumgum.md index 17525a5dc7..946e87230c 100644 --- a/dev-docs/bidders/gumgum.md +++ b/dev-docs/bidders/gumgum.md @@ -9,7 +9,7 @@ biddercode: gumgum media_types: banner, video schain_supported: true getFloor: true -userIds: unifiedId +userIds: unifiedId, identityLink gdpr_supported: true usp_supported: true --- @@ -37,16 +37,6 @@ Client side and server side parameters differ slightly. For Server side (Prebid ### Client Side Bid Params {: .table .table-bordered .table-striped } -<<<<<<< HEAD -| 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 | Iris.tv IDs | `'123'` | `string` | -| `bidfloor` | optional | CPM bidfloor | `0.03` | `float` | -======= | Name | Scope | Description | Example | Type | |----------------|------------------------------------------------------------------|-----------------------|------------------------|-----------| | `zone` | required for all bid requests tracking a single domain or site | Tracking ID | `'ggumtest'` | `string` | @@ -55,7 +45,6 @@ Client side and server side parameters differ slightly. For Server side (Prebid | `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` | | `irisid` | optional | Iris.tv ID | `'123'` | `string` | | `bidfloor` | optional | CPM bidfloor in USD | `0.03` | `float` | ->>>>>>> 8552563d3cad705e660268d619b97741213b7279 ### Legacy Client Side Bid Params