-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Contxtful: Documentation update #6313
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,7 +16,7 @@ pbjs: true | |||||
| pbs: true | ||||||
| pbs_app_supported: false | ||||||
| prebid_member: true | ||||||
| multiformar_supported: will-bid-on-any | ||||||
| multiformat_supported: true | ||||||
| ortb_blocking_supported: true | ||||||
| --- | ||||||
|
|
||||||
|
|
@@ -32,13 +32,50 @@ The Contxtful bidder adapter requires some setup. Contact us at [contact@contxtf | |||||
| | `placementId` | required | The placement identifier | `'p12345678'` | `string` | | ||||||
| | `customerId` | required | The customer identifier | `'DEMO123456'` | `string` | | ||||||
|
|
||||||
| ### Configuration | ||||||
| ### Configuration - Prebid.js Adapter | ||||||
|
|
||||||
| n.b. It is strongly recommended that you use the bid adapter in conjunction with the contxtful RTD provider module. | ||||||
|
|
||||||
| see: <https://docs.prebid.org/dev-docs/modules/contxtfulRtdProvider.html> | ||||||
|
||||||
| see: <https://docs.prebid.org/dev-docs/modules/contxtfulRtdProvider.html> | |
| see: [contxtfulRtdProvider](/dev-docs/modules/contxtfulRtdProvider) |
Please use relative paths if referencing other stuff in the docs.
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 @muuki88 ! I updated it as suggested.
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 a lot @muuki88 , I applied your suggestion!
Outdated
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.
| see: <https://docs.prebid.org/dev-docs/modules/contxtfulRtdProvider.html> | |
| see: [contxtfulRtdProvider](/dev-docs/modules/contxtfulRtdProvider) |
Please use relative paths if referencing other stuff in the docs.
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 @muuki88 ! I made the change accordingly.
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 @muuki88 I applied your suggestions
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.
Please use one of the enum values
see https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter
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 @muuki88 for the feedback, I made the changes