Skip to content

Commit

Permalink
rename bizzclick to blasto (prebid#5326)
Browse files Browse the repository at this point in the history
Co-authored-by: Muki Seiler <[email protected]>
  • Loading branch information
2 people authored and linzhucheng committed Jul 5, 2024
1 parent 577ac2c commit d96391b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dev-docs/bidders/bizzclick.md → dev-docs/bidders/blasto.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: bidder
title: BizzClick
description: Prebid BizzClick Bidder Adaptor
biddercode: bizzclick
title: Blasto
description: Prebid Blasto Bidder Adaptor
biddercode: blasto
tcfeu_supported: false
usp_supported: true
coppa_supported: true
Expand All @@ -25,23 +25,23 @@ userIds: all

### Note

The Example Bidding adapter requires setup before beginning. Please contact us at <support@bizzclick.com> .BizzClick 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 <support@blasto.ai>. Blasto will only respond to the first impression and that multiple ad formats of that single impression are not supported.

### Bid Params for Prebid Server and Prebid Mobile

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `sourceId` | required | Unique hash provided by bizzclick | `'6dllcEHSxYdSb6yLmCqE'` | `string` |
| `accountId` | required | Unique name provided by bizzclick | `'bizzclick-test'` | `string` |
| `host` | optional | Bizzclick server region. US East by default | `'us-e-node1'` | `string` |
| `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

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `sourceId` | required | Unique hash provided by bizzclick | `'6dllcEHSxYdSb6yLmCqE'` | `string` |
| `accountId` | required | Unique name provided by bizzclick | `'bizzclick-test'` | `string` |
| `host` | optional | Bizzclick server region. US East by default | `'us-e-node1'` | `string` |
| `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` |

0 comments on commit d96391b

Please sign in to comment.