File tree Expand file tree Collapse file tree 2 files changed +32
-29
lines changed
Expand file tree Collapse file tree 2 files changed +32
-29
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
22layout : bidder
3- title : AdsInteractive
4- description : Prebid AdsInteractive Bidder Adapter
3+ title : Ads Interactive
4+ description : Prebid Ads Interactive Bidder Adapter
55biddercode : 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
127gvl_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
2014fpd_supported : false
21- pbs_app_supported : false
22- prebid_member : true
23- multiformat_supported : will-not-bid
2415ortb_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.
You can’t perform that action at this time.
0 commit comments