Skip to content

Commit

Permalink
AdsYield Bid Adapter: move to limelight (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
imedvedko committed May 17, 2024
1 parent 2f0de47 commit 02ff47c
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions dev-docs/bidders/adsyield.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,40 @@
layout: bidder
title: AdsYield
description: Prebid AdsYield Bidder Adaptor
biddercode: adsyield
pbjs: true
pbs: true
biddercode: adsyield
aliasCode: admixer
media_types: video
gvl_id: 1199
tcfeu_supported: true
media_types: video, banner
userIds: all
fpd_supported: false
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
prebid_member: false
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
floors_supported: false
aliasCode: limelightDigital
sidebarType: 1
---

### Bid Params

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

| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------------------------------------------------------------------------------------------------|------------------------------------------|-----------|
| `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` |
| `host` | required | Ad network's RTB host | `'open-adsyield.com'` | `string` |
| `publisherId` | required | Publisher ID | `12345` | `integer` |
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------------------------------|-----------------------|-----------|
| `host` | required | Ad network's RTB host | `'open-adsyield.com'` | `string` |
| `adUnitId` | required | Ad Unit Id will be generated on AdsYield Platform. | `42` | `integer` |
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
| `publisherId` | required | Publisher ID | `12345` | `integer` |
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

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

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`.
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 comments on commit 02ff47c

Please sign in to comment.