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

Yahoo SSP Bid Adapter #3311

Merged
merged 6 commits into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions dev-docs/bidders/aol.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ gvl_id: 25
userIds: verizonMediaId

---
### IMPORTANT NOTICE!
**TL;DR**
1. The `aol` adapter is scheduled to be depreciated.
2. Our New `yahoossp` is available for early adoption.
3. Please contact your Account Manager/Executive for migration details.

Dear Publishers & Partners,
As part of our platform consolidation process to simplify your integrations moving forward
We invite you to switch from the `oneVideo` Adapter to our NEW `yahoossp` bid adapter for both Display & Video inventory.
FYI - The oneVideo adapter is scheduled for depreciation in the upcoming months.

Thanks in advance,
Yahoo SSP

### Note:
This adapter allows use of both ONE by AOL: Display and ONE by AOL: Mobile platforms. In order to differentiate these sources of demand in your ad server and reporting, you may use the optional `onedisplay` and `onemobile` adapter aliases instead.
Expand Down
14 changes: 14 additions & 0 deletions dev-docs/bidders/oneVideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ gdpr_supported: true
usp_supported: true
---

### IMPORTANT NOTICE!
**TL;DR**
1. The `oneVideo` adapter is scheduled to be depreciated.
2. Our New `yahoossp` is available for early adoption.
3. Please contact your Account Manager/Executive for migration details.

Dear Publishers & Partners,
As part of our platform consolidation process to simplify your integrations moving forward
We invite you to switch from the `oneVideo` Adapter to our NEW `yahoossp` bid adapter for both Display & Video inventory.
FYI - The oneVideo adapter is scheduled for depreciation in the upcoming months.

Thanks in advance,
Yahoo SSP

### Note:

One Video adapter only supports video ads.
Expand Down
12 changes: 12 additions & 0 deletions dev-docs/bidders/onedisplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ pbjs: true
biddercode: onedisplay
aliasCode : aol
---
### IMPORTANT NOTICE!
**TL;DR**
1. The `onedisplay` adapter is scheduled to be depreciated.
2. Our New `yahoossp` is available for early adoption.
3. Please contact your Account Manager/Executive for migration details.

Dear Publishers & Partners,
As part of our platform consolidation process to simplify your integrations moving forward
We invite you to switch from the `onedisplay` Adapter to our NEW `yahoossp` bid adapter for both Display & Video inventory.
FYI - The oneVideo adapter is scheduled for depreciation in the upcoming months.

Thanks in advance,
Yahoo SSP


### Bid Params
Expand Down
12 changes: 12 additions & 0 deletions dev-docs/bidders/onemobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ biddercode: onemobile
aliasCode : aol
---

### IMPORTANT NOTICE!
**TL;DR**
1. The `onemobile` adapter is scheduled to be depreciated.
2. Our New `yahoossp` is available for early adoption.
3. Please contact your Account Manager/Executive for migration details.

Dear Publishers & Partners,
As part of our platform consolidation process to simplify your integrations moving forward
We invite you to switch from the `onemobile` Adapter to our NEW `yahoossp` bid adapter for both Display & Video inventory.
FYI - The oneVideo adapter is scheduled for depreciation in the upcoming months.

Thanks in advance,
Yahoo SSP

### Bid Params

Expand Down
34 changes: 30 additions & 4 deletions dev-docs/bidders/yahoossp.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
---
layout: bidder
title: YahooSSP
title: Yahoo SSP
description: Yahoo SSP Bid Adapter
pbs: true
media_types: banner
pbjs: true
media_types: banner, video
biddercode: yahoossp
prebid_member: true
gdpr_supported: true
usp_supported: true
schain_supported: true
coppa_supported: true
gvl_id: 25
userIds: All
---

### Bid Params
The 'yahoossp' bid adapter supports 2 integration types:
1. **dcn & pos** (Site/App & Position explicit targeting) - For legacy "aol", "oneMobile" adapter partners/publishers.
2. **pubId** (Publisher ID) - For New partners/publishers joining Yahoo SSP and legacy "oneVideo" partners/publishers migrating to the Yahoo SSP.


**Important:** pubId integration (option 2) is only possible when your Seller account is setup for "Inventory Mapping", Please contact your Account Manager to verify your setup.

#### DCN & POS Integration Parameters
For legacy "aol", "oneMobile" adapter partners/publishers.

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------|---------|----------|
| dcn | Required | Site ID provided by Yahoo SSP | 'site1' | string |
| pos | Required | Placement ID provided by Yahoo SSP | 'placement1' | string |

#### PubId Integration Parameters
For New partners/publishers joining Yahoo SSP
floors_supported: true and legacy "oneVideo" partners/publishers migrating to the Yahoo SSP.

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------|---------|----------|
| dcn | required | Site ID provided by One Mobile | 'site1' | string |
| pos | required | Placement ID | 'placement1' | string |
| pubId | Required | Your Publisher External ID provided by Yahoo SSP | 'DemoPublisher' | string |
| siteId | Optional | Ability to target a specific Site using an External ID provided by Yahoo SSP | '1234567' | string |
| placementId | Optional | Ability to target a specific Placement using an External ID provided by Yahoo SSP | 'header' | string |
18 changes: 0 additions & 18 deletions dev-docs/bidders/yssp.md

This file was deleted.