Skip to content
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

Prebid 2.32.0 Upgrade #349

Merged
merged 181 commits into from
Sep 27, 2019
Merged

Prebid 2.32.0 Upgrade #349

merged 181 commits into from
Sep 27, 2019

Conversation

pm-shashank-jain
Copy link
Collaborator

No description provided.

jsnellbaker and others added 30 commits July 2, 2019 15:54
* outstream changes

* removing global filtet

* reverting page

* message

* adapter change

* remove space

* testcases

* testpage

* spaces for test page

* renderer exist case

* reverting package-lock.json
* Added Grid Bid Adapter

* remove priceType from TheMediaGrid Bid Adapter

* Add video support in Grid Bid Adapter

* Added test parameter for video slot

* update Grid Bid Adapter to set size in response bid

* Update Grid Bid Adapter to support identical uids in parameters

* Fix typo in test file for Grid Bid Adapter

* Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
* ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: cleanup

* ET-1691: minor

* ET-1691: revert package.json change

* Adding bidRequest to bidFactory.createBid method as per prebid#509

* ET-1765: Adding support for additional params in PulsePoint adapter (#2)

* ET-1850: Fixing prebid#866

* Minor fix

* Adding mandatory parameters to Bid

* initial commit

* Adding ortb params

* Outstream fixes

* Minor fixes

* Test fixes

* Minor refactor

* Minor changes

* Removing yarn lock file

* battr fix and added test

* PulsePoint adapter - user id module support (#10)

* Making user sync pixels https as well.

* fixing review comment
* add criteo rtus submodule and user id changes

* update appnexus adapter to include criteo user id

* updated to submodules pattern
* Perform requests over https by default.
Preserve insecure requests only if explicitly specified via the server override parameter (to aid with testing).

* Slight refactor.
* Add microadBidAdapter

* Remove unnecessary encodeURIComponent from microadBidAdapter

* Submit Advangelists Prebid Adapter

* Submit Advangelists Prebid Adapter 1.1

* Correct procudtion endpoint for prebid

* Added meta fields to bids in response from Rubicon exchange
…rebid#3980)

* update browser specific code in renderAd function

* update TODO comment
…rs (prebid#3885)

* Synacor media bidder updates:
- Filter out 1x1 & 1x2 adsizes that we don't support
- Added a bunch of openrtb video params

* SynacormediaBidAdapter: Replace let with const

* SynacormediaBidAdapter: Replace let with const

* SynacormediaBidAdapter: Updated setValidVideoParams

Updated setValidVideoParams so that the length check works correctly.
…l codes (prebid#3889)

* Adding a mthod pbjs.getUserIds to share userIds in Prebid to external codes

- Need an API to share the UserIds retrieved by Prebid with external codes
- Use casse: UserIds can be passed to Wrappers like A9/EB

- Added pbjs.getUserIds method
- Moved the cide that initalizes all sub-modules and calls passbacks into a separate function
- Moved code to combine submodule ids in an object into a separate function

* implemented code suggestion chnages

* fixed eslint issue
* restrict outstream w/o renderer to PBS

* reject Request to Prebid Server for invalid media types

* add player height and width to response
* Add Adman bid adapter

* Add supportedMediaTypes property

* Update ADman Media bidder adapter

* Remove console.log

* Fix typo

* revert package-json.lock

* Delete package-lock.json

* back to original package-lock.json
…prebid#3996)

* Fixing the issue introduced in prebid#3845 for rubi analytics adapter

* using utils.deepClone instead of custom clone
* Add user support in _buildPostBody

* Add tdid check to test spec

* Remove comments

* Removing package-lock.json changes
* update PR_REVIEW with some docs notes

* adding note about COPPA change
nwlosinski and others added 29 commits September 4, 2019 13:24
* Rubicon: tuning logged messages

* Update rubiconBidAdapter.js

* fixed indentation
* Rubicon Video COPPA fix

* Unit test for Rubicon Video COPPA fix
* corrected user sync type

* removed support for iframe usersync

* added unit tests for getUserSyncs
* add datablocks Analytics and Bidder Adapters

* remove preload param

* remove preloadid

* better coverage of tests

* better coverage

* IE doesn't support array.find

* lint test

* update example host

* native asset id should be integer
* Shorten SomoAudience to just Somo

* Make package-lock return
* Copy params from bid.params.video.

* Added test for missing video parameters.

* Include mimes from adunit.
* outstream changes

* removing global filtet

* reverting page

* message

* adapter change

* remove space

* testcases

* testpage

* spaces for test page

* renderer exist case

* reverting package-lock.json

* adding schain object

* adding tagid

* syntaxx error fix

* video.html

* space trailing

* space

* tagid

* inventoryId and placement

* rewarded video

* added unit test case
* first commit

* renamed

* minor doc change

* documentation

* small change

* EB

* removed unused imports

* minor changes

* reanmaed a const

* adding more methods to test shareUserIds module

* unit tets cases for shareUserIds

* indentation

* renamed DFP to GAM

* renamed shareUserIds to userIdTargeting

* Update userIdTargeting.md

* trying to restart CI

* digitrust userId case handled

* minor comment change

* using auctionEnd event instead of requestBids.before

* using events.on
* initial commit for buzzoola adapter

* leave only banners for now

* fix bid validation

* change endpoint url

* add video type

* restore renderer

* fix renderer

* add fixed player sizes

* switch bids

* convert dimentions to strings

* write tests

* 100% tests

* remove new DOM element creation in tests

* handle empty response from server

* change description
* reorganize e2e/ tests into separate directories

* new test page for e2e-banner testing

* add test to check if Banner Ad is getting loaded

* change location of the spec files to reflect change in test/e2e directory structure

* add test case to check for generation of valid targeting keys

* create Native Ad test page

* add test case to check validity of the targeting keys and correct rendering of the Ad

* update old browser versions to new

* update browser version

* update title

* remove console.log statements

* add basic functional test for e2e outstream video ad format
* Add microadBidAdapter

* Remove unnecessary encodeURIComponent from microadBidAdapter

* Submit Advangelists Prebid Adapter

* Submit Advangelists Prebid Adapter 1.1

* Correct procudtion endpoint for prebid

* analytics update with wrapper name

* reverted error merge

* New testServerOnly flag

* Tests and a bug fix

* Removed dead code

* Fixes requested in review

* Check each adUnit

* isTestingServerOnly changes per Eric

* Fixed IE 11 bug

* More tests

* improved test case names
…bid#4136)

* new option to include KVPs which have deals when
enableSendAllBids === false

* updating tests to be more realistic
Prebid upgarde automate- test pull request created through git api please ignore it
@pm-shashank-jain pm-shashank-jain merged commit 91ca6f1 into nightly Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment