-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a basic insticator adaptor #3
Create a basic insticator adaptor #3
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.
- The latest PrebidJS change of publisherId is not there.
- I don't see any code related to Content Object.
- IP & UA logic we discussed is still missing.
- I don't see any logic related to setting our UserId
- If a publisher is trying to pass us device or geo objects, they are also not here.
Here is initial request payload from postman:
Here's is entire curl request with headers, ua and other:
|
Here's is BidRequest received at the exchange in the ORTB controller.
|
Here is the final response of the prebid-server of the same request. Note, I have debug mode enabled in the prebid-server. Therefore, the response has a debug field which determines the steps it went through.
|
Here's request PBjs is sending to prebid-server:
|
* init insticator adaptor * update modules * add mediaType for bids * update insticator adaptor with tests * update insticator for test cases * fix test cases * update InstAdapter * update insticator adaptor * fix test cases for adUnitId * update insticator adapter type * Updates - add currency converter support - Add video validation support * remove default plcmt and placement * add more test cases * update for publisher ID * fix tests
No description provided.