Skip to content

Commit

Permalink
Update artechnology.md
Browse files Browse the repository at this point in the history
removing PBS support flag. This can be added when prebid/prebid-server#4123 is merged.
  • Loading branch information
bretg authored Jan 2, 2025
1 parent 3336323 commit 4fd218e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dev-docs/bidders/artechnology.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deals_supported: true
floors_supported: true
fpd_supported: false
pbjs: true
pbs: true
pbs: false
pbs_app_supported: true
multiformat_supported: true
---
Expand All @@ -29,11 +29,3 @@ multiformat_supported: true
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |

### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------|--------------------------------------|----------|
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |

0 comments on commit 4fd218e

Please sign in to comment.