diff --git a/_posts/2017-09-25-announcing-prebid-1.0.md b/_posts/2017-09-25-announcing-prebid-1.0.md index 930377474d..06047bbf88 100644 --- a/_posts/2017-09-25-announcing-prebid-1.0.md +++ b/_posts/2017-09-25-announcing-prebid-1.0.md @@ -33,7 +33,7 @@ As a **publisher**, you can look forward to the following when adopting Prebid.j ## What's next -We have already created the [1.0 branch](https://github.com/prebid/Prebid.js/tree/prebid-1.0). We expect to merge this to master once we have enough support from demand adapters. The tentative date to *release to master is October 23rd 2017.* +We've released [Prebid 1.0!](https://github.com/prebid/Prebid.js/releases/tag/1.0.0) Download or build it now from master! ## How to get involved @@ -48,4 +48,4 @@ Prebid 1.0 Documentation: As always, we love PRs. Thanks for contributing. -By [Matt Kendall](https://github.com/mkendall07), Engineer Manager @ AppNexus. \ No newline at end of file +By [Matt Kendall](https://github.com/mkendall07), PMC Chair, Prebid.js & Engineering Manager, AppNexus. diff --git a/_posts/2017-12-11-prebid-1-is-released.md b/_posts/2017-12-11-prebid-1-is-released.md new file mode 100644 index 0000000000..364133bd24 --- /dev/null +++ b/_posts/2017-12-11-prebid-1-is-released.md @@ -0,0 +1,25 @@ +--- +layout: post +title: Prebid.js 1.0 is Released! +head_title: Announcing the release of Prebid.js 1.0 +description: This week, we're pleased to announce the release of Prebid.js 1.0 +permalink: /blog/prebid-1-is-released +--- + +We're pleased to announce the release of [Prebid.js 1.0!](https://github.com/prebid/Prebid.js/releases/tag/1.0.0) [Download it]({{site.baseurl}}/download.html) or [build it from master](https://github.com/prebid/Prebid.js/blob/master/README.md#Build)! + +As a publisher, you can look forward to the following improvements when adopting Prebid.js 1.0: + +- Universal ad unit type support for [native](http://prebid.org/dev-docs/show-native-ads.html), [video](http://prebid.org/dev-docs/show-video-with-a-dfp-video-tag.html), and banner +- Faster performance due to using fewer JS libraries and simplifying adapter code +- Module integrations that support things like: + - [*Multiple currencies*]({{site.baseurl}}/dev-docs/modules/currency.html) + - [*User syncing*]({{site.baseurl}}/dev-docs/publisher-api-reference.html#setConfig-Configure-User-Syncing) + - [*Simplified config APIs*]({{site.baseurl}}/dev-docs/publisher-api-reference.html#module_pbjs.setConfig) +- Better support for single page applications/sites (concurrency) +- Better [size mapping and responsive site support](http://prebid.org/dev-docs/publisher-api-reference.html#setConfig-Configure-Responsive-Ads) + +For more information, see: + +- [Prebid 1.0 Publisher API Changes]({{site.baseurl}}/dev-docs//prebid-1.0-API.html): A complete list of all 1.0 API changes +- [Publisher API Reference]({{site.baseurl}}/dev-docs/publisher-api-reference.html): Updated to mark all deprecated methods that are no longer available in version 1.0 diff --git a/dev-docs/bidders.md b/dev-docs/bidders.md index a9e7807955..a07a3ec0cb 100644 --- a/dev-docs/bidders.md +++ b/dev-docs/bidders.md @@ -66,6 +66,7 @@ The following parameters in the `bidResponse` object are common across all bidde | `height` | Integer | Height of the bid creative in pixels | `250` | | `adTag` | String | Creative's payload in HTML | `"
"` | + ## Bidders with Video and Native Demand @@ -74,6 +75,7 @@ The following parameters in the `bidResponse` object are common across all bidde {: .table .table-bordered .table-striped } | Bidder | Supported Media Types | |-----------------+-----------------------| +| adkernelAdn | 'video' | | adkernel | 'video' | | admixer | 'video' | | adxcg | 'video', 'native' | @@ -84,9 +86,12 @@ The following parameters in the `bidResponse` object are common across all bidde | conversant | 'video' | | getintent | 'video' | | indexExchange | 'video' | +| optimatic | 'video' | | pulsepointLite | 'native' | +| readpeak | 'native' | | rhythmone | 'video' | | rubicon | 'video' | +| sekindoUM | 'video' | | spotx | 'video' | | tremor | 'video' | | unruly | 'video' | @@ -99,15 +104,15 @@ The following parameters in the `bidResponse` object are common across all bidde Demand from the bidders listed below is available via the [Prebid Server integration]({{site.baseurl}}/dev-docs/get-started-with-prebid-server.html). -- [appnexus](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L598) -- [districtm](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L599) -- [indexExchange](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L600) -- [pubmatic](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L601) -- [pulsepoint](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L602) -- [rubicon](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L603) -- [audienceNetwork](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L605) -- [lifestreet](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L606) - +- [appnexus](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L740) +- [districtm](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L741) +- [indexExchange](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L742) +- [pubmatic](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L743) +- [pulsepoint](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L744) +- [rubicon](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L745) +- [audienceNetwork](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L747) +- [lifestreet](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L748) +- [conversant](https://github.com/prebid/prebid-server/blob/master/pbs_light.go#L749) {% for page in bidder_pages %} diff --git a/dev-docs/bidders/33across.md b/dev-docs/bidders/33across.md index a33c274d6d..d01440782e 100644 --- a/dev-docs/bidders/33across.md +++ b/dev-docs/bidders/33across.md @@ -2,16 +2,12 @@ layout: bidder title: 33Across description: Prebid 33Across Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: 33across - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/a4g.md b/dev-docs/bidders/a4g.md index 0bac3120ae..a5f714bfde 100644 --- a/dev-docs/bidders/a4g.md +++ b/dev-docs/bidders/a4g.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: a4g biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/adbutler.md b/dev-docs/bidders/adbutler.md index 9441fc5a33..c6e63c59f3 100644 --- a/dev-docs/bidders/adbutler.md +++ b/dev-docs/bidders/adbutler.md @@ -2,16 +2,12 @@ layout: bidder title: AdButler description: Prebid AdButler Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: adbutler - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/adkernel.md b/dev-docs/bidders/adkernel.md index c01fee649f..7108f1dcce 100644 --- a/dev-docs/bidders/adkernel.md +++ b/dev-docs/bidders/adkernel.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: adkernel biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### Note: diff --git a/dev-docs/bidders/adxcg.md b/dev-docs/bidders/adxcg.md index b4619bce8a..089a6f72ce 100644 --- a/dev-docs/bidders/adxcg.md +++ b/dev-docs/bidders/adxcg.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: adxcg biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/appnexus-ast.md b/dev-docs/bidders/appnexus-ast.md index 7b31921ea2..82f6973090 100644 --- a/dev-docs/bidders/appnexus-ast.md +++ b/dev-docs/bidders/appnexus-ast.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: appnexusAst biddercode_longer_than_12: false +prebid_1_0_supported : false --- Advantages of using the `appnexusAst` adapter over the `appnexus` diff --git a/dev-docs/bidders/appnexus.md b/dev-docs/bidders/appnexus.md index a658f863a0..2a6ed65135 100644 --- a/dev-docs/bidders/appnexus.md +++ b/dev-docs/bidders/appnexus.md @@ -7,6 +7,7 @@ nav_section: reference biddercode: appnexus biddercode_longer_than_12: false hide: true +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/arteebee.md b/dev-docs/bidders/arteebee.md new file mode 100644 index 0000000000..d5450262f0 --- /dev/null +++ b/dev-docs/bidders/arteebee.md @@ -0,0 +1,21 @@ +--- +layout: bidder +title: Arteebee +description: Prebid Arteebee Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: arteebee +biddercode_longer_than_12: false +prebid_1_0_supported : true +--- + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| pub | required | RTB publisher id | `'prebidtest'` | +| source | required | RTB traffic source id | `'prebidtest'` | +| coppa | optional | flag this request subject to COPPA | `1` | \ No newline at end of file diff --git a/dev-docs/bidders/audienceNetwork.md b/dev-docs/bidders/audienceNetwork.md index fa23fbbda2..b87bfae57f 100644 --- a/dev-docs/bidders/audienceNetwork.md +++ b/dev-docs/bidders/audienceNetwork.md @@ -7,7 +7,7 @@ nav_section: reference hide: true biddercode: audienceNetwork biddercode_longer_than_12: true - +prebid_1_0_supported : true --- #### send all bids ad server keys diff --git a/dev-docs/bidders/beachfront.md b/dev-docs/bidders/beachfront.md index b2bc9f200d..470d1a26fb 100644 --- a/dev-docs/bidders/beachfront.md +++ b/dev-docs/bidders/beachfront.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: beachfront biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### Note: diff --git a/dev-docs/bidders/bridgewell.md b/dev-docs/bidders/bridgewell.md new file mode 100644 index 0000000000..71b3df7b23 --- /dev/null +++ b/dev-docs/bidders/bridgewell.md @@ -0,0 +1,19 @@ +--- +layout: bidder +title: Bridgewell +description: Prebid Bridgewell Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: bridgewell +biddercode_longer_than_12: false +prebid_1_0_supported : true +--- + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| `ChannelID` | required | The channel ID from Bridgewell. | `CgUxMjMzOBIBNiIFcGVubnkqCQisAhD6ARoBOQ` | \ No newline at end of file diff --git a/dev-docs/bidders/conversant.md b/dev-docs/bidders/conversant.md index 979d74c4a2..a4ee52709c 100644 --- a/dev-docs/bidders/conversant.md +++ b/dev-docs/bidders/conversant.md @@ -2,15 +2,12 @@ layout: bidder title: Conversant description: Prebid Conversant Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: conversant biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/featureforward.md b/dev-docs/bidders/featureforward.md index 367a1906d1..e463c67b80 100644 --- a/dev-docs/bidders/featureforward.md +++ b/dev-docs/bidders/featureforward.md @@ -10,11 +10,7 @@ hide: true biddercode: featureforward -aliasCode : appnexus - biddercode_longer_than_12: true - - --- ### bid params @@ -22,6 +18,7 @@ biddercode_longer_than_12: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | |:-----------|:---------|:------------|:-----------------| -| `placementId` | required | | | +| `pubId` | required | unique identifier per publisher, number range 1-999 | '32' | +| `siteId` | required | unique identifier per publisher site, number range 1-999 | '01' | +| `placementId` | required | unique identifier per placement per publisher site, ranges from 0-9 | '3' | -Feature Forward is an aliased bidder for AppNexus diff --git a/dev-docs/bidders/fidelity.md b/dev-docs/bidders/fidelity.md index 2e348b6cd5..4689ffd556 100644 --- a/dev-docs/bidders/fidelity.md +++ b/dev-docs/bidders/fidelity.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: fidelity biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/getintent.md b/dev-docs/bidders/getintent.md index aef5329d71..0abb6fca04 100644 --- a/dev-docs/bidders/getintent.md +++ b/dev-docs/bidders/getintent.md @@ -2,16 +2,12 @@ layout: bidder title: GetIntent description: Prebid GetIntent Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: getintent - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/huddledmasses.md b/dev-docs/bidders/huddledmasses.md index 1894317a2f..4cce6cc8d7 100644 --- a/dev-docs/bidders/huddledmasses.md +++ b/dev-docs/bidders/huddledmasses.md @@ -7,6 +7,7 @@ nav_section: reference hide: true biddercode: huddledmasses biddercode_longer_than_12: false +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/jcartermarketing.md b/dev-docs/bidders/jcartermarketing.md index 0b94f43d37..db2c396e76 100644 --- a/dev-docs/bidders/jcartermarketing.md +++ b/dev-docs/bidders/jcartermarketing.md @@ -2,17 +2,12 @@ layout: bidder title: J Carter Marketing description: Prebid J Carter Marketing Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: jcm - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/justpremium.md b/dev-docs/bidders/justpremium.md index 53059f1b9d..474f56200e 100644 --- a/dev-docs/bidders/justpremium.md +++ b/dev-docs/bidders/justpremium.md @@ -2,16 +2,12 @@ layout: bidder title: Justpremium description: Prebid Justpremium Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: justpremium - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/kargo.md b/dev-docs/bidders/kargo.md index b90c58fbed..783346145a 100644 --- a/dev-docs/bidders/kargo.md +++ b/dev-docs/bidders/kargo.md @@ -2,17 +2,12 @@ layout: bidder title: Kargo description: Prebid Kargo Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: kargo - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### Note: diff --git a/dev-docs/bidders/komoona.md b/dev-docs/bidders/komoona.md index 6837b57c85..0cee659dbf 100644 --- a/dev-docs/bidders/komoona.md +++ b/dev-docs/bidders/komoona.md @@ -2,16 +2,12 @@ layout: bidder title: Komoona description: Prebid Komoona Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: komoona - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/kumma.md b/dev-docs/bidders/kumma.md index 9933bd2232..d9cdeb4fca 100644 --- a/dev-docs/bidders/kumma.md +++ b/dev-docs/bidders/kumma.md @@ -1,24 +1,21 @@ ---- -layout: bidder -title: Kumma -description: Prebid Kumma Bidder Adapter - -top_nav_section: dev_docs -nav_section: reference - -hide: true - -biddercode: kumma - -biddercode_longer_than_12: false - - ---- - -### bid params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | -| :------------- | :------- | :---------------------------------- | :------ | -| `pubId` | required | The publisher account ID | `37054` | -| `siteId` | required | The publisher site ID | `123` | \ No newline at end of file +--- +layout: bidder +title: Kumma +description: Prebid Kumma Bidder Adapter +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: kumma +biddercode_longer_than_12: false +prebid_1_0_supported : true +--- + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :------------- | :------- | :---------------------------------- | :------ | +| `pubId` | required | The publisher account ID | `55879` | +| `siteId` | required | The publisher site ID | `26047` | +| `placementId` | optional | The publisher placement ID | `17394` | +| `bidFloor` | optional | The bid floor | `0.001` | \ No newline at end of file diff --git a/dev-docs/bidders/mobfox.md b/dev-docs/bidders/mobfox.md index cb61238937..c329b481d6 100644 --- a/dev-docs/bidders/mobfox.md +++ b/dev-docs/bidders/mobfox.md @@ -2,17 +2,12 @@ layout: bidder title: MobFox description: Prebid MobFox Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: mobfox - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/openx.md b/dev-docs/bidders/openx.md index a1e18a54e7..40d591163e 100644 --- a/dev-docs/bidders/openx.md +++ b/dev-docs/bidders/openx.md @@ -2,16 +2,12 @@ layout: bidder title: OpenX description: Prebid OpenX Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: openx - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/optimatic.md b/dev-docs/bidders/optimatic.md new file mode 100644 index 0000000000..7ac7377143 --- /dev/null +++ b/dev-docs/bidders/optimatic.md @@ -0,0 +1,24 @@ +--- +layout: bidder +title: Optimatic +description: Prebid Optimatic Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: optimatic +biddercode_longer_than_12: false +prebid_1_0_supported : true +--- + +### Note: + +Optimatic adapter only supports video ads. + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +| :------- | :------- | :---------------------- | :--------------- | +| placement | required | Optimatic Placement ID | `'2chy7Gc2eSQL'` | +| bidfloor | required | Bid floor | `2.00` | diff --git a/dev-docs/bidders/platformio.md b/dev-docs/bidders/platformio.md index cd7c60734f..0cdcf08dc5 100644 --- a/dev-docs/bidders/platformio.md +++ b/dev-docs/bidders/platformio.md @@ -2,17 +2,12 @@ layout: bidder title: Platform.io description: Prebid Platform.io Bidder Adapter - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: platformio - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/pollux.md b/dev-docs/bidders/pollux.md index 57735f66e5..619cbc2b0d 100644 --- a/dev-docs/bidders/pollux.md +++ b/dev-docs/bidders/pollux.md @@ -2,16 +2,12 @@ layout: bidder title: Pollux Network description: Prebid Pollux Network Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: pollux - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/prebidServer.md b/dev-docs/bidders/prebidServer.md index 50b5e53479..5f0039489a 100644 --- a/dev-docs/bidders/prebidServer.md +++ b/dev-docs/bidders/prebidServer.md @@ -7,6 +7,7 @@ nav_section: reference biddercode: prebidServer biddercode_longer_than_12: true hide: true +prebid_1_0_supported : true --- ### Sign up diff --git a/dev-docs/bidders/pulsepoint.md b/dev-docs/bidders/pulsepoint.md index 00e5bd3426..d1f08016bd 100644 --- a/dev-docs/bidders/pulsepoint.md +++ b/dev-docs/bidders/pulsepoint.md @@ -2,16 +2,12 @@ layout: bidder title: PulsePoint description: Prebid PulsePoint Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: pulsepoint - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/pulsepointlite.md b/dev-docs/bidders/pulsepointlite.md index 80ee6ec8be..c4a00ccc31 100644 --- a/dev-docs/bidders/pulsepointlite.md +++ b/dev-docs/bidders/pulsepointlite.md @@ -8,7 +8,7 @@ nav_section: reference hide: true -biddercode: pulseLite +biddercode: pulsepointLite biddercode_longer_than_12: true diff --git a/dev-docs/bidders/quantcast.md b/dev-docs/bidders/quantcast.md index da3c91f6be..6aaae3085e 100644 --- a/dev-docs/bidders/quantcast.md +++ b/dev-docs/bidders/quantcast.md @@ -2,16 +2,12 @@ layout: bidder title: Quantcast description: Prebid Quantcast Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: quantcast - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/readpeak.md b/dev-docs/bidders/readpeak.md new file mode 100644 index 0000000000..8f361f1363 --- /dev/null +++ b/dev-docs/bidders/readpeak.md @@ -0,0 +1,24 @@ +--- +layout: bidder +title: ReadPeak +description: ReadPeak Bidder Adaptor + +top_nav_section: dev_docs +nav_section: reference + +hide: true + +biddercode: readpeak + +biddercode_longer_than_12: false + +--- + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| `publisherId` | required | Publisher ID provided by ReadPeak | `11bc5dd5-7421-4dd8-c926-40fa653bec76` | +| `bidfloor` | optional | CPM Bid Floor | `0.5` | diff --git a/dev-docs/bidders/rhythmone.md b/dev-docs/bidders/rhythmone.md index 0086f541e2..210cc069c1 100644 --- a/dev-docs/bidders/rhythmone.md +++ b/dev-docs/bidders/rhythmone.md @@ -2,16 +2,12 @@ layout: bidder title: RhythmOne description: Prebid RhythmOne Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: rhythmone - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/rtbdemand.md b/dev-docs/bidders/rtbdemand.md new file mode 100644 index 0000000000..6824ede652 --- /dev/null +++ b/dev-docs/bidders/rtbdemand.md @@ -0,0 +1,20 @@ +--- +layout: bidder +title: Rtbdemand bidder +description: Prebid Rtbdemand Media Bidder Adapter +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: rtbdemand +biddercode_longer_than_12: false +--- + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +| :------| :--------| :--------------------------------------------------| :------------------------------------| +| zoneid | required | The ad zone or tag specific ID | `"9999"` | +| floor | optional | The floor CPM price for the request | `0.1234` | +| server | optional | Bidder domain | `"bidding.rtbdemand.com" by default` | diff --git a/dev-docs/bidders/rubicon.md b/dev-docs/bidders/rubicon.md index 7f5a32fb7a..937faa355a 100644 --- a/dev-docs/bidders/rubicon.md +++ b/dev-docs/bidders/rubicon.md @@ -2,16 +2,12 @@ layout: bidder title: Rubicon description: Prebid Rubicon Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: rubicon - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/sekindo.md b/dev-docs/bidders/sekindo.md index f39daac20f..78dd301ee5 100644 --- a/dev-docs/bidders/sekindo.md +++ b/dev-docs/bidders/sekindo.md @@ -2,17 +2,12 @@ layout: bidder title: Sekindo description: Prebid Sekindo Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: sekindoUM - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/serverbid.md b/dev-docs/bidders/serverbid.md index c3c9511db4..94e47aa884 100644 --- a/dev-docs/bidders/serverbid.md +++ b/dev-docs/bidders/serverbid.md @@ -2,16 +2,13 @@ layout: bidder title: Serverbid description: Prebid Serverbid Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: serverbid - biddercode_longer_than_12: false -prebid_1_0_supported: true + +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/sharethrough.md b/dev-docs/bidders/sharethrough.md index 2959b4a98e..4c6023447c 100644 --- a/dev-docs/bidders/sharethrough.md +++ b/dev-docs/bidders/sharethrough.md @@ -2,16 +2,12 @@ layout: bidder title: Sharethrough description: Prebid Sharethrough Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: sharethrough - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- ### Note: diff --git a/dev-docs/bidders/somoaudience.md b/dev-docs/bidders/somoaudience.md new file mode 100644 index 0000000000..ec4aee6653 --- /dev/null +++ b/dev-docs/bidders/somoaudience.md @@ -0,0 +1,23 @@ +--- +layout: bidder +title: Somo Audience +description: Somo Audience Bidder Adapter + +top_nav_section: dev_docs +nav_section: reference + +hide: true + +biddercode: somoaudience + +biddercode_longer_than_12: false + +--- + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| `placementId` | required | Placement ID provided by Somo Audience | `22a58cfb0c9b656bff713d1236e930e8` | diff --git a/dev-docs/bidders/sovrn.md b/dev-docs/bidders/sovrn.md index 79028501d6..ba4a0d5921 100644 --- a/dev-docs/bidders/sovrn.md +++ b/dev-docs/bidders/sovrn.md @@ -2,16 +2,12 @@ layout: bidder title: Sovrn description: Prebid Sovrn Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: sovrn - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/trion.md b/dev-docs/bidders/trion.md index 0295552634..0d924a560a 100644 --- a/dev-docs/bidders/trion.md +++ b/dev-docs/bidders/trion.md @@ -2,16 +2,12 @@ layout: bidder title: Trion Interactive description: Prebid Trion Interactive Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: trion - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/trustx.md b/dev-docs/bidders/trustx.md index 598424fd1c..1e559ac147 100755 --- a/dev-docs/bidders/trustx.md +++ b/dev-docs/bidders/trustx.md @@ -2,16 +2,12 @@ layout: bidder title: TrustX description: Prebid Trustx Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: trustx - biddercode_longer_than_12: false - +prebid_1_0_supported : true --- diff --git a/dev-docs/bidders/underdogmedia.md b/dev-docs/bidders/underdogmedia.md index f757efcdaa..0dc3c411bb 100644 --- a/dev-docs/bidders/underdogmedia.md +++ b/dev-docs/bidders/underdogmedia.md @@ -2,17 +2,12 @@ layout: bidder title: Underdog Media description: Prebid Underdog Media Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: underdogmedia - biddercode_longer_than_12: true - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/bidders/undertone.md b/dev-docs/bidders/undertone.md new file mode 100644 index 0000000000..9e06cb6f99 --- /dev/null +++ b/dev-docs/bidders/undertone.md @@ -0,0 +1,21 @@ +--- +layout: bidder +title: Undertone +description: Prebid undertone Bidder Adaptor +top_nav_section: dev_docs +nav_section: reference +hide: true +biddercode: undertone +biddercode_longer_than_12: false +prebid_1_0_supported : true +--- + + + +### bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :--- | :---- | :---------- | :------ | +| `placementId` | required | Your placement ID (provided by undertone) | `10433394` | +| `publisherId` | required | publisher ID (provided by undertone) | 12345 | diff --git a/dev-docs/bidders/vertamedia.md b/dev-docs/bidders/vertamedia.md index 8413fcd164..40b5b70ed6 100644 --- a/dev-docs/bidders/vertamedia.md +++ b/dev-docs/bidders/vertamedia.md @@ -2,17 +2,12 @@ layout: bidder title: Vertamedia description: Prebid Vertamedia Bidder Adaptor - top_nav_section: dev_docs nav_section: reference - hide: true - biddercode: vertamedia - biddercode_longer_than_12: false - - +prebid_1_0_supported : true --- ### bid params diff --git a/dev-docs/get-started-with-prebid-server.md b/dev-docs/get-started-with-prebid-server.md index 9a41d46097..f54b76679c 100644 --- a/dev-docs/get-started-with-prebid-server.md +++ b/dev-docs/get-started-with-prebid-server.md @@ -109,6 +109,9 @@ We recommend that users leave `cookieSet` enabled since it's essential for serve If you are using Prebid Server and you want to show video ads, you must use [OpenRTB video parameters](https://www.iab.com/guidelines/real-time-bidding-rtb-project/) in your Prebid ad unit as shown below. +{: .alert.alert-warning :} +The `mimes` parameter is required by OpenRTB. For all other parameters, check with your server-side header bidding partner. + ```javascript var adUnit1 = { code: 'videoAdUnit', diff --git a/dev-docs/modules/currency.md b/dev-docs/modules/currency.md index c1df99eea9..f6aad9f2a8 100644 --- a/dev-docs/modules/currency.md +++ b/dev-docs/modules/currency.md @@ -4,6 +4,8 @@ title: Module - Currency description: Converts bids to the ad server currency top_nav_section: dev_docs nav_section: modules +module_code : currency +display_name : Currency ---