Skip to content

Commit

Permalink
Bizzclick: update doc (#5026)
Browse files Browse the repository at this point in the history
* update bizzclick doc

* change host param scope

* mention placementId as deprecated param
  • Loading branch information
BizzClick authored Jan 21, 2024
1 parent 6f3ed82 commit 851ccb1
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions dev-docs/bidders/bizzclick.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,36 @@ safeframes_ok: true
deals_supported: true
pbjs: true
pbs: true
pbs_app_supported: true
sidebarType: 1
floors_supported: true
prebid_member: false
fpd_supported: false
gvl_id: none
multiformat_supported: will-bid-on-one
ortb_blocking_supported: true
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.

### Bid Params
### Bid Params for Prebid Server and Prebid Mobile

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | placement id | `'hash'` | `string` |
| `accountId` | required | account id | `'bizzclickTest'` | `string` |
| `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` |
| `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` |

0 comments on commit 851ccb1

Please sign in to comment.