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

Add instream video and native support for ucfunnel adapter #836

Merged
merged 1 commit into from
Jul 11, 2018
Merged
Changes from all commits
Commits
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: 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)