Skip to content

Commit

Permalink
Add instream video and native support for ucfunnel adapter (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfunnel authored and bretg committed Jul 11, 2018
1 parent dc692d8 commit b06b0ca
Showing 1 changed file with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions dev-docs/bidders/ucfunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,45 @@ hide: true
biddercode: ucfunnel
biddercode_longer_than_12: false
prebid_1_0_supported : true
media_types: video, native
gdpr_supported: true
---

### bid params Prebid 0.34
**Table of Contents**

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
|:-----------|:---------|:------------|:-----------------|
| `adid` | required | | |
| `` | optional | | |
- [Bid params](#ucfunnel-bid-params)
- [Examples](#ucfunnel-examples)

<a name="ucfunnel-bid-params" />

### bid params Prebid 1.x
### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
|:-----------|:---------|:------------|:-----------------|
| `adid` | required | | |
| `` | optional | | |
| Name | Scope | Description | Example |
|:------------|:---------|:-------------------------------------------------|:-----------------|
| `adid` | required | The ad unit ID retrived from ucfunnel dashboard | |
| `` | optional | | |

{% highlight js %}
var adUnits = [{
code: 'div-gpt-ad-1460505748511-01',
sizes: [
[300, 250]
],
bids: [{
bidder: 'ucfunnel',
params: {
adid: '123456789'
}
}]
}]
{% endhighlight %}

{: .alert.alert-info :}
Sizes set in the `adUnit` object will also apply to the ucfunnel bid requests.

<a name="ucfunnel-examples" />
### Examples
- Banner Ads(https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_banner.html)
- Video Ads (Instream)(https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_video.html)
- Native Ads(https://cdn.aralego.net/ucfad/test/ucfunnel/compliance/pbjs_native.html)

0 comments on commit b06b0ca

Please sign in to comment.