Skip to content

Commit

Permalink
Added host line
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihkaya84 committed Nov 15, 2022
1 parent aeb422e commit 16d4784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dev-docs/bidders/admatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ AdMatic header bidding adapter connects with AdMatic demand sources to fetch bid

### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|--------------|----------|------------------------------------|------------|----------|
| `networkId` | required | The network ID from AdMatic | `12345` | `number` |
| `host` | required | RTB Host | `layer.serve.admatic.com.tr` | `string` |

### Test Parameters

Expand Down
10 changes: 6 additions & 4 deletions dev-docs/bidders/pixad.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ Pixad header bidding adapter connects with Pixad demand sources to fetch bids fo

### Bid params

| Name | Scope | Description | Example | Type |
|--------------|----------|------------------------------------|------------|----------|
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-------------------------------------|----------|----------|
| `networkId` | required | The network ID from Pixad | `12345` | `number` |
| `host` | required | RTB Host | `rtb.network.pixad.com.tr` | `string` |

### Test Parameters

Expand All @@ -38,7 +40,7 @@ var adUnits = [{
bidder: 'pixad',
params: {
networkId: 12345,
host: 'layer.serve.admatic.com.tr'
host: 'rtb.network.pixad.com.tr'
}
}]
},{
Expand All @@ -48,7 +50,7 @@ var adUnits = [{
bidder: 'pixad',
params: {
networkId: 12345,
host: 'layer.serve.admatic.com.tr'
host: 'rtb.network.pixad.com.tr'
}
}]
}];
Expand Down

0 comments on commit 16d4784

Please sign in to comment.