Skip to content
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
37 changes: 37 additions & 0 deletions dev-docs/bidders/9dotsmedialtd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: bidder
title: 9dots media LTD
description: Prebid 9dots media LTD Bidder Adaptor
biddercode: 9dotsmedialtd
pbjs: false
pbs: true
media_types: video, banner, native
userIds: all
fpd_supported: false
tcfeu_supported: false
usp_supported: true
coppa_supported: true
schain_supported: true
prebid_member: false
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
floors_supported: false
aliasCode: limelightDigital
sidebarType: 1
---

### Bid Params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------|
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
Copy link

Choose a reason for hiding this comment

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

This is an alias of limelightDigital which means this also requires the host bidder param.

| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

9dots media LTD server-side Prebid Server adapter requires only `publisherId` parameter.
9dots media LTD server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.