Skip to content

Commit

Permalink
update blasto pbs doc, remove deprecared params (#5466)
Browse files Browse the repository at this point in the history
  • Loading branch information
BizzClick committed Jul 1, 2024
1 parent f62f55c commit 27592aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-docs/bidders/blasto.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ userIds: all

### Note

The Example Bidding adapter requires setup before beginning. Please contact us at <[email protected]>. Blasto will only respond to the first impression and that multiple ad formats of that single impression are not supported.
The Example Bidding adapter requires setup before beginning. Please contact us at <[email protected]>.
Blasto will only respond to the first impression.

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

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

### Bid Params for Prebid.js

Expand Down

0 comments on commit 27592aa

Please sign in to comment.