Skip to content

Commit

Permalink
Merge branch 'master' of github.com:prebid/prebid.github.io
Browse files Browse the repository at this point in the history
* 'master' of github.com:prebid/prebid.github.io: (28 commits)
  adding mediavine as pub member (prebid#1371)
  SafeReach Adapter (prebid#1237)
  Add docs for /info/bidders/all endpoint (prebid#1297)
  Updated documentation for video adapter support. (prebid#1358)
  ID5 ID user id module docs (prebid#1363)
  Add resize function to iOS integration (prebid#1352)
  adding COPPA support docs, feature table (prebid#1367)
  added digitrust to rubicon (prebid#1369)
  Digitrust docs (prebid#1298)
  Added bidglass dev-doc (prebid#1328)
  Add staq analytics to downloads page (prebid#1364)
  Update PubMatic information about mutli-size ad units and Prebid Server (prebid#1362)
  ad param to setTargetingForAst() (prebid#1357)
  removing jsdelivr example for load-cookie (prebid#1368)
  fixed link
  Pbjs releases update (prebid#1360)
  Adding Scaleable Analytics to download/overview markdown files (prebid#1322)
  removing references to ozoneData (prebid#1356)
  Update undertone.md (prebid#1355)
  London event blog (prebid#1359)
  ...
  • Loading branch information
smenzer committed Jun 26, 2019
2 parents 8377488 + 4233e35 commit 9b7c64c
Show file tree
Hide file tree
Showing 39 changed files with 938 additions and 180 deletions.
4 changes: 2 additions & 2 deletions _data/message.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-------------Message----------------
- messageId: 1
messageText: <a href="/blog/newyork-event-2019.html">Prebid Leadership Summit in New York on June 11th 2019!</a>
messageCreateDt: 05_22_2019
messageText: <a href="/blog/london-event-2019.html">Prebid Leadership Summit in London on July 11th 2019!</a>
messageCreateDt: 06_19_2019
5 changes: 5 additions & 0 deletions _data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
imgURL: /assets/images/partners/standard/Pubnative-RGB-Logo.png
type: standard

- company: Mediavine
link: https://www.mediavine.com/
imgURL: /assets/images/partners/publisher/mediavine-sq-teal-navy-pn-RGB.png
type: publisher

- company: GoBrowsi
link: https://gobrowsi.com
imgURL: /assets/images/partners/community/Browsi-Logo.png
Expand Down
20 changes: 20 additions & 0 deletions _includes/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
writeDynamicTable({div:"memberTableStandard", data:"memberDataStandard", sort:"rowFirst"});
</script>

<div class="tableTitle"><h3>Prebid.org Publisher Members</h3></div>
<script type="text/javascript">
var memberDataPub=[];
var idx=0;

{% for item in site.data.partners %}
{% if item.type == "publisher" %}
memberDataPub[idx]={};
memberDataPub[idx].href="{{item.link}}";
memberDataPub[idx].text="<img src=\"{{item.imgURL}}\" width=\"88\">";
idx++;
{% endif %}
{% endfor %}
</script>

<div id="memberTablePub"></div>
<script>
writeDynamicTable({div: "memberTablePub", data: "memberDataPub", sort:"rowFirst"});
</script>

<div class="tableTitle"><h3>Prebid.org Community Members</h3></div>
<script type="text/javascript">
var memberDataComm=[];
Expand Down
33 changes: 23 additions & 10 deletions _layouts/bidder.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,35 @@

<h3>{{ page.title }}</h3>

<h4>Bidder Code</h4>

{% if page.s2s_only == true %}
<div class="pb-bidder-s2">
<h3>Note:</h3> This is a S2S adapter only.</h3>
</div>
{% endif %}

<code>{{ page.biddercode }}</code>
{% if page.biddercode_longer_than_12 != true %}
<h4>Send All Bids Ad Server Keys</h4>
<code>hb_pb_{{ page.biddercode }}</code>
<code>hb_adid_{{ page.biddercode }}</code>
<code>hb_size_{{ page.biddercode }}</code>
{% endif %}

<h3>Features</h3>

<table>
<tr><th class="pbTh">Bidder Code</th><td class="pbTd">{{ page.biddercode }}</td><th class="pbTh">Prebid.org Member</th><td class="pbTd">{% if page.prebid_member == true %}yes{% else %}no{% endif %}</td></tr>
<tr><th class="pbTh">Media Types</th><td class="pbTd">display{% if page.media_types contains 'video' %}, video{% endif %}{% if page.media_types contains 'native' %}, native{% endif %}</td><th class="pbTh">GDPR Support<td class="pbTd">{% if page.gdpr_supported == true %}yes{% else %}no{% endif %}</td></tr>
<tr><th class="pbTh">User IDs</th><td class="pbTd">{% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %}</td><th class="pbTh">COPPA Support</th><td class="pbTd">{% if page.coppa_supported == true %}yes{% else %}no{% endif %}</td></tr>
</table>

<h3>"Send All Bids" Ad Server Keys</h3>

<font size="-1">These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.</font>

<table>
<tr><td class="pbTd"><code>{{ "hb_pb_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_bidder_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_adid_" | append: page.biddercode | slice: 0,20 }}</code></td></tr>
<tr><td class="pbTd"><code>{{ "hb_size_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_source_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_format_" | append: page.biddercode | slice: 0,20 }}</code></td></tr>
<tr><td class="pbTd"><code>{{ "hb_cache_host_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_cache_id_" | append: page.biddercode | slice: 0,20 }}</code></td><td class="pbTd"><code>{{ "hb_uuid_" | append: page.biddercode | slice: 0,20 }}</code></td></tr>
</table>

{% if page.bidder_supports_deals != false %}
<h3>"Deal ID" Ad Server Key</h3>
<code>{{ "hb_deal_" | append: page.biddercode | slice: 0,20 }}</code>
{% endif %}

{{content}}

</div>
Expand Down
32 changes: 32 additions & 0 deletions _posts/2019-06-19-londonevent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: post
title: Prebid Leadership Summit in London on July 11th 2019
description:
permalink: /blog/london-event-2019
---


<br>

### Prebid Leadership Summit in London on July 11th 2019

Prebid.org invites you to attend the Prebid Leadership Summit in London on July 11th, 2019. It will be held at the IAB UK venue from 1:30–4:30pm, followed by networking until 6:30pm.

[REGISTER NOW](https://www.eventbrite.com/e/july-2019-prebid-leadership-summit-london-tickets-63441520295)

**What to expect:**

The Prebid Leadership Summit is an educational event including overviews, deep dives and conversations about Prebid and its evolution. It’s a chance to explore the latest Prebid solutions and how they work for different kinds of publishers. In particular:

* Insights from member organizations and premium publishers into current best practices and future plans for Prebid
* Panel discussions on the expansion of header bidding into emerging formats, such as video and native
* Networking opportunities for publishers and Prebid members
* And more!

**Who should attend?**

The audience is meant to be Product, Engineering, and AdOps from the Publisher side, so people close to the technology. Space is limited, so be sure to register. Feel free to forward to your colleagues.

Please email event-committee@prebid.org if you have any questions.

We look forward to seeing you at the event!
29 changes: 27 additions & 2 deletions adops/deals.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,31 @@ There are two ways to target deal IDs using *Key-values* targeting:

### Step 4: Attach Creatives to Line Items

For instructions on attaching creatives to the line item, see [Add a Creative](/adops/step-by-step.html#step-2-add-a-creative).

Like all line items, those that represent deals need to be associated with creatives that pass the correct adid back to Prebid.js for display.

e.g. if the line item is targeted to `hb_deal_pubmatic`, then the creative needs to send `hb_adid_pubmatic` in the creative. Like this:

<script src = "https://cdn.jsdelivr.net/npm/prebid-universal-creative@latest/dist/creative.js"></script>
<script>
var ucTagData = {};
ucTagData.adServerDomain = "";
ucTagData.pubUrl = "%%PATTERN:url%%";
ucTagData.env = "%%PATTERN:hb_env%%";
ucTagData.adId = "%%PATTERN:hb_adid_pubmatic%%";
ucTagData.cacheHost = "%%PATTERN:hb_cache_host_pubmatic%%";
ucTagData.cachePath = "%%PATTERN:hb_cache_path_pubmatic%%";
ucTagData.uuid = "%%PATTERN:hb_cache_id_pubmatic%%";
ucTagData.mediaType = "%%PATTERN:hb_format_pubmatic%%";
ucTagData.size = "%%PATTERN:hb_size_pubmatic%%";
ucTagData.hbPb = "%%PATTERN:hb_pb_pubmatic%%";

try {
ucTag.renderAd(document, ucTagData);
} catch (e) {
console.log(e);
}
</script>

If however, the line item is targeted to `hb_deal` (without a bidder code),
then the simplified creative setup in the [step-by-step instructions](/adops/step-by-step.html#step-2-add-a-creative) will be fine.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions dev-docs/bidders.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ The following parameters in the `bidResponse` object are common across all bidde
<h3>Note:</h3> This is a S2S adapter only.
{% endif %}

<h3>Bidder Code</h3>
<h3>Features</h3>

{: .table .table-bordered .table-striped }
| **Bidder Code** | {{ page.biddercode }} | **Prebid.org Member** | {% if page.prebid_member == true %}yes{% else %}no{% endif %} |
| **Media Types** | display{% if page.media_types contains 'video' %}, video{% endif %}{% if page.media_types contains 'native' %}, native{% endif %} | **GDPR Support** | {% if page.gdpr_supported == true %}yes{% else %}no{% endif %} |
| **User IDs** | {% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %} | **COPPA Support** | {% if page.coppa_supported == true %}yes{% else %}no{% endif %} |

<code>{{ page.biddercode }}</code>

<h3>"Send All Bids" Ad Server Keys</h3>

Expand Down
16 changes: 16 additions & 0 deletions dev-docs/bidders/SafeReach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: SafeReach
description: Prebid Safe Reach Bidder Adaptor
hide: true
biddercode: safereach
aliasCode : aardvark
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------|----------|--------------------|----------|----------|
| `ai` | required | The auction ID | `'XBC1'` | `string` |
| `sc` | required | The adshortcode | `'AF2g'` | `string` |
1 change: 1 addition & 0 deletions dev-docs/bidders/appnexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ biddercode: appnexus
hide: true
media_types: banner, video, native
gdpr_supported: true
prebid_member: true
---

### Table of Contents
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/arteebee.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Prebid Arteebee Bidder Adaptor
hide: true
biddercode: arteebee
gdpr_supported: true
coppa_supported: true
---

### Bid Params
Expand Down
12 changes: 12 additions & 0 deletions dev-docs/bidders/beachfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ userIds: unifiedId/tradedesk
| `bidfloor` | required | Bid floor | `0.01` | `float` |
| `video` | optional | Object with video parameters. See the [video section below](#beachfront-video) for details. | | `object` |
| `banner` | optional | Object with banner parameters. See the [banner section below](#beachfront-banner) for details. | | `object` |
| `player` | optional | Object with outstream player parameters. See the [player section below](#beachfront-player) for details. | | `object` |

<a name="beachfront-video"></a>

Expand All @@ -41,3 +42,14 @@ userIds: unifiedId/tradedesk
|------------|----------|-----------------------------------------|------------------------------------------|----------|
| `appId` | optional | Beachfront Exchange ID for banner bids. | `'3b16770b-17af-4d22-daff-9606bdf2c9c3'` | `string` |
| `bidfloor` | optional | Bid floor for banner bids. | `0.01` | `float` |

<a name="beachfront-player"></a>

### player params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|-----------------------------------------|------------------------------------------|----------|
| `progressColor` | optional | The color of the progress bar formatted as a CSS value. | `#50A8FA` | `string` |
| `expandInView` | optional | Defines whether to expand the player when the ad slot is in view. Defaults to `false`. | `false` | `boolean` |
| `collapseOnComplete` | optional | Defines whether to collapse the player when ad playback has completed. Defaults to `true`. | `true` | `boolean` |
16 changes: 16 additions & 0 deletions dev-docs/bidders/bidglass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: Bid Glass
description: Bid Glass Bidder Adaptor
hide: true
biddercode: bidglass
---



### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------|------------|----------|
| `adUnitId` | required | The bid.glass Ad Unit ID | `'777'` | `string` |
1 change: 1 addition & 0 deletions dev-docs/bidders/criteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ biddercode: criteo
bidder_supports_deals: false
media_types: native
gdpr_supported: true
prebid_member: true
---


Expand Down
16 changes: 16 additions & 0 deletions dev-docs/bidders/feedad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: FeedAd
description: Prebid FeedAd Bidder Adaptor
hide: true
biddercode: feedad
media_types: banner, video
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------------------------------------|----------------------------------------------------------|----------|
| `clientToken` | required | Your FeedAd client token. Check your FeedAd admin panel. | `'EiRjZDFiYzI2ZC03OTA2LTQyOTEtOGFmMC0xYzMyZmMwNTFkMDU='` | `string` |
| `placementId` | required | A FeedAd placement ID of your choice | `'prebid-test'` | `string` |
Loading

0 comments on commit 9b7c64c

Please sign in to comment.