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
41 changes: 41 additions & 0 deletions dev-docs/bidders/ezoic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: bidder
title: Ezoic
description: Prebid Ezoic Bidder Adapter
biddercode: ezoic
tcfeu_supported: true
gvl_id: 347
usp_supported: true
gpp_sids: tcfeu, usp
coppa_supported: false
schain_supported: true
dchain_supported: false
media_types: banner, video, native
safeframes_ok: false
deals_supported: false
floors_supported: true
fpd_supported: true
pbjs: false
pbs: true
pbs_app_supported: true
multiformat_supported: will-bid-on-one
ortb_blocking_supported: false
privacy_sandbox: no
sidebarType: 1
---

## Registration

The Ezoic bidder adapter requires approval before use. Bids are returned
only for publisher domains that have been registered and approved by
Ezoic; requests for unapproved inventory receive no-bid responses.
Contact <prebid@ezoic.com> to get set up before adding the bidder.

## Bid Params

The Ezoic adapter requires no parameters.

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|-----------|----------|
| `placementId` | optional | Placement ID | `'11111'` | `string` |
Loading