-
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
Contxtful Bid Adapter : initial release #12256
Contxtful Bid Adapter : initial release #12256
Conversation
Hello @ChrisHuie and @lksharma, |
modules/contxtfulBidAdapter.js
Outdated
import { registerBidder } from '../src/adapters/bidderFactory.js'; | ||
import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js'; | ||
import { _each, buildUrl, isStr, isEmptyStr, logInfo, logError } from '../src/utils.js'; | ||
import * as ajax from '../src/ajax.js'; |
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.
import what you need please
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.
@patmmccann Thank you for pointing this out! I fixed it in this commit
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.
tiny tweak please
…ebid.js into contxtful-bidadapter
Type of change
Description of change
Other information