Skip to content

Commit 02ff47c

Browse files
authored
AdsYield Bid Adapter: move to limelight (prebid#5318)
1 parent 2f0de47 commit 02ff47c

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

dev-docs/bidders/adsyield.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,40 @@
22
layout: bidder
33
title: AdsYield
44
description: Prebid AdsYield Bidder Adaptor
5+
biddercode: adsyield
56
pbjs: true
67
pbs: true
7-
biddercode: adsyield
8-
aliasCode: admixer
9-
media_types: video
10-
gvl_id: 1199
11-
tcfeu_supported: true
8+
media_types: video, banner
9+
userIds: all
10+
fpd_supported: false
11+
tcfeu_supported: false
1212
usp_supported: true
13+
coppa_supported: true
14+
schain_supported: true
15+
prebid_member: false
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
floors_supported: false
19+
aliasCode: limelightDigital
1320
sidebarType: 1
1421
---
1522

1623
### Bid Params
1724

1825
{: .table .table-bordered .table-striped }
1926

20-
| Name | Scope | Description | Example | Type |
21-
|---------------|----------|-----------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------|
22-
| `zone` | required | The unique identifier of the ad placement. Could be obtained from the AdsYield UI or from your account manager. | `'e5ff8e48-4bd0-4a2c-9236-55530ab8981d'` | `string` |
23-
| `host` | required | Ad network's RTB host | `'open-adsyield.com'` | `string` |
24-
| `publisherId` | required | Publisher ID | `12345` | `integer` |
27+
| Name | Scope | Description | Example | Type |
28+
|---------------|----------|----------------------------------------------------|-----------------------|-----------|
29+
| `host` | required | Ad network's RTB host | `'open-adsyield.com'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on AdsYield Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `12345` | `integer` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
2538

26-
Adsyield server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Adsyield client-side Prebid.js adapter requires only `zone`.
39+
Adsyield server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Adsyield client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
2740

28-
Adsyield server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Adsyield client-side Prebid.js adapter supports only `video` media types, doesn't support `banner`, `audio` and `native`.
41+
Adsyield server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Adsyield client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

0 commit comments

Comments
 (0)