Skip to content

Commit

Permalink
Merge branch 'master' into patch-39
Browse files Browse the repository at this point in the history
  • Loading branch information
rimaburder-index authored Feb 26, 2025
2 parents 2b99732 + 40c1b85 commit 3722789
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions dev-docs/bidders/cordless.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: bidder
title: Cordless.co
description: Cordless.co Bid Adapter
biddercode: cordless
tcfeu_supported: false
usp_supported: true
media_types: video, native
safeframes_ok: true
pbjs: true
pbs: true
pbs_app_supported: true
floors_supported: true
schain_supported: true
fpd_supported: true
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
userIds: all
sidebarType: 1
aliasCode: aso
---
### Note

The Cordless.co adapter requires approval and setup. Please reach out to <[email protected]> or visit us at [cordless.co](https://cordless.co) for more details.

### Bid Params

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

#### Video Caching

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

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

0 comments on commit 3722789

Please sign in to comment.