forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abb09ec
commit 5556941
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,29 +7,28 @@ tcfeu_supported: true | |
gvl_id: 1022 | ||
usp_supported: true | ||
coppa_supported: true | ||
gpp_supported: true | ||
schain_supported: true | ||
dchain_supported: false | ||
userId: | ||
media_types: banner, video, native | ||
safeframes_ok: true | ||
floors_supported: true | ||
bidder_supports_deals: true | ||
pbjs: false | ||
pbs: true | ||
pbs_app_supported: true | ||
prebid_member: false | ||
sidebarType: 1 | ||
multiformat_supported: will-bid-on-any | ||
ortb_blocking_supported: true | ||
--- | ||
|
||
### Note | ||
### Note: | ||
Check failure on line 24 in dev-docs/bidders/adview.md
|
||
|
||
Currently adapter doesn’t support multi impression and can not perform impression splitting, so only the first impression will be delivered. | ||
|
||
The Example Bidding adapter requires setup before beginning. Please contact us at <[email protected]> | ||
The Example Bidding adapter requires setup before beginning. Please contact us at [email protected] | ||
Check failure on line 26 in dev-docs/bidders/adview.md
|
||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|--------------|-----------|----------| | ||
| `placementId` | required | Placement ID | `'posid00001'` | `string` | | ||
| `accountId` | required | Account ID | `'accountid01'` | `string` | | ||
| `accountId` | required | Account ID | `'accountid01'` | `string` | | ||
Check failure on line 34 in dev-docs/bidders/adview.md
|