Skip to content

Commit 27592aa

Browse files
authored
update blasto pbs doc, remove deprecared params (prebid#5466)
1 parent f62f55c commit 27592aa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

dev-docs/bidders/blasto.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,18 @@ userIds: all
2525

2626
### Note
2727

28-
The Example Bidding adapter requires setup before beginning. Please contact us at <support@blasto.ai>. Blasto will only respond to the first impression and that multiple ad formats of that single impression are not supported.
28+
The Example Bidding adapter requires setup before beginning. Please contact us at <support@blasto.ai>.
29+
Blasto will only respond to the first impression.
2930

30-
### Bid Params for Prebid Server and Prebid Mobile
31+
### Bid Params for Prebid Server
32+
Blasto supports diffrent regions for the prebid server. By default US East.
33+
Please deploy the prebid config in each of your datacenters with the appropriate regional subdomain.
3134

3235
{: .table .table-bordered .table-striped }
3336
| Name | Scope | Description | Example | Type |
3437
|---------------|----------|-----------------------|-----------|-----------|
3538
| `sourceId` | required | Unique hash provided by blasto | `'6dllcEHSxYdSb6yLmCqE'` | `string` |
3639
| `accountId` | required | Unique name provided by blasto | `'blasto-test'` | `string` |
37-
| `host` | optional | Blasto server region. US East by default | `'us-e-node1'` | `string` |
38-
| `placementId` | required | Deprecated parameter. Please use sourceId instead |`'6dllcEHSxYdSb6yLmCqE'`|`string` |
3940

4041
### Bid Params for Prebid.js
4142

0 commit comments

Comments
 (0)