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

ucfunnel adapter docs add prebid-server params #3263

Merged
merged 9 commits into from
Sep 14, 2021
17 changes: 16 additions & 1 deletion dev-docs/bidders/ucfunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ gvl_id: 607
pbs_app_supported: true
---

### Bid params
### Prebid JS

#### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
Expand Down Expand Up @@ -46,3 +48,16 @@ Sizes set in the `adUnit` object will also apply to the ucfunnel bid requests.
- [Banner Ads](https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_banner.html)
- [Instream Video Ads](https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_video.html)
- [Native Ads](https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_native.html)


### Prebid server

#### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|--------|----------|-------------------------------------------------|---------|----------|
| `adunitid` | required | ID for ad unit | | `string` |
| `partnerid` | required | ID for partner | | `string` |

```