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

New adapter docs: Connektai #5817

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
35 changes: 35 additions & 0 deletions dev-docs/bidders/connektai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: bidder
title: connekt.ai
description: Prebid connekt.ai Bidder Adaptor
biddercode: connektai
media_types: banner, video
coppa_supported: true
tcfeu_supported: false
usp_supported: true
prebid_member: false
pbjs: false
pbs: true
schain_supported: true
floors_supported: true
multiformat_supported: will-bid-on-any
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This document is missing a few pieces of adapter metadata. Please fill out the metadata as documented at https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter

The more, the better it is for publishers / ad tech vendors to vet your adapter

sidebarType: 1
dchain_supported: false
deals_supported: true
fpd_supported: false
ortb_blocking_supported: true
safeframes_ok: true
privacy_sandbox: no
---

### Note

The connekt.ai adapter requires setup before beginning. Please contact us at <[email protected]>

### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------|------------------------------------|-----------|
| `env` | required | Environment name | `stage` | `string` |
| `pid` | required | Uniq placement ID | `ab230510222b516f0eb9a10e5913d3b5` | `string` |
Loading