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

AN bidder docs: note required pub-placement match #459

Merged
merged 2 commits into from
Nov 27, 2017
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions dev-docs/bidders/appnexus-ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ adapter include:
- Will continue to be upgraded as enhancements are made to Prebid.js
for expanding capabilities

{: .alert.alert-danger :}
**All AppNexus placements on the page must come from the same publisher**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"All AppNexus placements included in a single call to requestBids must belong to the same Publisher object"

All AppNexus placement IDs across all ad units included in the page-level auction **MUST** belong to the same publisher object in the AppNexus system. If there are placements in the bid request from two or more different publishers, the ad call will fail. This may cause the page to break entirely, depending on how the publisher has implemented Prebid.js.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would stress that the restriction:

  • Applies to the AppNexus placements included in a single call to requestBids
  • Does not extend to adapters that are aliasing the AppNexus adapter
  • Really should not cause "the page to break entirely". Worst case scenario is that the AppNexus bidder will not return demand.


### bid params

{: .table .table-bordered .table-striped }
Expand Down