build adapter from custom source path#753
Conversation
matthewlane
left a comment
There was a problem hiding this comment.
Tested this by copying an adapter to another directory and setting up adapters.json to point to that location. Was able to call bids with that adapter after installing Prebid.js dependencies in that directory
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
#nitpick: remove space before adapter and place space between > and {
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
This could be joined with the previous line to get rid of the need for concatenation
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
#nit: space after if and between ) and {
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
#nit: space after if and between ) and {
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
#space-jam: space after if
loaders/adapterLoader.js
Outdated
There was a problem hiding this comment.
#nit: space after if and between ) and {
…ebid-0.14.0 to release/1.7.0 * commit '3eefcf043466f5457c81bfec18b032b53490b78b': (52 commits) New adapters ids. Prebid 0.14.0 Release add workaround to prevent IX adapter from ending auction earlier due to one request becoming many responses (prebid#763) Add pbjs.getHighestCpmBids for getting winning bids (prebid#755) Fix build Drop Sekindo adapter. Bugfix/suppress prebid request if sizeMapping undefined for device width (prebid#758) amp integration (prebid#756) Add contribution guidelines (prebid#761) Add api method to shuffle the order bidders are called in (prebid#760) build adapter from custom source path (prebid#753) reduce duplication and ignore ga.js in coverage (prebid#754) Log /ut response errors in dev console (prebid#747) Fix indentation (code style error when building) (prebid#751) Add package keywords (prebid#746) added new rubiconLite adapter (prebid#740) Show warning if bidCpmAdjustment is set for AOL bidder (closes prebid#725) (prebid#728) IX adapter code refactoring (prebid#711) Update memeglobal.js (prebid#737) Pulsepoint Analytics adapter for Prebid (prebid#706) ...
…7.0 to master * commit '262f371a5c855419c3ef357fb1f0cf87a107749f': (52 commits) New adapters ids. Prebid 0.14.0 Release add workaround to prevent IX adapter from ending auction earlier due to one request becoming many responses (prebid#763) Add pbjs.getHighestCpmBids for getting winning bids (prebid#755) Fix build Drop Sekindo adapter. Bugfix/suppress prebid request if sizeMapping undefined for device width (prebid#758) amp integration (prebid#756) Add contribution guidelines (prebid#761) Add api method to shuffle the order bidders are called in (prebid#760) build adapter from custom source path (prebid#753) reduce duplication and ignore ga.js in coverage (prebid#754) Log /ut response errors in dev console (prebid#747) Fix indentation (code style error when building) (prebid#751) Add package keywords (prebid#746) added new rubiconLite adapter (prebid#740) Show warning if bidCpmAdjustment is set for AOL bidder (closes prebid#725) (prebid#728) IX adapter code refactoring (prebid#711) Update memeglobal.js (prebid#737) Pulsepoint Analytics adapter for Prebid (prebid#706) ...
Type of change
Description of change
You can specify an absolute path for incorporating a custom adapter in
adapters.jsonExample:
Other information
@prebid/core to review