Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aso Bid Adapter: documenting bcmint alias #4245

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions dev-docs/bidders/bcmint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: bidder
title: BCM International
description: BCM International Bid Adapter
biddercode: bcmint
gdpr_supported: true
usp_supported: true
media_types: video
safeframes_ok: true
deals_supported: false
pbjs: true
pbs: false
floors_supported: true
schain_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
---
### Note:

The BCM International adapter requires approval and setup. Please reach out to contact@bcm.ltd or visit us at [bcm.ltd](https://bcm.ltd) for more details.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------|-----------------------------|-----------|
| `server` | required | Server endpoint | `https://srv.datacygnal.io` | `String` |
| `zone` | required | Zone ID | `73815` | `Integer` |

#### Video Caching

Note that the BCM International adapter expects a client-side Prebid Cache to be enabled for video bidding.

```js
pbjs.setConfig({
usePrebidCache: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
}
});
```