Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DistroScale Bid Adapter #3665

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions dev-docs/bidders/distroscale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: bidder
title: DistroScale
description: Prebid DistroScale Bidder Adaptor
biddercode: distroscale
media_types: banner
pbjs: true
pbs: false
gdpr_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
fpd_supported: true
userIds: all
floors_supported: true
safeframes_ok: false
prebid_member: true
gvl_id: 754
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------|-----------------|----------|
| `pubid` | required | Publisher ID | `'12345'` | `string` |
| `zoneid` | optional | Zone ID | `'67890'` | `string` |


### Prebid Test Request

```
var adUnits = [{
code: 'banner-1',
mediaTypes: {
banner: {
sizes: [[300, 250]],
}
},
bids: [{
bidder: 'distroscale',
params: {
pubid: '12345' // required, must be a string
,zoneid: '67890' // optional, must be a string
}
}]
}];
```

These test parameters can be used to verify that the DistroScale adapter is working properly. This example includes a DistroScale test publisher ID, an optional zone ID and sizes that would match with the test creative.