-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
@mjacobsonny would appreciate any feedback on this text, particularly any technical nuances that need to be conveyed, or if this is over-/understating things. |
dev-docs/bidders/appnexus-ast.md
Outdated
@@ -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** |
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.
"All AppNexus placements included in a single call to requestBids
must belong to the same Publisher object"
dev-docs/bidders/appnexus-ast.md
Outdated
@@ -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** | |||
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. |
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.
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.
Thanks @mjacobsonny - updated based on your feedback, merging now. |
No description provided.