-
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
Add Inmar bidder adapter #2585
Add Inmar bidder adapter #2585
Conversation
Hi, can you please link this docs PR to your code PR. Thanks! |
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 add the pbjs: true
header or it won't appear in the dynamically-generated page
@bretg I'm confused, I don't see "pbjs: true" in any of the other files in dev-docs/bidders. If this is a requirement, why don't any of the other documentation files have it? |
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 for adding pbjs: true. Maybe you forked the docs repo > 4 months ago? All of them have that header field now.
Noticed that you added 'inmarId' as a userId -- unless I'm misunderstanding something, this needs to be removed.
dev-docs/bidders/inmar.md
Outdated
|
||
biddercode: inmar | ||
usp_supported: true | ||
userIds: inmarId, identityLink, liveIntentId, unifiedId, pubProvidedId |
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 remove "inmarId" -- there's no user ID module for InMar on https://docs.prebid.org/dev-docs/modules/userId.html nor is there a PR open for a new one.
We will remove InmarID. I don't want to duplicate cards here, but we simply do not understand how the GetUserSyncs will result in our ability to get our own Cookie ID in bid requests. If we do not name any field in the bid request for a publisher to send us our UserID we don't understand how we'll ever get that sent to us. We can ideally resolve that in this ticket: prebid/Prebid.js#5674 |
thanks - this went out with 4.11, so merging now. |
* Add Inmar bidder adapter * Update Inmar bidder adapter documentation * Update Inmar bidder adapter documentation * Remove inmarId from userIds
Inmar bidder adapter documentation