Skip to content

Commit

Permalink
Create displayioads.md (prebid#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbo3hrk authored and jlaso committed Aug 31, 2023
1 parent eb9eb15 commit 561e170
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-docs/bidders/displayioads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: bidder
title: DisplayioAds
description: DisplayioAds Bidder Adaptor
pbjs: true
pbs: true
biddercode: displayioads
aliasCode : adkernel
media_types: banner, native, video
gdpr_supported: true
usp_supported: true
coppa_supported: true
pbs_app_supported: true
schain_supported: true
userIds: all
floors_supported: true
fpd_supported: true
---

### Note:

The DisplayioAds bidding adapter requires setup and approval before implementation. Please reach out to <[email protected]> for more details.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------|----------|-----------------------|---------------------------|----------|
| `host` | required | RTB host | `'cpm.displayio.cloud'` | `string` |
| `zoneId` | required | Zone Id | 30164 | `integer` |

0 comments on commit 561e170

Please sign in to comment.