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

Update from Upstream Master #2

Merged
merged 50 commits into from
Aug 28, 2020
Merged

Update from Upstream Master #2

merged 50 commits into from
Aug 28, 2020

Commits on Aug 14, 2020

  1. PubMatic to support passing content object set in pbjs.setConfig (#5592)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * read content object from config and send it in site.content and app.content
    
    * do not use content object from config if content object is present in app as app.content
    
    * fixed the test-cases
    
    * app.content related test cases
    pm-harshad-mane authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7ede93b View commit details
    Browse the repository at this point in the history
  2. PubMatic: Support for Outstream Renderer (BlueBilyWig Renderer) (#5553)

    * changes to support native in pubmaticbid adapter
    
    * Removed port from endpoint
    
    * Removed protocol from endpoint
    
    * Formatting
    
    * Fix request payload
    
    * Updated test case
    
    * Changed request and response as per ortb spec
    
    * Change in request and response
    
    * Removed comments and extra code
    
    * Code Review comments
    
    * Code Review Comments and Test cases for request and response
    
    * Removed data type as all data asset types are handled
    
    * Code Review Changes
    
    * Code Review Comments
    
    * Supporting both banner and native and sending 0x0 in case of native
    
    * Bug Fixes
    
    * Bug response not processed by prebid
    
    * Change warning message
    
    * Fixed typo
    
    * Do not send request in case of invalid native bid
    
    * Do not send request in case of invalid native requests
    
    * objects converted to strings in log for debug purposes
    
    * Fixed logic to check for required parmas
    
    * Fixed typo for stringify
    
    * documentation for native
    
    * Review comments from Prebid
    
    * Typo
    
    * Typo
    
    * Updated pub id for native
    
    * Code Review
    
    * Support for pubid
    
    * Test Cases for PubCommonId in PubMatic adapter
    
    * Delete yarn.lock
    
    * Rename adaptermanager.js to adapterManager.js
    
    * Rename yieldNexusBidAdapter.js to yieldnexusBidAdapter.js
    
    * Rename yieldNexusBidAdapter.md to yieldnexusBidAdapter.md
    
    * Rename yieldNexusBidAdapter_spec.js to yieldnexusBidAdapter_spec.yieldnexusBidAdaptera
    
    * Rename yieldnexusBidAdapter_spec.yieldnexusBidAdaptera to yieldnexusBidAdapter_spec.js
    
    * bluebillywig outstream player support in pubmatic adapter
    
    * removed pubcommon id test cases
    
    * BBW Renderer
    pm-shashank-jain authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    db02d8a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    84e2361 View commit details
    Browse the repository at this point in the history
  2. Digitrust removal, broader identity support, floor-module support (#5599

    )
    
    * Digitrust remove, broader identity support, floor-module support
    
    * Digitrust removal, broader identity support, floor-module support
    rtuschkany authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    952e0fb View commit details
    Browse the repository at this point in the history
  3. Adds support for additional consent (#5600)

    * add addtlConsent consent to consent object
    
    * add unit test for additional consent
    
    * Update consentManagement.js
    
    * Update index.js
    
    * Update prebidServerBidAdapter_spec.js
    
    * condense else if
    patmmccann authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7696428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97713dd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Emx bid adapter: gdpr user sync update (#5611)

    * 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
    
    * Added GVLID to Adapter, Updated getUserSyncs to accept and leverage gdprConsent
    
    * Added testing coverage for gdpr in getUserSyncs
    
    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>
    Co-authored-by: Dan Bogdan <daniel.bogdan@emxdigital.com>
    5 people authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f983af2 View commit details
    Browse the repository at this point in the history
  2. Yieldone Analytics Adapter: Fix empty events (#5617)

    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    
    * Add adUnitName to analytics data for Yieldone Analytics Adapter
    
    * Fix yieldone Analytics Adapter to log only id from adUnitPath
    
    * Fix bug with timeout event in Yieldone Analytics Adapter
    
    * Update yieldone analytics adapter to remove excess 'ad' field from data
    
    * Update yieldone analytics adapter
    
    * Yieldone Analytics Adapter: remove dispensable events from log
    
    * Platform One Analytics Adapter: fixes after review
    
    * Fix empty events in Yieldone Analytics Adapter
    hbanalytics authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    cc58b23 View commit details
    Browse the repository at this point in the history
  3. Add Bright Mountain Media Bid Adapter (#5593)

    * Add Bright Mountain Media Bid Adapter
    
    * Fix missing quotes around placement_id string
    
    * Update maintainer email
    BrightMountainMediaInc authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8646ba7 View commit details
    Browse the repository at this point in the history
  4. Added IronSource bidder tests and adapter according to specs (#5568)

    * Added IronSource bidder tests and adapter according to specs
    
    * Update tests according to request
    liranbaruch authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    38e078e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e182b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c61de8 View commit details
    Browse the repository at this point in the history
  7. Update rubicon adapter for liveramp userid requirements change (#5620)

    * 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
    
    * update changed default value of netRevenue to true
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * update liveramp userid support
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    28a4c34 View commit details
    Browse the repository at this point in the history
  8. Add intentIq (#5624)

    yuvalgg authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    3b5a747 View commit details
    Browse the repository at this point in the history
  9. Adds advertiserDomains to kargo adapter (#5625)

    * Update kargoBidAdapter.js
    
    * Update kargoBidAdapter_spec.js
    patmmccann authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    fb72d51 View commit details
    Browse the repository at this point in the history
  10. Adding alias (#5622)

    * 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
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    Co-authored-by: Roman Shevchenko <iroman.via@gmail.com>
    itaynave and roshecode authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c0850e9 View commit details
    Browse the repository at this point in the history
  11. oneVideo Adapter: User sync pixel updates (VIDEOPUB-17981) (#5583)

    * updated DBM sync pixel to ups/57304 + removed yahoo sync pixel
    
    * updated unit tests
    
    * updated GDPR tests
    
    * Update package-lock.json
    
    * Update package-lock.json
    
    * update local branch to origin
    
    * added sync pixel unit tests
    
    * Update package-lock.json
    adam-browning authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b01fe09 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    e1100af View commit details
    Browse the repository at this point in the history
  2. Extending the Real Time Data Module (#5519)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * RTD module extend #4610
    
    * add hook for submodule init
    variables naming
    omerDotan authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    23af840 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Update dfpAdServerVideo.js to allow for vast4 (#5608)

    * Update dfpAdServerVideo.js
    
    This had a bug in which all requests were hardcoded to vast 3, although pubs may have selected vast 3 or 4
    
    * Update dfpAdServerVideo_spec.js
    
    * Update dfpAdServerVideo_spec.js
    patmmccann authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f0e4433 View commit details
    Browse the repository at this point in the history
  2. purposes in call for invibes (#5533)

    * added tcf 2.0
    
    * Updated adapter to support gdprEnforcement
    
    * reverted storage manager initialization
    
    * add purposes in call
    
    * send purposes in string array
    
    * InvibesBidAdapter - gdpr updates
    
    * [InvibesBidAdapter] GDPR - purpose adjustments
    
    * [InvibesBidAdapter] fixed tests for new alg & reordered adapter checks
    
    * add tc string
    
    Co-authored-by: florin_nedelcu_invibes <florin.nedelcu@invibes.com>
    Co-authored-by: Cristian Grigoras <cristian.grigoras@invibes.com>
    Co-authored-by: raduchept <radu.cheptanariu@invibes.com>
    4 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ce00f4c View commit details
    Browse the repository at this point in the history
  3. Update rubicon adapter for sharedid userid support (#5627)

    * 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
    
    * update changed default value of netRevenue to true
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * update liveramp userid support
    
    * changed source value to all lowercase
    
    * update share id name
    
    * add unit test for shareid eid
    
    * update shareid obj paths
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2c0ea15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a38f40 View commit details
    Browse the repository at this point in the history
  5. Add a new bidder adapter :mediagoBidderAdapter (#5614)

    * mediago bid adaptor
    
    * 修改去掉固定ip
    
    * mediago bid adapter: add test spec
    
    * spec code style
    
    * change into prod EP and auto size.
    
    * delete other param
    
    * 修改为强制https协议
    SylviaF authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a1692da View commit details
    Browse the repository at this point in the history
  6. updated userid module to stop caching the entire consent object (#5641)

    * updated userid module to stop caching the entire consent object but rather just a hash of it, since all we need it for is comparison purposes.
    
    * IE doesn't support Math.imul, so providing a polyfill for it when necessary
    
    * use `===` to compare consent values; convert hashes to a string when returning them
    
    * add test for string response and fix @returns doc
    
    * don't use polyfills!
    smenzer authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0d8d9bf View commit details
    Browse the repository at this point in the history
  7. New bidder & analytics adapter: Concert (attempt #2) (#5623)

    * Add concert bid adapter, doc and tests.
    
    * Add analytics adapter
    
    * Add email
    
    * fix alert from lgtm
    
    * try to fix test for ie 11
    
    * Handle USP string for PPID
    
    * Fix linking error
    
    * Debug: Find out why IE11 is failing
    
    * More debugging
    
    * More debugging
    
    * Attempt to store queue in-prototype
    
    * Revert "Attempt to store queue in-prototype"
    
    This reverts commit 829ad84.
    
    * More debugging
    
    * More debugging
    
    * Remove Array.includes to support IE11
    
    Co-authored-by: Messay Bekele <messay.bekele@voxmedia.com>
    Co-authored-by: Messay Bekele <walia@users.noreply.github.com>
    Co-authored-by: Andrew Amato <andrew.amato@voxmedia.com>
    4 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b4c6b47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40e5c7d View commit details
    Browse the repository at this point in the history
  9. DMX support for video instream and more user id support (#5618)

    * 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 code getProtocols and gegtApi function + video object support
    
    * Resolve userId detection on dmx
    
    * adding support for video and vast support inline and wrap
    
    * Change video setting to be only taken from mediaTypes object from placement setting
    
    * Adding documentation for video support
    
    * Support for bid floor modules and remove deprecated user id module
    
    * fixed caniuse error for ie11 Array.includes and add advertiser domain in meta object
    
    * replace includes array method for indexOf
    
    * switch anoter includes array function for indexOf
    
    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>
    6 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    67d184a View commit details
    Browse the repository at this point in the history
  10. JW Player Real Time Data Provider (#5537)

    * [AD-469] Add player vendor.
    
    * ssets up targeting module
    
    * implements getTargeting
    
    * implements getPlayer
    
    * blocks bids until all targeting requests complete
    
    * makes getTarget more resilient
    
    * enables mdule hook
    
    * replaces triple dot notation
    
    * Revert "replaces triple dot notation"
    
    This reverts commit 7a76ea6.
    
    * Revert "Revert "replaces triple dot notation""
    
    This reverts commit 130aa2a.
    
    * checks current item only if mediaid is missing
    
    * adds unit tests
    
    * completes test cases
    
    * stores segments for current item
    
    * renames jwp targeting
    
    * refactors fetch tests
    
    * refactors get targeting tests
    
    * refactors blocking tests
    
    * renames module
    
    * cleans changes made to app nexus
    
    * removes setup and player utilities
    
    * renames onFetchCompletion
    
    * renames onFetchCOmpletion in unti tests
    
    * throws instead of early return
    
    * reduces timeout and introduces override
    
    * targeting timeout supersedes
    
    * renames feed fetch timeout
    
    * adds inline doc
    
    * uses find util
    
    * adds jwplayer rtd provider
    
    * implements targeting retrieval
    
    * ensures provider is found
    
    * implements init
    
    * jwTargeting is object
    
    * commits test file
    
    * adds file extension
    
    * adds tests
    
    * fixes test for proper structure
    
    * uses default clock mock
    
    * ends reqs before rtd module timeout
    
    * removes obsolete export
    
    * request counts updates in aggregate
    
    * cleans server mock after each test
    
    * deletes jwplayer targeting
    
    * includes content id
    
    * adds test for missing segment
    
    * getSegments is nullable
    
    * replaces condition with guard
    
    * updates doc
    
    * adds md file
    
    * adds example page
    
    Co-authored-by: vseventer <mark@vseventer.com>
    Co-authored-by: karimJWP <karimJWP@github.com>
    3 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    494015f View commit details
    Browse the repository at this point in the history
  11. Prebid 4.4.0 Release

    robertrmartinez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    1d1ffa3 View commit details
    Browse the repository at this point in the history
  12. Increment pre version

    robertrmartinez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8513f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. module rule documentation updates (#5619)

    * module rule updates
    
    * Adding FPD.user
    bretg authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    32066aa View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Add sspBC adapter (#5531)

    * add sspbc adapter
    
    * tests for sspbc adapter
    
    * sspBC adapter v4.5: set correct creativeId, add adomain to bid.meta, set test mode in adexchange, read site SN from bid response
    
    * sspBC adapter v4.5: set meta.advertiserDomains, update test to expect bid.meta
    
    * sspBC Adapter: add ajax tests (test ad with & without gdpr)
    
    * sspBC Adapter: remove ajax tests
    
    Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
    wojciech-bialy-wpm and Wojciech Biały authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    29bd8de View commit details
    Browse the repository at this point in the history
  2. [IdentityLinkIdSystem] - pass tcfv2 consent string to envelope api (#…

    …5634)
    
    * [IdentityLinkIdSystem] - pass tcfv2 consent string to envelope api
    
    * [IdentityLinkIdSystem] - used deepAccess
    NemanjaRajkovic9 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b26bfe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f4b28 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update vidazooBidAdapter_spec.js (#5639)

    * Update vidazooBidAdapter_spec.js
    
    * Update vidazooBidAdapter_spec.js
    patmmccann authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7001a23 View commit details
    Browse the repository at this point in the history
  2. Add smartxBidAdapter (#5275)

    * Add smartclipBidAdapter
    
    * Updated imported files
    
    * .js file
    
    * Beautify code
    
    * Revert "Beautify code"
    
    This reverts commit da2aea7.
    
    * testing
    
    * partial tab fix
    
    * syntax fixes
    
    * further syntax fixes
    
    * Trailing spaces...
    
    * const parameters fpr smartInTxt Functions
    
    * const to var
    
    * // eslint-disable-next-line camelcase
    
    * new commit
    
    * Update Targeting
    
    * Update syntax
    
    * beautify code
    
    * remove trailing spaces
    
    * Update smartclipBidAdapter.md
    
    * Update smartclipBidAdapter.js
    
    * Update smartclipBidAdapter.js
    
    * rename files
    
    * added first unit tests, further adjustments
    
    * adjusted queries, ran gulp lint, etc
    
    * adjustments, further tests
    
    * extendet unit tests
    
    * naming for spec
    
    * adjusted bidfloor and bidfloorcur, removed old queries, adjustments in the markdown with more use cases
    
    * added more use cases within md file
    
    * layout fix
    
    * md layout
    
    * smartxBidAdapter.js - triple equals, removed context2 due to not used in params.ad_units. Adjusted query.
    smartxBidAdapter_spec.js - fixed typo
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <skylinar@web.de>
    3 people authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    71ff934 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    e2c4e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1aea4 View commit details
    Browse the repository at this point in the history
  3. aniviewBidAdapter - update renderer config (#5636)

    * 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
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    * Aniview Bid Adapter: Added the new configs for the renderer
    
    * Aniview Bid Adapter: Added unit tests for the renderer
    
    * Aniview Bid Adapter: Have added gvlid
    
    Co-authored-by: Roman Shevchenko <iroman.via@gmail.com>
    itaynave and roshecode authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    347be07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    353d2c4 View commit details
    Browse the repository at this point in the history
  5. fixed running of single spec file (#5648)

    Co-authored-by: monis.q <monis.q@media.net>
    monis0395 and monisq authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d38b5d0 View commit details
    Browse the repository at this point in the history
  6. RP Bid Adapter read user.id (#5666)

    * 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
    
    * update changed default value of netRevenue to true
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * pass config user.id to get and xapi requests
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a234c87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaae81f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. RP Bid Adapter: Use EID data set from userId/eids.js (#5657)

    * 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
    
    * update changed default value of netRevenue to true
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * update liveramp userid support
    
    * changed source value to all lowercase
    
    * update share id name
    
    * add unit test for shareid eid
    
    * update shareid obj paths
    
    * fixed atype value
    
    * update to use eids set by userId/eids.js
    
    * update eid to include ext object for adserver.org
    
    * optimize remove lines
    
    * optimize for line reduction
    
    * optimization
    
    * optimization
    
    * fixed liveramp missing property
    
    * fixed import ordering
    
    * reverted change
    
    * undo revert
    
    * fix tests expected values
    
    * added fields to expected test results
    
    * refactor to user eids.js to mock test data
    
    * optimize code to reduce lines
    
    * removed extra braces
    
    * removed extra lines and renamed userIdAsEids to eids
    
    * add tests for all supported sources
    
    * removed unnecessary comments
    
    * udate condition to check for eids length
    
    * removed liveramp.com from eidMap, and refactored to use single variable
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ae956be View commit details
    Browse the repository at this point in the history
  2. Prebid 4.5.0 Release

    mike-chowla committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4274342 View commit details
    Browse the repository at this point in the history
  3. Increment pre version

    mike-chowla committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3f0ae07 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    2b05803 View commit details
    Browse the repository at this point in the history
  2. merkleId Identity submodule submission (#5577)

    * Create merkleIdSystem.js
    
    * Update userId_example.html
    
    * Update eids.md
    
    * Update userId_spec.js
    
    * Update eids.md
    
    fix to merkleinc.com
    
    * fix string break in gdpr applies warning
    
    * Update merkleIdSystem.js
    
    add consentData as param to getId
    
    * Update merkleIdSystem.js
    
    remove useless conditional part
    
    * Update userId_spec.js
    
    fix test strings to match
    
    * Update merkleIdSystem.js
    
    fixes decode function
    
    * Update merkleIdSystem.js
    
    change back decode
    
    * Update userId_spec.js
    
    fix set cookie format
    
    * Update userId_spec.js
    
    fix space before value
    
    * Update eids_spec.js
    
    * Update eids_spec.js
    
    fix spacing issue
    
    * Update merkleIdSystem.js
    
    fix decode again
    
    * Update merkleIdSystem.js
    
    typo
    
    * Update merkleIdSystem.js
    
    * Update merkleIdSystem.js
    
    * Update merkleIdSystem.js
    
    * Update .submodules.json
    
    * Update eids.js
    
    * Update eids_spec.js
    
    * Update eids.js
    angelamerkelprebid authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    3d4e25d View commit details
    Browse the repository at this point in the history
  3. Added schain support and usersync output to cpmstarBidAdapter (#5660)

    * Added CPMStar Bid Adapter
    
    * Updated getPlayerSize for cpmstarBidAdapter
    
    * Improved cpmstarBidAdapter code coverage
    
    * updated test spec, removed empty functions, made imports relative, added warnings to erroneous server responses, and removed the default value for ad in bid response.
    
    * added test video ad unit
    
    * added support for gdpr and coppa
    
    * changed != undefined to != null
    
    * changed let to var
    
    * added unit for GDPR, COPPA, and USP.
    
    * added support for usersync and schain along with updated unit tests
    
    * merged schain support
    
    * Revert "merged schain support"
    
    This reverts commit cdbe4c2.
    
    * merged schain support
    
    * merged schain test
    
    * merged schain and usersync support
    
    Co-authored-by: Nicholas Elek <nelek@cpmstar.com>
    JoshuaMGoldstein and Nicholas Elek authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    2d3b3bd View commit details
    Browse the repository at this point in the history