Closed
Conversation
* Adding timestamp function to utils * Auction manager (WIP) * WIP * Updated targeting with auction instances and added auction status * Updated appnexus and appnexusAst adapter * Added done callback * Removing bidmanager functions * Removing deprecated public api functions * remove bidmanager file * Revert "remove bidmanager file" This reverts commit 616409e. * Updated appnexus and rubicon adapters to call done callback after all responses are back * Added todo * Fixing circular dependency * filter s2s requests * Emit auction end Add getBidsRequested function * remove unused stuff from adapters * cleanup and fixes * Unit test fixes Added exclude to karma temporarily to support unit tests * added setTimeout for each auction instance * added constants closer to code * binded auction object inside done method * Adding auctionmanager_spec tests and fixes * Remove breakpoint * Moving auction to separate file and unit tests * Merged manually * Merged config api changes * Passing adunits, adunitscodes via constructor and fixing unit tests * added ajax with timeout * convert targeting module to factory pattern * Auction code refactored and unit tests * Updated bidderfactory for 1.0 changes and added unit tests * Renamed placementCode to adUnitCode * Refactor auction and update unit tests * JSDoc for auction and auctionManager * Unit test fixes after rebase * Manual merge new updates to bidmanager and its spec file into auction * Update appnexusAst spec file * Refactor * Prebid 1.0 does not require no_bid to be added * removed side effect by cloning objects * bug fix to set status on already used bid * Removing all !1.0 complaiant adapters * Adding aliases to appnexusAst adapter * Removed bidmanager from currency
* Auction moduel refactor * remove comment and global cbtimeout
* Add timeoutBuffer, s2sconfig, bidderSequence to config * Removing deprecated function and its unit test * fixed linting errors
# Conflicts: # modules/adxcgBidAdapter.js # modules/adyoulikeBidAdapter.js # modules/criteoBidAdapter.js # modules/gumgumBidAdapter.js # modules/openxBidAdapter.js # modules/prebidServerBidAdapter.js # modules/pulsepointLiteBidAdapter.js # modules/rubiconBidAdapter.js # modules/serverbidBidAdapter.js # modules/ucfunnelBidAdapter.js # modules/unrulyBidAdapter.js # modules/vertozBidAdapter.js # modules/yieldmoBidAdapter.js # src/adaptermanager.js # src/adapters/bidderFactory.js # src/bidmanager.js # src/native.js # src/prebid.js # test/spec/bidmanager_spec.js # test/spec/modules/adyoulikeBidAdapter_spec.js # test/spec/modules/appnexusAstBidAdapter_spec.js # test/spec/modules/appnexusBidAdapter_spec.js # test/spec/modules/criteoBidAdapter_spec.js # test/spec/modules/justpremiumBidAdapter_spec.js # test/spec/modules/komoonaBidAdapter_spec.js # test/spec/modules/marsmediaBidAdapter_spec.js # test/spec/modules/openxBidAdapter_spec.js # test/spec/modules/prebidServerBidAdapter_spec.js # test/spec/modules/pulsepointLiteBidAdapter_spec.js # test/spec/modules/rubiconBidAdapter_spec.js # test/spec/modules/sharethroughBidAdapter_spec.js # test/spec/unit/core/adapterManager_spec.js
# Conflicts: # modules/rubiconBidAdapter.js # test/spec/modules/rubiconBidAdapter_spec.js
…into feature/1.0
|
@ndhimehta |
Collaborator
|
@mkalafior @ehulsbosch Please update this PR to target the |
# Conflicts: # modules/adbutlerBidAdapter.js # modules/adkernelBidAdapter.js # modules/adxcgBidAdapter.js # modules/aolBidAdapter.js # modules/appnexusBidAdapter.js # modules/audienceNetworkBidAdapter.js # modules/beachfrontBidAdapter.js # modules/centroBidAdapter.js # modules/conversantBidAdapter.js # modules/currency.js # modules/featureforwardBidAdapter.js # modules/fidelityBidAdapter.js # modules/getintentBidAdapter.js # modules/huddledmassesBidAdapter.js # modules/improvedigitalBidAdapter.js # modules/jcmBidAdapter.js # modules/justpremiumBidAdapter.js # modules/kargoBidAdapter.js # modules/komoonaBidAdapter.js # modules/kummaBidAdapter.js # modules/mobfoxBidAdapter.js # modules/openxBidAdapter.js # modules/platformioBidAdapter.js # modules/polluxBidAdapter.js # modules/prebidServerBidAdapter.js # modules/pubmaticBidAdapter.js # modules/quantcastBidAdapter.js # modules/rhythmoneBidAdapter.js # modules/sharethroughBidAdapter.js # modules/sonobiBidAdapter.js # modules/sovrnBidAdapter.js # modules/spotxBidAdapter.js # modules/trustxBidAdapter.js # modules/underdogmediaBidAdapter.js # modules/vertamediaBidAdapter.js # modules/yieldmoBidAdapter.js # src/adaptermanager.js # src/adapters/bidderFactory.js # src/bidmanager.js # src/prebid.js # test/spec/bidmanager_spec.js # test/spec/modules/adbutlerBidAdapter_spec.js # test/spec/modules/adkernelBidAdapter_spec.js # test/spec/modules/adxcgBidAdapter_spec.js # test/spec/modules/aolBidAdapter_spec.js # test/spec/modules/audienceNetworkBidAdapter_spec.js # test/spec/modules/beachfrontBidAdapter_spec.js # test/spec/modules/c1xBidAdapter_spec.js # test/spec/modules/centroBidAdapter_spec.js # test/spec/modules/conversantBidAdapter_spec.js # test/spec/modules/fidelityBidAdapter_spec.js # test/spec/modules/getintentBidAdapter_spec.js # test/spec/modules/huddledmassesBidAdapter_spec.js # test/spec/modules/improvedigitalBidAdapter_spec.js # test/spec/modules/jcmBidAdapter_spec.js # test/spec/modules/kargoBidAdapter_spec.js # test/spec/modules/komoonaBidAdapter_spec.js # test/spec/modules/kummaBidAdapter_spec.js # test/spec/modules/mobfoxBidAdapter_spec.js # test/spec/modules/openxBidAdapter_spec.js # test/spec/modules/orbitsoftBidAdapter_spec.js # test/spec/modules/platformioBidAdapter_spec.js # test/spec/modules/polluxBidAdapter_spec.js # test/spec/modules/prebidServerBidAdapter_spec.js # test/spec/modules/quantcastBidAdapter_spec.js # test/spec/modules/rhythmoneBidAdapter_spec.js # test/spec/modules/sharethroughBidAdapter_spec.js # test/spec/modules/sovrnBidAdapter_spec.js # test/spec/modules/trustxBidAdapter_spec.js # test/spec/modules/underdogmediaBidAdapter_spec.js # test/spec/modules/vertamediaBidAdapter_spec.js # test/spec/modules/yieldmoBidAdapter_spec.js # test/spec/unit/core/adapterManager_spec.js # test/spec/unit/core/bidderFactory_spec.js # test/spec/unit/pbjs_api_spec.js
Contributor
Author
|
@matthewlane i'm closing this pr because of some problems with merge. Here you can find new one #1881 . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description of change