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

Fixing amazon wrong parameter name #2

Merged
merged 1 commit into from
Aug 25, 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
6 changes: 4 additions & 2 deletions bidders.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These parameters in the bidReponse object are common across all bidders.
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :--- | :---- | :---------- | :------ |
| `aaxId` | required | The site ID for Amazon. | "1234" |
| `aid` | required | The site ID for Amazon. | "1234" |

###bidResponse (bidder specific)

Expand All @@ -86,7 +86,9 @@ These parameters in the bidReponse object are common across all bidders.

###Caveats

Prebid.js sends separate key-value targeting for Amazon, because only the obfuscated price is returned. Please follow Amazon's instructions to setup line items and creatives in your ad server.
Prebid.js sends separate key-value targeting for Amazon, because only the obfuscated price is returned. Please follow Amazon's instructions to setup line items and creatives in your ad server.

Just one `ad unit` is required for this bidder, unlike other bidders where you specify a configuration for each ad unit.

###Default bidder settings

Expand Down