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 5.0 #6999

Merged
merged 299 commits into from
Jun 10, 2021
Merged

Prebid 5.0 #6999

merged 299 commits into from
Jun 10, 2021

Conversation

patmmccann
Copy link
Collaborator

Description of change

Solution to #5966

jsnellbaker and others added 30 commits May 21, 2021 11:31
…6497)

* lemmaBidAdapter.js

Added lemma bid adapter file

* lemmaBidAdapter.md

Added lemma bid adapter md file

* lemmaBidAdapter_spec.js

Added lemma bid adapter test spec file

* Update lemmaBidAdapter.js

Fixed automated code review alert comparison between inconvertible types

* Update lemmaBidAdapter.js

Fixed review changes

* Update lemmaBidAdapter.md

Correct parameter value.

* Update lemmaBidAdapter.js

Lemma Bid Adapter - v3.0 compliance

* Update lemmaBidAdapter_spec.js

Lemma Bid Adapter - v3.0 compliance

* Update lemmaBidAdapter.md

Lemma Bid Adapter - v3.0 compliance

* Update lemmaBidAdapter.js

Added user sync support into bid adapter.

* updated include modules file extension.

updated include modules js file extension.

* Update lemmaBidAdapter_spec.js

Added unit test for user sync feature.

* Update lemmaBidAdapter.js

Fixed format error.

* Update lemmaBidAdapter_spec.js

Fixed format error and typo error.

* Set mediaType key value into bid object

Set mediaType key value into the bid object.

* Update lemmaBidAdapter.js

remove duplicate function

* Update lemmaBidAdapter.js

Remove non supported code.

* Update lemmaBidAdapter_spec.js

Remove GDPR test cases.

* Update lemmaBidAdapter.js

Made changes for accepting the floor to use the getFloor function

* Update lemmaBidAdapter.js

correct undefined keyword name.

* Update lemmaBidAdapter_spec.js

Added test coverage floor value

* Update lemmaBidAdapter.js

Remove trailing spaces on lines 379 and 381.

* Update lemmaBidAdapter_spec.js

Added getFloor function test case changes, Please review it.

* Update lemmaBidAdapter_spec.js

* Update lemmaBidAdapter.js

* Update lemmaBidAdapter.js

Fixed lint issue.

* Update lemmaBidAdapter_spec.js

Fixed test cases.

* Update lemmaBidAdapter_spec.js

Made suggested changes. Please review it.

Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com>
… metrics to onBidWon Event (#6480)

* Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event

* Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event

* removing status as it does not seem populated when called

* add tests
* gulp: fix supplying list of browsers to test against

The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js'

* instreamTracking: unit test tidy

From @robertrmartinez in #6308 (comment)

* adloaderStub: expose stub for other unit tests to use

From @robertrmartinez in #6308 (comment)

* Adloox analytic module
* Migrating to Prebid 1.0

* Migrating to Prebid 1.0

* Fix spec

* add gdpr and usp

* remove changes in gdpr_hello_world.html

* Update gdpr_hello_world.html

add spaces

* add user syncs

* remove comments

* tests

* admixer id system

* admixer id system

* admixer id system eids.md userId.md

* admixer id system .submodules.json

* admixer id system

Co-authored-by: atkachov <atkachov91@admixer.ua>
* Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring

* Updated endpoint URLs

* Changed array.includes to array.indexOf to fix IE issue

* Code cleanup and changes as suggested.

* Updated browser testing order and edge browser token
…ault (#6535)

* Update eids.js

* Update eids_spec.js

* Update eids.js

* Update pubmaticBidAdapter_spec.js

* Update eids.js

* Update eids_spec.js

* Update conversantBidAdapter_spec.js

* Update rubiconBidAdapter_spec.js

* Update conversantBidAdapter_spec.js

* Delete test/spec/adapters directory

* Update userId_spec.js

* Update userSync.js

* Update userSync_spec.js
* UPDATE: add initial UID

* UPDATE: UID change user ext

* UPDATE: UID clean logs

* UPDATE: add host info

* UPDATE: tappx bid adapter universal id

* UPDATE: fix bidder param

* UPDATE: tappxBidAdapter tests

* tappxBidAdapter - fix spacing

* tappxBidAdapter: add test  user eids array

* tappxBidAdapter: update eids array

* FIX: package-lock.json

Co-authored-by: marc_tappx <marc@tappx.com>
* Add impactify adapter with MD file

* Add impactify adapter
* Added automatic tzo and targetId to adserver request.

* Fixing issues with bid price being too low.

* Fixing issues with bid price being too low.
pycnvr and others added 20 commits May 21, 2021 11:31
* Adf Bid Adapter: banner and video media type support added (#6726)


(cherry picked from commit 6580bf4)

* single adform bid adapter

* Revert "Adf Bid Adapter: banner and video media type support added (#6726)"

This reverts commit 0ada455.
…e capable of reading them from the ad unit (#6947)

* Delete advangelistsBidAdapter.js

* Delete lunamediaBidAdapter.js

* Delete dailyhuntBidAdapter.js

* Delete lemmaBidAdapter.js

* Delete waardexBidAdapter.js

* Delete advangelistsBidAdapter_spec.js

* Delete dailyhuntBidAdapter_spec.js

* Delete lemmaBidAdapter_spec.js

* Delete lunamediaBidAdapter_spec.js

* Delete waardexBidAdapter_spec.js
…r Nexage endpoint call formation (#6766)

* Update aolBidAdapter.js

* Update aolBidAdapter.js
* Add Waardex js

* Update waardexBidAdapter.md

* Add files via upload

* Update invibesBidAdapter.js
@lgtm-com
Copy link

lgtm-com bot commented Jun 10, 2021

This pull request fixes 60 alerts when merging eba3543 into 0345159 - view on LGTM.com

fixed alerts:

  • 50 for Useless regular-expression character escape
  • 5 for Useless conditional
  • 1 for Useless assignment to local variable
  • 1 for Client-side cross-site scripting
  • 1 for Client-side URL redirect
  • 1 for Improper code sanitization
  • 1 for Unneeded defensive code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment