Skip to content
Merged
Show file tree
Hide file tree
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
24 changes: 24 additions & 0 deletions dev-docs/bidders/roxot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: bidder
title: Roxot
description: Prebid Roxot Bidder Adaptor

top_nav_section: dev_docs
nav_section: reference

hide: true

biddercode: roxot

biddercode_longer_than_12: false

---



### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :------ |
| `publisherId` | required | The publisher id from Roxot | `"550e8400-e29b-41d4-a716-446655440000"` |
10 changes: 9 additions & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,22 @@ To improve the speed and load time of your site, build Prebid.js for only the he
</label>
</div>
</div>

<div class="col-md-4">
<div class="checkbox">
<label>
<input type="checkbox" disabled bidderCode="hiromedia" class="bidder-check-box disabled"> HIRO Media - Coming Soon!
</label>
</div>
</div>

<div class="col-md-4">
<div class="checkbox">
<label>
<input type="checkbox" disabled bidderCode="roxot" class="bidder-check-box"> Roxot
</label>
</div>
</div>



Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ description: A free and open source library for publishers to quickly implement
<div class="col-xs-6 col-sm-4"><h3>Piximedia</h3></div>
<div class="col-xs-6 col-sm-4"><h3>GetIntent</h3></div>
<div class="col-xs-6 col-sm-4"><h3>HIRO Media</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Roxot</h3></div>

<!-- END BIDDERS -->

Expand Down