Skip to content

Commit 130c13f

Browse files
author
AdsInteractive
committed
make adsinteractive alias of ads_interactive adapter, update ads_interactive params
1 parent 5cffe2a commit 130c13f

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

dev-docs/bidders/ads_interactive.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ sidebarType: 1
2727
### Bid Params
2828

2929
{: .table .table-bordered .table-striped }
30-
| Name | Scope | Description | Example | Type |
31-
|---------------|----------|--------------|---------------------------------|------------|
32-
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
33-
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
30+
| Name | Scope | Description | Example | Type |
31+
|---------------|----------|---------------------|------------------------------|------------|
32+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
33+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
34+
| `adUnit` | optional | (deprecated) adUnit | `'example_adunit_1'` | `'string'` |
3435

3536
### Note
3637

dev-docs/bidders/adsinteractive.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
11
---
22
layout: bidder
3-
title: AdsInteractive
4-
description: Prebid AdsInteractive Bidder Adapter
3+
title: Ads Interactive
4+
description: Prebid Ads Interactive Bidder Adapter
55
biddercode: adsinteractive
6-
media_types: banner
7-
pbjs: true
8-
pbs: true
9-
deals_supported: false
10-
gpp_supported: true
11-
tcfeu_supported: true
6+
gpp_sids: usstate_all
127
gvl_id: 1212
13-
usp_supported: false
14-
coppa_supported: false
15-
userIds: all
16-
schain_supported: false
17-
dchain_supported: false
18-
safeframes_ok: false
19-
floors_supported: false
8+
tcfeu_supported: true
9+
usp_supported: true
10+
coppa_supported: true
11+
schain_supported: true
12+
deals_supported: false
13+
floors_supported: true
2014
fpd_supported: false
21-
pbs_app_supported: false
22-
prebid_member: true
23-
multiformat_supported: will-not-bid
2415
ortb_blocking_supported: false
16+
media_types: banner, video, native
17+
multiformat_supported: will-bid-on-one
18+
userIds: all
19+
pbjs: true
20+
pbs: true
21+
pbs_app_supported: true
22+
safeframes_ok: true
23+
prebid_member: true
24+
sidebarType: 1
2525
---
2626

27-
### Registration
28-
29-
The AdsInteractive adapter requires setup and approval. Please reach out to <[email protected]> to setup your account.
30-
3127
### Bid Params
3228

3329
{: .table .table-bordered .table-striped }
34-
| Name | Scope | Description | Example | Type |
35-
|---------------|----------|--------------|-----------|----------|
36-
| `adUnit` | required | adUnit tag name | `'example_adunit_1'` | `string` |
30+
| Name | Scope | Description | Example | Type |
31+
|---------------|----------|---------------------|------------------------------|------------|
32+
| `placementId` | optional | Placement Id | `'0'` | `'string'` |
33+
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` |
34+
| `adUnit` | optional | (deprecated) adUnit | `'example_adunit_1'` | `'string'` |
35+
36+
### Note
37+
38+
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId.

0 commit comments

Comments
 (0)