-
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
Browsi Viewability Module #1494
Conversation
dev-docs/modules/realTimeData.md
Outdated
pbjs.setConfig({ | ||
"realTimeData": { | ||
"auctionDelay": 1000, | ||
dataProviders[{ |
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.
Need a semi colon after dataProviders
dev-docs/modules/realTimeData.md
Outdated
dataProviders[{ | ||
"name": "browsi", | ||
"params": { | ||
"url": "testUrl.com", |
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.
If you use this example, you get an error:
ERROR: missing params for Browsi provider
Maybe we should use the example from browsiRtdProvider.md
fixed conflicts |
@bretg Looks good! |
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 edits for clarity
Covered all of Jean's comments.
Docs for Real-time data module & browsi real-time data Provider