Skip to content

Commit

Permalink
add new adapter ads_interactive (#5602)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdsInteractive authored Oct 11, 2024
1 parent e5d48d2 commit 0f9b9cd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions dev-docs/bidders/ads_interactive.md
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

0 comments on commit 0f9b9cd

Please sign in to comment.