Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions dev-docs/bidders/ads_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ 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'` |
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------|------------------------------|------------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
| `adUnit` | optional | (deprecated) adUnit | `'example_adunit_1'` | `'string'` |

### Note

Expand Down
53 changes: 28 additions & 25 deletions dev-docs/bidders/adsinteractive.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
---
layout: bidder
title: AdsInteractive
description: Prebid AdsInteractive Bidder Adapter
title: Ads Interactive
description: Prebid Ads Interactive Bidder Adapter
Comment thread
muuki88 marked this conversation as resolved.
aliasCode: ads_interactive
biddercode: adsinteractive
media_types: banner
pbjs: true
pbs: true
deals_supported: false
gpp_supported: true
tcfeu_supported: true
gpp_sids: usstate_all
gvl_id: 1212
usp_supported: false
coppa_supported: false
userIds: all
schain_supported: false
dchain_supported: false
safeframes_ok: false
floors_supported: false
tcfeu_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
deals_supported: false
floors_supported: true
fpd_supported: false
pbs_app_supported: false
prebid_member: true
multiformat_supported: will-not-bid
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
prebid_member: true
sidebarType: 1
---

### Registration

The AdsInteractive adapter requires setup and approval. Please reach out to <it@adsinteractive.com> to setup your account.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|-----------|----------|
| `adUnit` | required | adUnit tag name | `'example_adunit_1'` | `string` |
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------|------------------------------|------------|
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
| `adUnit` | optional | (deprecated) adUnit | `'example_adunit_1'` | `'string'` |

### Note

For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId.