Skip to content

Commit

Permalink
updated docs with documentaion on how to configure new skin product (p…
Browse files Browse the repository at this point in the history
…rebid#3839)

Co-authored-by: John Bauzon <[email protected]>
  • Loading branch information
2 people authored and jlaso committed Aug 31, 2023
1 parent 15d644e commit 827289b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-docs/bidders/gumgum.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Client side and server side parameters differ slightly. For Server side (Prebid
| `zone` | required for all bid requests tracking a single domain or site | Tracking ID | `'ggumtest'` | `string` |
| `pubId` | required for all bid requests tracking multiple domains or sites | Publisher ID | `123` | `integer` |
| `slot` | required for slot placement only | Slot ID | `9` | `integer` |
| `product` | required for new supported products like 'skin' | Product Type | `skin` | `string` |
| `iriscat` | optional | Iris.tv segments | `'segment1,segment2'` | `string` |
| `irisid` | optional | Iris.tv ID | `'123'` | `string` |
| `bidfloor` | optional | CPM bidfloor in USD | `0.03` | `float` |
Expand Down Expand Up @@ -95,6 +96,17 @@ To enable ad requests for in-screen, either `zone` or `pubId` must be present in
}
}

#### Skin
Skin ad requests require the `product` parameter with the value of `skin` in the params object:

{
bidder: 'gumgum',
params: {
zone: 'zone_id', // provided by GumGum
product: 'skin'
}
}

#### Slot
Slot ad requests require the `slot` parameter in the params object:

Expand Down

0 comments on commit 827289b

Please sign in to comment.