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

Kulturemedia adapter #4398

Merged
merged 2 commits into from
Mar 23, 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
27 changes: 27 additions & 0 deletions dev-docs/bidders/kulturemedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: bidder
title: KultureMedia
description: Prebid KultureMedia Bidder Adaptor
pbjs: true
biddercode: kulturemedia
media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
sidebarType: 1
Copy link
Contributor

Choose a reason for hiding this comment

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

The more meta data you add here, the better partners can vet you.

  • safeframes_ok: true/false
  • deals_supported: true/false
  • floors_supported: true/false
  • fpd_supported: true/false
  • multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid
  • ortb_blocking_supported: true/partial/false
  • userId: (list of supported vendors)

See https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter


---

### Integration Note:

The KultureMedia Header Bidding adapter requires approval from the KultureMedia team. Please reach out to <[email protected]> for more information.


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------|----------|--------------------|-------------|-----------|
| `placementId` | required | Placement Id | `'1234abcd'` | `string` |
| `networkId` | optional | Network Id | `'123456'` | `string` |
| `publisherId` | required | Publisher Id | `'12345'` | `string` |