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

Adding casale params doc #3

Merged
merged 1 commit into from
Oct 20, 2015
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