-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new adapter ads_interactive (#5602)
- Loading branch information
1 parent
e5d48d2
commit 0f9b9cd
Showing
1 changed file
with
35 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: bidder | ||
title: Ads Ineractive | ||
description: Prebid Ads Interactive Bidder Adapter | ||
biddercode: ads_interactive | ||
gpp_sids: usstate_all | ||
tcfeu_supported: false | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: true | ||
deals_supported: false | ||
floors_supported: true | ||
fpd_supported: false | ||
ortb_blocking_supported: false | ||
media_types: banner, video, native | ||
multiformat_supported: will-bid-on-one | ||
userIds: all | ||
pbjs: true | ||
pbs: true | ||
pbs_app_supported: true | ||
safeframes_ok: true | ||
sidebarType: 1 | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|--------------|---------------------------------|------------| | ||
| `placementId` | optional | Placement Id | `'0'` | `'string'` | | ||
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` | | ||
|
||
### Note | ||
|
||
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId |