Adding docs for customHeader suppor for XHR call to Preid Server#5444
Merged
ChrisHuie merged 4 commits intoprebid:masterfrom Jun 28, 2024
Merged
Adding docs for customHeader suppor for XHR call to Preid Server#5444ChrisHuie merged 4 commits intoprebid:masterfrom
ChrisHuie merged 4 commits intoprebid:masterfrom
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sanved77
commented
Jun 19, 2024
10 tasks
PhreeMason
approved these changes
Jun 20, 2024
bretg
suggested changes
Jun 20, 2024
dev-docs/modules/prebidServer.md
Outdated
| | `defaultTtl` | Optional | Integer | Configures the default TTL in the Prebid Server adapter to use when Prebid Server does not return a bid TTL - 60 if not set | | ||
| | `adapterOptions` | Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in every impression object at request.imp[].ext.BIDDER. See the example above. | | ||
| | `extPrebid` | Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See the examples below. | | ||
| | `customHeader` | Optional | Object | These custom headers will be included in the XHR call to the bidder's endpoint. This will allow you to send data specific to your use case. The format consists of an object where the keys represent the header names and the values correspond to the respective header values. | |
Contributor
There was a problem hiding this comment.
Thanks for the docs @sanved77 , but I think it would be useful to describe what's in the object with an example. I think an example value would be { "Header1": "Value1", "Header2": "Value2"}, right?
Contributor
Author
There was a problem hiding this comment.
Makes sense to me. Will add that.
bretg
approved these changes
Jun 20, 2024
BIGOAds
pushed a commit
to BIGOAds/prebid.github.io
that referenced
this pull request
Jul 5, 2024
…bid#5444) * Adding docs for customHeader suppor for XHR call to Preid Server * Added extra example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🏷 Type of documentation
📋 Checklist
🖼️ Screenshot