Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reserve parameter + remove duplicate (#413)
remove duplicate line in AppNexus adapter
- Loading branch information
08f5bc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkendall07 @benjaminclot I see mention of adding the reserve parameter, but it didn't make it into this PR. Is this something we could get added?
08f5bc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It already works if you add it to the params:
{ bidder: 'appnexus', params: { placementId: '123', reserve : '2.00' } }
08f5bc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect. Thanks @mkendall07