Skip to content

Commit 7f65db4

Browse files
author
mderevyanko
committed
revert changes
1 parent f20102c commit 7f65db4

File tree

13 files changed

+14
-8
lines changed

13 files changed

+14
-8
lines changed

dev-docs/bidders/adsyield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ sidebarType: 1
3636
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3737
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3838

39-
Adsyield server-side Prebid Server adapter requires only `publisherId` parameters. But Adsyield client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
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`.
4040

4141
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`.

dev-docs/bidders/adtarget_org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ sidebarType: 1
3636
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3737
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3838

39-
AdTarget.org server-side Prebid Server adapter requires only `publisherId` parameters. But AdTarget.org client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
39+
AdTarget.org server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But AdTarget.org client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
4040

4141
AdTarget.org server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But AdTarget.org client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

dev-docs/bidders/appstock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ The Appstock Bidding adapter requires setup before beginning. Please contact us
3030

3131
| Name | Scope | Description | Example | Type |
3232
|:--------------|:---------|:----------------------|:------------------|:----------|
33+
| `host` | required | Ad network's RTB host | `'pre.vr-tb.com'` | `string` |
3334
| `publisherId` | required | Publisher ID | `12345` | `integer` |

dev-docs/bidders/embimedia.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ The Embi Media Bidding adapter requires setup before beginning.
3030

3131
| Name | Scope | Description | Example | Type |
3232
|:--------------|:---------|:----------------------|:-----------------------|:----------|
33+
| `host` | required | Ad network's RTB host | `'bidder-embi.media'` | `string` |
3334
| `publisherId` | required | Publisher ID | `12345` | `integer` |

dev-docs/bidders/filmzie.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ The Filmzie Bidding adapter requires setup before beginning.
3030

3131
| Name | Scope | Description | Example | Type |
3232
|:--------------|:---------|:----------------------|:---------------------|:----------|
33+
| `host` | required | Ad network's RTB host | `'ortb.filmzie.com'` | `string` |
3334
| `publisherId` | required | Publisher ID | `12345` | `integer` |

dev-docs/bidders/greedygame.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ The GreedyGame Bidding adapter requires setup before beginning. Please contact u
3030

3131
| Name | Scope | Description | Example | Type |
3232
|:--------------|:---------|:----------------------|:-----------------------|:----------|
33+
| `host` | required | Ad network's RTB host | `'rtb-greedygame.com'` | `string` |
3334
| `publisherId` | required | Publisher ID | `12345` | `integer` |

dev-docs/bidders/iionads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ sidebarType: 1
3737
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3838
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3939

40-
iionads server-side Prebid Server adapter requires only `publisherId` parameters. But iionads client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
40+
iionads server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But iionads client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
4141

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

dev-docs/bidders/limelightDigital.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ sidebarType: 1
3535
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3636
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3737

38-
Limelight Digital server-side Prebid Server adapter requires only `publisherId` parameters. But Limelight Digital client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
38+
Limelight Digital server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But Limelight Digital client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
3939

4040
Limelight Digital server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But Limelight Digital client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

dev-docs/bidders/orangeclickmedia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ sidebarType: 1
3737
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3838
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3939

40-
OCM Media server-side Prebid Server adapter requires only `publisherId` parameters. But OCM Media client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
40+
OCM Media server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But OCM Media client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
4141

4242
OCM Media server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But OCM Media client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.

dev-docs/bidders/streamlyn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ sidebarType: 1
2626

2727
| Name | Scope | Description | Example | Type |
2828
|:--------------|:---------|:-------------------------|:-------------------------|:---------|
29+
| `host` | required | Ad network's RTB host | `'rtba.bidsxchange.com'` | `string` |
2930
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
3031
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
3132
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
3233
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
3334
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3435
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3536

36-
Streamlyn server-side Prebid Server adapter requires only `publisherId` parameter.
37+
Streamlyn server-side Prebid Server adapter requires only `publisherId` and `host` parameters.
3738

3839
Streamlyn server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.

0 commit comments

Comments
 (0)