forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 7
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
OpenWrap Stable Release V20 #401
Merged
Merged
Conversation
This file contains 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
* Create netIdSystem.js * Update userId.md * Update index.js * Delete netIdSystem.js * Update index.js * Create netIdSystem.js * Update userId_spec.js * Update userId.md * add .js file extention * add .js file extention * Add netId to prebidServerBidAdapter * Update index.js Co-authored-by: bretg <bgorsline@gmail.com>
…on (prebid#4909) * added support for pubcommon, digitrust, id5id * added support for IdentityLink * changed the source for id5 * added unit test cases * changed source param for identityLink * added entry of netIdSystem in .submodules.json * added entry of identityLinkIdSystem in .submodules.json * added comment
* feat(pos and ccpa): added position and ccpa * fix(js extension): imports are added js extension according to new standards. * changes for code review
* added deal prioritization * removed extra sort
Removed port 445, going on default 443
Added call to SSL standard port 443, removing no-standard port 445
* Fix Bug PixelEnabled * Fix Bug Consent
* muted adapter specs * updated scope of pr to global only
* ATS-AnalyticAdapter - register new analytic adapter * ATS-AnalyticAdapter - remove comments * ATS-AnalyticAdapter - fix unit tests, add md file * ATS-AnalyticAdapter - change structure of data * ATS-AnalyticAdapter - adjust documentation * ATS-AnalyticAdapter - change unit test implementation * ATS-AnalyticAdapter - remove conditional comment * ATS-AnalyticAdapter - debug unit test * ATS-AnalyticAdapter - debug unit test * ATS-AnalyticAdapter - fix unit test * ATS-AnalyticAdapter - try to empty requests array after test * ATS-AnalyticAdapter - debug unit test * ATS-AnalyticAdapter - debug unit test * ATS-AnalyticAdapter - empty server.requests after test * ATS-AnalyticAdapter - comment entire unit test to be sure that other tests are passing * ATS-AnalyticAdapter - return test
* Add Sortable adapter for Prebid 3.x Update tests to reflect changes. * Add .js in imports * hostname not host: don't include port * Trivial change to trigger build: failure wasn't our adapter * More failures in other adapters * PR Feedback - use https for URL - fix examples in markdown - request to endpoint should work now * Feedback: add native and video examples
… __cmp exists. Fix fallthrough error and new test for __cmp not present. (prebid#4906)
* renames playgroundxyz bid adapter to pxyz * remove redundant pxyz alias * adds comment explaining reason for alias * update bidder code in test parameters
…#4916) * added support for pubcommon, digitrust, id5id * added support for IdentityLink * changed the source for id5 * added unit test cases * changed source param for identityLink * in-dev changes * indentation * adding unit test cases * added more unit test cases * attach ext only if it not null or undefined * unit test cases in userId module * unit test case for undefined ext value * added netid support with unit test cases
…rebid#4897) * Add adtype from response for video differentiation We added 'adtype' as a key to our response (values: 'BANNER', 'VIDEO' or 'NATIVE'), so we can better differentate media types. This is a must for adUnits that are from multiple mediatypes (e.g. banner, video.outstream) as our current methods assume unique mediatypes per adUnit. * Change tests for video adtype
* audigentRtdProvider * fix line error * fix tests * deep equal test fix * conditionally set data in html5 local storage, add markdown readme * add integration test instructions to audigent readme
* ozone 2.3.0 adapter updates * ozone 2.3.0 adapter - added .js suffix to fix circleCI warnings from upstream * ozone 2.3.0 adapter - more fixes for circleCI errors from upstream * ozone 2.3.0 adapter - more fixes for circleCI errors from upstream - no-multiple-empty-lines * misc fixes
* Enable supplyChain support * Added support for COPPA
* orbidder adapter: add withCredentials:true header to BidRequest and onBidWon Requests * add blank in order to trigger build again * remove blank to trigger build ... again * adding extra line to trigger build ... again * add prebid version to request * add unit test for version parameter * add version parameter to win requests * fix comment * trigger rebuild * trigger rebuild Co-authored-by: RainerVolk4014 <53347752+RainerVolk4014@users.noreply.github.com> Co-authored-by: siggi-otto <57615762+siggi-otto@users.noreply.github.com> Co-authored-by: hendrikiseke1979 <53309111+hendrikiseke1979@users.noreply.github.com>
…ebid#4928) * fix bug related to default usersync config * fix lint error
…ode / slotelementid (prebid#4710) * Added failing test * Added working implementation to secureCreatives * Implemented correctly set/get*Targeting behaviour in googletag * Walk through all targeting keys in case, send all bids or custom adid key is used * Fix googletag inconsistency with real gpt behaviour
* Add support for bidderRequest.refererInfo in Adhese Adapter. * Add support for bidderRequest.refererInfo in Adhese Adapter. * Jira AD-2462 / add tlall is consent string is present * Added 'adhese' attribute to bid that contains meta data - Jira AD-2642 * added DALE to adhese determination * extra config option: no format, but use size array as format string * Added more values to originData * Revert "Added more values to originData" This reverts commit 57f0033. * Pulled Sander's changes & added more data to originData * Adhese bid adapter - final version Co-authored-by: Mateusz Michalowski <mateusz@adhese.eu> Co-authored-by: Mateusz Michalowski <mateusz@michalowski.biz> Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Kim Van Crombrugge <kim@adhese.eu> Co-authored-by: Sander <sander@adhese.eu>
* adding DMX test @97%, two files added one updated * Update districtm_spec.js * Update districtmDMX.js * adding all districtm needed file * remove legacy file * remove typo || 0 in the test method * force default to return a valid width and height * update unit test code for failing test * changed class for an object * remove package-lock.json * change file name for dmx adapter * renamed files * restaure package-lock.json * update to last package-lock state * update gdpr user consent * fix sizes issue * Documentation updates Adding the readme.md info * update file name and update unit testing import file location * current machine state * lint correction * remove variable assigment duplicate * adding CCPA support for DMX * adding test for ccpa and gdpr * districtm dmx adding deal id field * idsync support ccpa & gdpr * adding support uid provide tdid id5 pubCommon digitrust Co-authored-by: Steve Alliance <steve@districtm.ca> Co-authored-by: Luis <luissastreverzun@gmail.com> Co-authored-by: Steve Alliance <stevealliance@Steves-Air.localdomain> Co-authored-by: Steve Alliance <stevealliance@Steves-MacBook-Air.local> Co-authored-by: steve-a-districtm <steve@districtm.net>
Co-authored-by: Ignat Khaylov <khaylov@betweenx.com>
* PUBA-5273:initial commit with analytics adapter, spec & md file * PUBA-5273: updated adapter definition * PUBA-5273: added support contact info * PUBA-5273: adding clearInterval on AUCTION_END * PUBA-5273: reverted last commit as CircleCI job failed * Reverted changes to fix CircleCI build error * Re-commiting invocation of clearInterval on Auction_end * PUBA-7575: updating adapter invocation approach * PUBA-7575: updating the formatting * PUBA-7575: updating adapter logic * Updating filter to 50% from 5% * Removing console * Reducing 50% pass to 1% pass rate * Updating commnet * Making PR review changes * Updating the .md file
* Support new aniview bid adapter * Support new aniview bid adapter * Support new aniview bid adapter * Support new aniview bid adapter * Fix Consent parameters * Update aniviewBidAdapter.js V3 support * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js Update refererInfo * Update aniviewBidAdapter.js Fix tabs and spaces * Update aniviewBidAdapter.js fixes * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js Add ccpa support * Update aniviewBidAdapter.js Typo * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js * Fix size and sample Fixed sizes from playerSize Updated md sample * Fix tabs * Fix sizes * Recheck * Add tgt parameter * Update sample * Add support for cookie sync + tests * Add support for cookie sync + tests * Add support for cookie sync + tests
* adding ccpa support for emx_digital adapter * emx_digital ccpa compliance: lint fix * emx 3.0 compliance update * fix outstream renderer issue, update test spec * refactor formatVideoResponse function to use core-js/find Co-authored-by: Nick Colletti <nick.colletti@emxdigital.com> Co-authored-by: Nick Colletti <gnomish@gmail.com> Co-authored-by: Kiyoshi Hara <Kiyoshi.Hara@emxdigital.com>
Prebid upgarde automate- test pull request created through git api please ignore it
Nightly Upgrade & UOE-5113
OpenWrap Release
adding sspId
UOE-5262 : OpenWrap: Add Secondary Ad Generation Bidder
Bluebillywig outstream renderer
…into staged_master
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.
OpenWrap Stable release v20