-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TrueReach Bidder Adapter #5423
TrueReach Bidder Adapter #5423
Conversation
Can you copy adomain from your response to bid.meta.advertiserDomains as per http://prebid.org/dev-docs/bidder-adaptor.html#interpreting-the-response |
@patmmccann we have added advertiserDomains in the new commit. Please verify. |
@patmmccann / @idettman / @mike-chowla Kindly let us know the review progress or any issues. |
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.
Changes look good to me. Only thing that needs to change is the BIDDER_URL
field. From, Prebid v3.0 onwards, it's mandatory to use a secure bidder endpoint.
modules/truereachBidAdapter.js
Outdated
|
||
const SUPPORTED_AD_TYPES = [BANNER]; | ||
const BIDDER_CODE = 'truereach'; | ||
const BIDDER_URL = '//ads.momagic.com/exchange/openrtb25/'; |
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.
BIDDER_URL must use https
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.
@Fawke We have updated BIDDER_URL to use https
always. Please verify.
Type of change
Description of change
Related prebid.github.io PR Link