Skip to content

Commit

Permalink
Merge branch 'master' into add-insticator-adsparc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcswart authored Dec 14, 2017
2 parents d9ef6d8 + 4492e39 commit d5f23de
Show file tree
Hide file tree
Showing 58 changed files with 603 additions and 385 deletions.
4 changes: 2 additions & 2 deletions _posts/2017-09-25-announcing-prebid-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
By [Matt Kendall](https://github.com/mkendall07), PMC Chair, Prebid.js & Engineering Manager, AppNexus.
25 changes: 25 additions & 0 deletions _posts/2017-12-11-prebid-1-is-released.md
Original file line number Diff line number Diff line change
@@ -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
23 changes: 14 additions & 9 deletions dev-docs/bidders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `"<html><body><img src=\"http://cdn.com/creative.png\"></body></html>"` |

<a name="bidders-with-video-and-native-demand"></a>
<a name="bidder-video-native"></a>

## Bidders with Video and Native Demand
Expand All @@ -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' |
Expand All @@ -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' |
Expand All @@ -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)
</div>

{% for page in bidder_pages %}
Expand Down
6 changes: 1 addition & 5 deletions dev-docs/bidders/33across.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/a4g.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: a4g
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### bid params
Expand Down
6 changes: 1 addition & 5 deletions dev-docs/bidders/adbutler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/adkernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: adkernel
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### Note:
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/adxcg.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: adxcg
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### bid params
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/appnexus-ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/appnexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
biddercode: appnexus
biddercode_longer_than_12: false
hide: true
prebid_1_0_supported : true
---

### bid params
Expand Down
21 changes: 21 additions & 0 deletions dev-docs/bidders/arteebee.md
Original file line number Diff line number Diff line change
@@ -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` |
2 changes: 1 addition & 1 deletion dev-docs/bidders/audienceNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/beachfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: beachfront
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### Note:
Expand Down
19 changes: 19 additions & 0 deletions dev-docs/bidders/bridgewell.md
Original file line number Diff line number Diff line change
@@ -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` |
5 changes: 1 addition & 4 deletions dev-docs/bidders/conversant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
9 changes: 3 additions & 6 deletions dev-docs/bidders/featureforward.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ hide: true

biddercode: featureforward

aliasCode : appnexus

biddercode_longer_than_12: true


---

### bid params

{: .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
1 change: 1 addition & 0 deletions dev-docs/bidders/fidelity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: fidelity
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### bid params
Expand Down
6 changes: 1 addition & 5 deletions dev-docs/bidders/getintent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/huddledmasses.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav_section: reference
hide: true
biddercode: huddledmasses
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### bid params
Expand Down
7 changes: 1 addition & 6 deletions dev-docs/bidders/jcartermarketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions dev-docs/bidders/justpremium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
7 changes: 1 addition & 6 deletions dev-docs/bidders/kargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 1 addition & 5 deletions dev-docs/bidders/komoona.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---


Expand Down
Loading

0 comments on commit d5f23de

Please sign in to comment.