|
2 | 2 | layout: bidder
|
3 | 3 | title: AdsYield
|
4 | 4 | description: Prebid AdsYield Bidder Adaptor
|
| 5 | +biddercode: adsyield |
5 | 6 | pbjs: true
|
6 | 7 | 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 |
12 | 12 | 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 |
13 | 20 | sidebarType: 1
|
14 | 21 | ---
|
15 | 22 |
|
16 | 23 | ### Bid Params
|
17 | 24 |
|
18 | 25 | {: .table .table-bordered .table-striped }
|
19 | 26 |
|
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` | |
25 | 38 |
|
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`. |
27 | 40 |
|
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