From e0de30bab9e097052805327b13d3beb7857fc2fb Mon Sep 17 00:00:00 2001 From: Lisa Benmore Date: Mon, 14 Dec 2020 11:32:53 -0800 Subject: [PATCH 1/2] 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/2] 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` |