Skip to content

Commit

Permalink
removing PBJS support
Browse files Browse the repository at this point in the history
this has been open long enough. if and when you re-add your PBJS adapter, you can submit a different PR to add these back.
  • Loading branch information
bretg authored Feb 10, 2022
1 parent 221325e commit f6fdfab
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions dev-docs/bidders/bidmyadz.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,12 @@ usp_supported: true
schain_supported: true
media_types: banner, video, native
gdpr_supported: true
pbjs: true
pbjs: false
pbs: true
pbs_app_supported: true
pbjs_version_notes: not in 5.x
---

### Prebid.JS Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `placementId` | required | Placement Id will be generated on BidMyAdz Platform. | `'1234'` | `string` |
| `traffic` | required | `[banner, video, native]` | `'banner'` | `string` |


### Prebid Server Bid Params
Currently adapter doesn't support multiimpression, so only the first impression will be delivered

Expand Down

0 comments on commit f6fdfab

Please sign in to comment.