-
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
update to s2sconfig properties notes #1043
Conversation
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.
There's an asterisk in the description of defaultVendor in the table that was directing the reader to the asterisked note that was deleted. Can you remove the asterisk from the description and add "See the Additional Notes below for more information."
dev-docs/publisher-api-reference.md
Outdated
|
||
- Currently supported vendors are: appnexus & rubicon | ||
- When using `defaultVendor` option, `accountId` and `bidders` properties still need to be defined. | ||
- If `timeout` is larger than Prebid.js timeout, this timeout will be automatically adjusted to 75% of the Prebid.js's timeout in order to have it fit within the auction process. |
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.
Suggested rewording to clarify:
If the s2sConfig
timeout is greater than the Prebid.js timeout, the s2sConfig
timeout will be automatically adjusted to 75% of the Prebid.js timeout in order to fit within the auction process.
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.
Thanks for the feedback; made the requested changes.
Docs for this Prebid.js change:
prebid/Prebid.js#3291
Also changed the formatting around this section to make it a proper bullet list.