Skip to content

Commit

Permalink
Adprime Bid Adapter: update Prebid 5 compliance and add new param (#3176
Browse files Browse the repository at this point in the history
)

* docs

* added quotes to string arg

* context keywords

* Add quotes to placementId param

* Update adprime.md

CCPA support feature wasn't displayed in docs, but included in adapter

* tcf2_supported: true

* changes

* add audiences param

Co-authored-by: Aigolkin1991 <Aigolkin1991@gmail.com>
Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
3 people authored Aug 5, 2021
1 parent ff089a1 commit 6f42412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-docs/bidders/adprime.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description: Prebid Adprime Bidder Adapter
biddercode: adprime
gdpr_supported: true
usp_supported: true
media_types: banner, video
media_types: banner, video, native
tcf2_supported: true
pbjs: true
pbs: true
pbs_app_supported: true
pbjs_version_notes: not in 5.x
---

### Note:
Expand All @@ -23,4 +23,5 @@ The Adprime Bidding adapter requires setup before beginning. Please contact us a
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | Adprime placement id | `'1234asdf'` | `string` |
| `keywords` | optional | page context keywords | ['car','sport'] | `array` |
| `audiences` | optional | publisher audiences | ['aud1','aud2'] | `array` |

0 comments on commit 6f42412

Please sign in to comment.