Skip to content
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
17 changes: 17 additions & 0 deletions bidders.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,23 @@ Prebid.js sends separate key-value targeting for Amazon, because only the obfusc

<div class="bs-docs-section" markdown="1">

#Casale

###bidder code:
`casale`

###bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :------ |
| `slotId` | required | The slot id taken from casale javascript file. | "1" |
| `casaleUrl` | required | The javascript URL shared by Casale. | "//js.indexww.com/ht/mysite.js" |

</div>

<div class="bs-docs-section" markdown="1">

#Criteo

###bidder code:
Expand Down