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: adds description to bidfloor param #2744

Merged
merged 20 commits into from
Mar 8, 2021
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9f84a57
specifies us privacy is supported
susyt Dec 11, 2019
5ea3145
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Feb 11, 2020
8dcd24d
adds video support to gumgum md
susyt Feb 12, 2020
d79abc8
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Mar 25, 2020
2bf57d4
adds support for tcf 2
susyt Mar 25, 2020
49b0370
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt May 22, 2020
9a46fba
adds new bid param to gumgum.md
susyt May 22, 2020
f635f30
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Sep 11, 2020
b79bfff
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Sep 25, 2020
3961bc6
updates gumgum doc
susyt Sep 25, 2020
3327425
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Dec 3, 2020
a58f5f1
notes required mediaType for video products
susyt Dec 3, 2020
639f2f0
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Dec 9, 2020
ebac751
updates gumgum doc
susyt Dec 9, 2020
b7dac93
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Jan 21, 2021
fd27d11
adds pubId and irisid params
susyt Jan 21, 2021
5908d1c
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Jan 21, 2021
5dc0aa9
removes extra cell
susyt Jan 21, 2021
9ead19c
Merge branch 'master' of https://github.com/prebid/prebid.github.io
susyt Mar 4, 2021
141fa78
updates doc to include that bidfloor is in usd
susyt Mar 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions dev-docs/bidders/gumgum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down