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

merge master #7

Merged
merged 238 commits into from
Aug 24, 2022
Merged

merge master #7

merged 238 commits into from
Aug 24, 2022

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    1de9f8a View commit details
    Browse the repository at this point in the history
  2. Alkimi bid adapter: added supply chain, GDPR TCF, COPPA, & USP support (

    #8505)
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * alkimi adapter
    
    * onBidWon change
    
    * sign utils
    
    * auction ID as bid request ID
    
    * unit test fixes
    
    * change maintainer info
    
    * Updated the ad unit params
    
    * features support added
    
    Co-authored-by: Alexander <[email protected]>
    Co-authored-by: Alexander Bogdanov <[email protected]>
    Co-authored-by: Alexander Bogdanov <[email protected]>
    Co-authored-by: motors <[email protected]>
    Co-authored-by: mihanikw2g <[email protected]>
    Co-authored-by: Nikulin Mikhail <[email protected]>
    7 people authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f965401 View commit details
    Browse the repository at this point in the history
  3. Missena Bid Adapter: added getUserSyncs and testmode (#8547)

    * Missena Bid Adapter: added getUserSyncs and testmode
    
    * Slight parameter rename
    
    * Add getUserSyncs tests
    
    * Hardcode the sync url
    pdamoc authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    583c80b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Prebid core & PBS adapter: Feature tags and optional compilation of n…

    …ative support (#8219)
    
    * Upgrade webpack to 5; gulp build works
    
    * Fix karma, except events
    
    * Uniform access to events, import * or require (import * from 'events.js' / import events from 'events.js' return different objects, which is a problem for stubbing)
    
    * Fix (?) adapters that use `this` inappropriately
    
    * Update webpack-bundle-analyzer
    
    * Fix warnings
    
    * Enable tree shaking
    
    * Set webpack mode 'none' (or else tests fail (!))
    
    * Update coreJS version in babelrc - #7943
    
    * Use babel to translate to commonjs only for unit tests; enable production mode
    
    * Define feature flags at compile time - starting with just "NATIVE"
    
    * Add build-bundle-verbose
    
    * Run tests with all features disabled
    
    * Fix build-bundle-verbose
    
    * Tag native#nativeAdapters
    
    * Merge master
    
    * Add fsevents as optional dep
    
    * Adjust syntax for node 12
    dgirardi authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5b4987d View commit details
    Browse the repository at this point in the history
  2. Add ad unit size handling to bid request (#8504)

    Also
    
    * add additional tests
    * restructure test spec
     * make test fixtures independent of each other
     * provide object property names not in string notation
     * use arrow function in test case callbacks
    * add some JSDoc, fix typos
    * use const whenever possible
    
    dingens bummens
    nkloeber authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1b5ea86 View commit details
    Browse the repository at this point in the history
  3. Prebid 7.2.0 release

    prebidjs-release committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5d087d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    072ebd3 View commit details
    Browse the repository at this point in the history
  5. bugfix - generate new qid (#8578)

    Co-authored-by: m.czerwiak <[email protected]>
    adquery and m.czerwiak authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d1ce984 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Prebid Core: update governance.md (#8572)

    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    
    * Update governance.md
    patmmccann authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    4996ec2 View commit details
    Browse the repository at this point in the history
  2. Tnc id module: initial release (#8435)

    * - TNCID UserID Module
    
    * revert
    
    * - TNCID UserID Module
    
    * - TNCID UserID Module
    
    * Converted loadTNCScript to Promise
    
    * Added CacheID
    
    * - TNCID UserID module
    
    * - Documentation updated
    
    * - File naming fix
    
    * - type fix
    
    * -no change
    
    * - space removed
    
    * new line removed
    
    * - lint fix
    
    * - eids fix
    
    * - .submodules.json: module name moved in alphabetical order
    -  modules/tncIdSystem.md: spacing fix
    -  added eids.md, user id spec and eids spec
    
    * - tnc script loaded by loadExternalScript util function
    
    * -resolved lint errors
    
    * - module name refactoring
    
    * - input parameter added to disable load of fallback script
    
    * - TNC fallback script is now input param
    
    * - Added missing tests
    
    Co-authored-by: AzureAD\AnnaVane <[email protected]>
    Co-authored-by: micheletnc <[email protected]>
    3 people authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    4d0b063 View commit details
    Browse the repository at this point in the history
  3. chore: Set permissions for GitHub actions (#8575)

    Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveen <[email protected]>
    naveensrinivasan authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    596dc3c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. chore: Included githubactions in the dependabot config (#8583)

    This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
    
    Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
    
    GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
    
    https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
    Signed-off-by: naveen <[email protected]>
    naveensrinivasan authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    2bcda31 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Rise Bid Adapter: Add support for loop number (#8569)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * add request count to rise bidder requests
    
    * change param name to loop
    
    * add loop to tests
    
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: Laslo Chechur <[email protected]>
    Co-authored-by: OronW <[email protected]>
    Co-authored-by: lasloche <[email protected]>
    5 people authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    20a600e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79569f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Finative bid Adapter: initial release (#8557)

    * add seedingAlliance Adapter
    
    * add two native default params
    
    * ...
    
    * ...
    
    * seedingAlliance Adapter: add two more default native params
    
    * updating seedingAlliance Adapter
    
    * seedingAlliance Adapter
    
    * quickfix no bids + net revenue
    
    * bugfix replace auction price
    
    * change URL  and add versioning
    
    * add Finative Adapter
    
    * Rename Test
    
    * Add proper testing params
    
    Co-authored-by: Jonas Hilsen <[email protected]>
    Co-authored-by: SeedingAllianceTech <[email protected]>
    3 people authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    282c9ae View commit details
    Browse the repository at this point in the history
  2. Sovrn: Update adapter to remove tpids and how it gets sizes (#8581)

    * Remove tpids and check for sizes
    
    * Change for tests
    
    * Update code to put back eids and fix tests
    
    * fix: [EX-3771] Fix imports after merge.
    TWrightSovrn authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0727222 View commit details
    Browse the repository at this point in the history
  3. Nativo Bid Adapter: added bid size qs parameter to the request (#8523)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    * Updated isBidRequestValid check
    
    * Refactored Object.enties to use Object.keys to fix CircleCI testing errors
    
    * Updated bid mapping key creation to prioritize ad unit code over placementId
    
    * Added filtering by ad, advertiser and campaign.
    
    * Merged master
    
    * Added more robust bidDataMap with multiple key access
    
    * Deduped filer values
    
    * Rolled back package.json
    
    * Duped upstream/master's package.lock file ... not sure how it got changed in the first place
    
    * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.
    
    * Added bid sizes to request
    
    * Fixed function name in spec. Added unit tests.
    jsfledd authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    59ffde0 View commit details
    Browse the repository at this point in the history
  4. Lasso bid adapter: add new bid adapter (#8503)

    * Lasso bid adapter
    
    * Lasso prebid adapter
    victorlassomarketing authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b74a97f View commit details
    Browse the repository at this point in the history
  5. 33accross Bid Adapter: add 33across_mgni alias (#8570)

    * add 33across_mgni alias, remove BIDDER_CODE validation
    
    * remove comment
    
    * add tests for alias 33across_mgni
    
    * fix lint no empty multi line
    
    * add alias validation and readded BIDDER_CODE validation
    
    * made validation more readable
    
    Co-authored-by: Anthony Lin <[email protected]>
    anthonyjl92 and Anthony Lin authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9770ddb View commit details
    Browse the repository at this point in the history
  6. Gumgum Bid Adapter: prebid changes to support jp products (#8552)

    * Gumgum - ADTS-175 Support multiple GG params
    
    * ADJS-1165-prebid-adaptor-changes-to-support-jp-products
    
    * made tweaks to the skin product for the gumgumBidAdapter
    
    * added test for new product id
    
    Co-authored-by: Lisa Benmore <[email protected]>
    Co-authored-by: John Bauzon <[email protected]>
    3 people authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c3e0639 View commit details
    Browse the repository at this point in the history
  7. FPD module: fix bug with fpd enrichment / validation not running on r…

    …equestBids (#8585)
    
    * FPD module: fix bug with fpd enrichment / validation not running on requestBids
    
    * Fix lint
    dgirardi authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1819d85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e77176 View commit details
    Browse the repository at this point in the history
  9. Yieldone bid adapter: Add AudienceOne ID, language, screen_size to pa…

    …yload (#8511)
    
    * Add DAC ID in yieldone Bid Request
    
    * Add the parameters language, screen_size, fuuid
    
    * Add the parameters language, screen_size, fuuid to spec.js
    
    Co-authored-by: kyoya-takei <[email protected]>
    haruka-yamashita2 and kyoya-takei authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    df068a6 View commit details
    Browse the repository at this point in the history
  10. Send extId when build bid request (#8590)

    Co-authored-by: Yu Tong <[email protected]>
    rey1128 and Yu Tong authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3bed2b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Sonobi Bid Adapter: fix gpid bid request value and add media type val…

    …ue (#8541)
    
    * Fixed an issue where the key_maker value in the bid request was malformed when adding gpid. Added new media type value to the bid request.
    
    * changed a few if statements to avoid running some conditions when not needed
    JonGoSonobi authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9e5a0b4 View commit details
    Browse the repository at this point in the history
  2. Yieldmo Bid Adapter: update adapter to perform user synchronization (#…

    …8521)
    
    * implement getuserSyncs
    
    * fix undefined issue and add unit tests
    
    * update cookie sync endpoint and create const
    
    * update const in test file as well
    ym-ainiguez authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1a4e718 View commit details
    Browse the repository at this point in the history
  3. Prebid Core: Implement transaction id on imp.ext.tid (#8591)

    * add transactionId to openrtb imp ext object
    
    * fix unit test
    
    * address feedbacks
    
    Co-authored-by: shahin.rahbariasl <[email protected]>
    shahinrahbariasl and shahin-rahbariasl authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0cb87ac View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Dianomi Bid adapter: add new bid adapter (#8519)

    * start of dianomi adapter
    
    * improving adapter
    
    * Rename and add the missing "i"
    
    * our bidder supports native (or it will)
    
    * Updated dianomiAdapter
    
    * dianomi adapter update endpoint and smartadId paramter
    
    * removed nested request in buildRequests/native object to align better with ortb native 1.2
    
    * dianomi adapter upddate, remove native {request} nesting
    
    * update md, tried to make it similar to adform's
    
    * updated urls to live endpoints
    
    * a couple little tweaks to md
    
    * added userSync and allow changing of endpoint
    
    * updated Maintainer email
    
    * added tests, need to look at coppa tests still as not sure if we should be testing that
    
    * couple of test changes
    
    * small change to tests
    
    * switched to v7
    
    Co-authored-by: Michael Stevens <[email protected]>
    Co-authored-by: Chris Almeida-Symons <[email protected]>
    Co-authored-by: Martin Hill <[email protected]>
    4 people authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    033a301 View commit details
    Browse the repository at this point in the history
  2. cpex Id System: Fixes and cleanup, adds eids, changes cookie name (#8559

    )
    
    * Fixes and cleanup, adds eids, changes cookie name
    
    - `getId` has to return key `id` to trigger passing the id to bidders
    - removed unused params
    - added eids version
    - renamed cookie to not be mistaken with some Chinese id
    - not adding the id when cookie is not found
    - updated tests to match the changes
    
    * Fixed tests
    
    * Adds eids test for cpexId
    EskelCz authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d026a72 View commit details
    Browse the repository at this point in the history
  3. Update adkernel adapter (#8604)

    Add an alias
    ckbo3hrk authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9c9dd3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ac438 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60e2466 View commit details
    Browse the repository at this point in the history
  6. Prebid 7.3.0 release

    prebidjs-release committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e2231fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c4d7cf View commit details
    Browse the repository at this point in the history
  8. Readpeak Bid Adapter: Add onBidWon Callback (#8516)

    * Add banner support to readpeak bid adapter
    
    * Add onBidWon callback to trigger burl
    
    * Remove .only from test
    
    * Fix merge
    
    * Revert package-lock.json version update
    readpeaktuomo authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2906ef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Shinez Bid Adapter: update adapter to comply with latest Prebid versi…

    …on (#8494)
    
    * Shinez adapter refactored, new Prebid version supported
    
    * Endpoints updated for Shinez adapter
    
    * Tests fixed for ortb2 in Shinez adapter
    
    * ortb2 site.ref and site.page used in Shinez Shinez adapter
    Soterix authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    d594516 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. added native support (#8533)

    Co-authored-by: Love Sharma <[email protected]>
    lksharma and Love Sharma authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    dbb3dac View commit details
    Browse the repository at this point in the history
  2. Insticator Bid adapter: Add video placement param (#8600)

    * feat: added video placement param
    
    * trigger circleCI build
    
    Co-authored-by: Ilya Stalmahov <[email protected]>
    StalmIlya and IlyaStalmahov authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    06e2976 View commit details
    Browse the repository at this point in the history
  3. Openx Ortb2 Bid Adapter: initial release (#8409)

    * add openxNewBidAdapter
    
    * update openxNewBidAdapter with prebid 7 fpd changes
    
    * change name of openxNewBidAdapter and prebid 7 updates
    
    * attempt to fix unit tests
    bwschmidt authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cb171a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Ventes Bid Adapter: stage Url to production (#8620)

    * Ventes Avenues initial changes
    
    * Ventes Avenues initial changes
    
    * Stage url to Production url
    
    * Removed duplicate files
    
    * Test specs changes
    jessoventes authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    86399d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b423e1 View commit details
    Browse the repository at this point in the history
  3. Kargo Bid Adapter: fixing adm for legacy vast support (#8616)

    * kargo adapter - always setting adm for legacy support
    
    * kargo adapter - fixing tests
    andyrusiecki authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    91aa018 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Added GDPR, CCPA, COPPA, and timeout passing support (#8612)

    Co-authored-by: Ubuntu <[email protected]>
    vrtcal-dev and Ubuntu authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0d49ff6 View commit details
    Browse the repository at this point in the history
  2. Debugging module: multiple bugfixes (#8582)

    * Debugging module: fix bug with configuration not being loaded from session if module is included in the prebid bundle
    
    * Translate '<version>-pre' to 'latest', not '<version>'
    
    * Add CLI option to set url base for debugging-standalone.js
    
    * Allow arrays in 'then' specification
    dgirardi authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ac62d04 View commit details
    Browse the repository at this point in the history
  3. Relaido Bid Adapter: Add support for bids[].params.video.playerSize (#…

    …8627)
    
    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * support params.video.playerSize
    
    If mediaTypes.video.playerSize does not have a definition, but params.video.playerSize does, allow it.
    
    * add support for playerSize is Array[number, Number]
    
    Co-authored-by: ishigami_shingo <[email protected]>
    Co-authored-by: cmertv-sishigami <[email protected]>
    Co-authored-by: t_bun <[email protected]>
    Co-authored-by: n.maeura <[email protected]>
    5 people authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5a3c835 View commit details
    Browse the repository at this point in the history
  4. Prebid 7.4.0 release

    prebidjs-release committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6ab07f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3d517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2965c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Build system: use local identifiers for browserstack tunnels (#8634)

    * Fix browserstack tests
    
    * Use local identifiers for browserstack tunnels
    dgirardi authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5b174a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. IX Bid Adapter: Add support for IMG based user syncs (#8606)

    Co-authored-by: Chris Corbo <[email protected]>
    ccorbo and Chris Corbo authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6ef1277 View commit details
    Browse the repository at this point in the history
  2. Topics FPD module: initial release (#8630)

    * Topics FPD module
    
    * Small improvements
    dgirardi authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f567365 View commit details
    Browse the repository at this point in the history
  3. Revert "Topics FPD module: initial release (#8630)"

    This reverts commit f567365.
    dgirardi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e2bcc43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5c9c06 View commit details
    Browse the repository at this point in the history
  5. Hadron Analytics/Bid Adapters: adding partnerId to options and _it pa…

    …rameter to calls (#8636)
    
    * adding partnerId and _it to rtd and id calls
    
    * fixed typo in provider string
    
    * fixing JS doc
    
    * fixing spec in order to accept new URL params
    jlaso authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    62c6a4a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Seedtag Bid Adapter: report auctionStart and ttfb (#8639)

    * add ttfb and auctionStart to request payload
    
    * add unit tests
    
    * handle edge cases
    
    * use fetchStart for API v1
    
    * fix lint error
    
    * -
    
    * -
    
    * -
    ybootin authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    828e102 View commit details
    Browse the repository at this point in the history
  2. Taboola Bid Adapter: update documentation and bid response TTL (#8615)

    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * add it also to the aftereach
    
    * add it also to the aftereach
    
    * change the api endpoint https protocol
    
    * update Taboola prebid documentation:
    tagId, publisherId, bidFloor.
    
    * update bid response ttl to 60 seconds.
    
    * update Taboola prebid documentation.
    
    * Fix response test
    
    Co-authored-by: Michael <[email protected]>
    Co-authored-by: mikiz <[email protected]>
    3 people authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e3a0e78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f4ad4 View commit details
    Browse the repository at this point in the history
  4. Appnexus Bid Adapter: support native feature flags (#8597)

    * appnexus bid adapter - support native feature flags
    
    * add feature flag to native tests
    jsnellbaker authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bd4f220 View commit details
    Browse the repository at this point in the history
  5. Revert "Gdpr Enforcement module and sharedId/pubCommonId modules: ven…

    …dor consent should not be enforced for first-party-id modules (#8448)" (#8648)
    
    This reverts commit 5ece4bb.
    dgirardi authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    001d491 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c1a7f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Sharethrough Bid Adapter: getUserSyncs URL clean up (#8638)

    * [PGE-178206841] Clean up getUserSyncs function
    
    * Increment adapter version
    Mathieu Pheulpin authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7d3d67b View commit details
    Browse the repository at this point in the history
  2. Kargo Analytics Adapter: Bid response time logging (#8510)

    * Kargo Bid Adapter: Use currency from Bid Response
    
    * Kargo Bid Adapter: Fix failed test
    
    * Kargo Bid Adapter: adding media type to bid response, supporting vastXml response (#8426)
    
    * kargo adapter - adding mediaType to bid response, conditionally set vastXml field
    
    * kargo adapter - updating tests
    
    * Kargo Bid Adapter: onTimeout Support (#6)
    
    * Adding additional param
    
    * Adding response time function
    
    * Remove debug
    
    * Updating response time log to be set by bid response
    
    * Adding screen width/height to request
    
    * Test fix
    
    * Test fix
    
    * Removing interpretResponse signaling
    
    * Simplifying send data function
    
    * Kargo Analytics Adapter: Update with bid response time support
    
    * Renaming event route for auction data
    
    * Reset bid response data sent bool
    
    * Using array to store logged auctions
    
    * Update to use timeToResponse
    
    * Test fix
    
    Co-authored-by: Wei Wong <[email protected]>
    Co-authored-by: Andy Rusiecki <[email protected]>
    3 people authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    932f581 View commit details
    Browse the repository at this point in the history
  3. ADOT Bid Adapter: fix handle empty refererInfo (#8643)

    * [DSP-3707] fix: Handle empty refererInfo
    
    [DSP-3707] fix: Handle empty refererInfo
    
    * [DSP-3707] fix: handle empty referer info
    ako-adot authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    72ce4ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84eca1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2009048 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cb6914 View commit details
    Browse the repository at this point in the history
  7. imRtdProvider: update ix bidderDefaultFunction (#8657)

    * remove ix bidder setting
    
    * update test
    eknis authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a29cafd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. IX Bid Adapter: Add support for impression level transactionId (imp[]…

    ….ext.tid) (#8641)
    
    * IX Bid Adapter: add imp ext tid support
    
    * fix tid level in imp ext object
    
    Co-authored-by: shahin.rahbariasl <[email protected]>
    shahinrahbariasl and shahin-rahbariasl authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    be0e69b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. PBjs Core Price Floors Module: improve logging on bid rejections to c…

    …larify which CPM is being compared with which floor (#8655)
    
    * Price floors module: improve logging on bid rejections to clarify which CPM is being compared with which floor
    
    * Use full precision in log message
    dgirardi authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0e03988 View commit details
    Browse the repository at this point in the history
  2. Adgeneration Bid Adpter: add Criteo system and ID5 system and update …

    …test. (#8642)
    
    * update Adgeneration to add Criteo system and ID5 systems.
    
    * Change method name.
    
    * Correction_of_code_and_test_specs.
    
    * Adding adgext_id5_id_link_type parameter to ID5 object.
    kakikei authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cae46d6 View commit details
    Browse the repository at this point in the history
  3. ADOT Bid Adapter: handle schain & pubProvidedId (#8670)

    * [DSP-3689] feature: add pubProvidedId to user (#6)
    
    [DSP-3689] feature: add pubProvidedId to user
    
    * [DSP-3690] feature: Handle schain object (#7)
    ako-adot authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b09f9f0 View commit details
    Browse the repository at this point in the history
  4. byData Analytics Adapter : send data on bidwon, update adunit path, &…

    … add some test params (#8621)
    
    * data on bidwon-adunit path-some test paramets added
    
    * update method for query string parameter
    
    * removed unpadded space
    
    * using StorageManager set/get value on local storage
    
    Co-authored-by: Jitendra-quizlet <[email protected]>
    Prebid-bydata and Jitendra-quizlet authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5166dc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Adrino Adapter: New config parameter for a custom adserver domain (#8667

    )
    
    * New config parameter for a custom adserver domain
    
    * test fix
    
    * new test
    
    Co-authored-by: Tomasz Mielcarz <[email protected]>
    tmielcarz and Tomasz Mielcarz authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    28d51c6 View commit details
    Browse the repository at this point in the history
  2. Adnuntius Bid Adapter: Video Instream capabilities (#8631)

    * Added option to pass a user id through ortb2.
    
    * RTD provider added.
    
    * check if use cookie is present in config, and use it accordingly.
    
    * Adding test for no cookie url addition.
    
    * Adnuntius RTD Provider tests added
    
    * Adnuntius RTD Module
    
    * Removed adnuntius RTD provider from this pull request.
    
    * Fix error
    
    * Added video instream capabilities
    mikael-lundin authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    099a4df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5681e50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ca64f View commit details
    Browse the repository at this point in the history
  5. Seedtag Bid Adapter: add compliance to usp/ccpa (#8602)

    * add compliance to usp/ccpa
    
    * add unit test
    
    * typo in the unit test name
    
    * more un it tests
    ybootin authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ea29fa1 View commit details
    Browse the repository at this point in the history
  6. Eplanning Bid Adapter: viewability refactor and fix in search the divs (

    #8610)
    
    * eplanning viewability refactor and fix in search the divs
    
    * change observer configuration name
    
    * unused variable is removed
    
    * kick off circleci tests manually
    
    Co-authored-by: Chris Huie <[email protected]>
    fndigrazia and ChrisHuie authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cdbc08a View commit details
    Browse the repository at this point in the history
  7. PubxaiAnalyticsAdapter: Added extra fields to winning bid object (#8644)

    * Added extra fields to winning bid object
    
    * Update: Picking specific fields from floorDetail instead of including the entire object
    
    Co-authored-by: Phaneendra Hegde <[email protected]>
    pnhegde and pnhegde authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c09108b View commit details
    Browse the repository at this point in the history
  8. Newspassid Bid Adapter: initial release (#8567)

    * New bid adapter: newspassid spec test
    
    spec test file for new bid adapter with biddercode: newspassid
    
    * New Bid Adapter: newspassid
    
    newspassid prebid JS bid adapter
    
    * fixed tests
    
    fixed tests
    
    * Rename newspassBidAdapter.js to newspassidBidAdapter.js
    
    renamed to correct bidder code
    
    * Update newspassidBidAdapter_spec.js
    
    * Deleted duplicate spec file
    
    moved bidAdapter.js file to correct folder (modules) and deleted duplicate spec file
    
    * fixes
    
    * Update newspassidBidAdapter.js
    
    * Create newspassid.md
    
    adding md file to modules folder as requested.
    
    * updated dev doc to modules filder
    
    fixes error in test params
    
    * Update newspassidBidAdapter.js
    
    fixing latest feedback from prebid.org review
    
    * Update newspassidBidAdapter.js
    
    fixing latest feedback
    
    * Update newspassidBidAdapter.js
    
    * updates per feedback
    
    * Update newspassidBidAdapter.js
    
    updating version number - re-committing to see if circle CI tests now pass
    
    * fixing location of files
    
    should fix circleCi failures!
    newspassid-prebid authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a2462cc View commit details
    Browse the repository at this point in the history
  9. Add gvlid to ogury (#8680)

    muuki88 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6f7f56b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    9af6d0c View commit details
    Browse the repository at this point in the history
  2. NextMillennium Bid Adapter: Add ortb and element offsets (#8671)

    * ortb2 and el offsets
    
    * return empty object
    
    * ortb2 and el offsets
    
    * IX Bid Adapter: Add support for impression level transactionId (imp[].ext.tid) (#8641)
    
    * IX Bid Adapter: add imp ext tid support
    
    * fix tid level in imp ext object
    
    Co-authored-by: shahin.rahbariasl <[email protected]>
    
    * PBjs Core Price Floors Module: improve logging on bid rejections to clarify which CPM is being compared with which floor (#8655)
    
    * Price floors module: improve logging on bid rejections to clarify which CPM is being compared with which floor
    
    * Use full precision in log message
    
    * Adgeneration Bid Adpter: add Criteo system and ID5 system and update test. (#8642)
    
    * update Adgeneration to add Criteo system and ID5 systems.
    
    * Change method name.
    
    * Correction_of_code_and_test_specs.
    
    * Adding adgext_id5_id_link_type parameter to ID5 object.
    
    * return empty object
    
    * fix ortb location (not in ext)
    
    * add unit testing
    
    Co-authored-by: shahinrahbariasl <[email protected]>
    Co-authored-by: shahin.rahbariasl <[email protected]>
    Co-authored-by: Demetrio Girardi <[email protected]>
    Co-authored-by: Keisuke Kakinuma <[email protected]>
    5 people authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0be4560 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Ras Bid Adapter: Initial release (#8551)

    * Ras Bid Adapter: Initial release
    
    * * Ras Bid Adapter: "du" and "pos" params
    
    * * Ras Bid Adapter: "pos" param is not supported
    
    * switch to new refererInfo format
    
    * * Ras Bid Adapter: "du" and "dr" params
    
    Co-authored-by: skoklowski <[email protected]>
    wsusrasp and skoklowski authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c99e849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8303b View commit details
    Browse the repository at this point in the history
  3. Prebid 7.6.0 release

    prebidjs-release committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    995a010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d9331 View commit details
    Browse the repository at this point in the history
  5. 1plusX RTD submodule: New RTD Module (#8614)

    * Empty shell for 1plusX RTD submodule (#1)
    
    * Submodule initialization & functions (init; getBidRequestData) skeletons (#2)
    
    * Testing for init function (#3)
    
    * Requesting Profile API for Data (#4)
    
    * Extract PAPI response & implementation example
    
    * Transmitting targeting data to bidder adapters
    
    * Markdown file documentation
    
    * Code cleaned & jsDoc completed
    
    * Change contact email + beautify parameters table + fix type in param name
    
    * Change customerId param type to string in doc
    
    * Add 1plusXRtdProvider as submodule of rtdModule
    
    * Add more tests on extractConfig amongst others
    
    * Remove SUPPORTED_BIDDERS limitation
    
    * Remove supported bidders from docs
    
    * Write to site.content.data.segment.id & keep legacy support for appnexus
    
    * Change location of googleTagServices
    
    * Add segtax for site.content.data
    
    * Handle audiences for appNexus by putting them in config.appnexusAuctionKeywords
    bwhisp authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b613039 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e1ed0c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Impactify Bid Adapter: Remove use of local storage debugging flag (#8693

    )
    
    * Remove use of local storage
    
    As requested, we remove the use of local storage.
    #8689
    
    * Update impactifyBidAdapter.js
    thomasdseao authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d73091c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Seeding Alliance Bid Adapter: Add GVLID (#8697)

    * add seedingAlliance Adapter
    
    * add two native default params
    
    * ...
    
    * ...
    
    * seedingAlliance Adapter: add two more default native params
    
    * updating seedingAlliance Adapter
    
    * seedingAlliance Adapter
    
    * quickfix no bids + net revenue
    
    * bugfix replace auction price
    
    * change URL  and add versioning
    
    * add vendorId to seedingAllianceAdapter
    
    Co-authored-by: SeedingAllianceTech <[email protected]>
    Co-authored-by: Hendrick Musche <[email protected]>
    Co-authored-by: Hendrick Musche <[email protected]>
    4 people authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cd91429 View commit details
    Browse the repository at this point in the history
  2. Jixie Bid Adapter: change cookie ls names (#8695)

    * Adapter does not seem capable of supporting advertiserDomains #6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    
    * changed cookie ls names
    jxdeveloper1 authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    00436fb View commit details
    Browse the repository at this point in the history
  3. removed localstorage bypass. (#8702)

    Co-authored-by: Jose <[email protected]>
    jvnnc and Jose authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3fd47e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51ee4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fff550c View commit details
    Browse the repository at this point in the history
  6. IX Bid Adapter : GPID and Bug Fix (#8698)

    * beginning work
    
    * wip
    
    * Build GPID manually when dp_ad_unit_code is present and gpid doesnt already exist
    
    * resolve conflict
    
    * remove pb ad slot
    
    * merge conflict resolved
    
    * fixed video warning
    
    Co-authored-by: Chris Corbo <[email protected]>
    Co-authored-by: Love Sharma <[email protected]>
    3 people authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cd0529a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34e5b70 View commit details
    Browse the repository at this point in the history
  8. BLIINK Bid Adapter: new api endpoint & ccpa support (#8625)

    * feat(multibid) add iframe cookie sync and multibid response
    
    * feat(multibid) change url endpoint
    
    * feat(multibid) replace requestId by transactionId
    
    * feat(multibid) add schain to request
    
    * refactor: bid request & response
    
    * feat(multibid) rename var and update tests
    
    * feat(multibid) update cookie sync url
    
    * feat(multibid) add uspConsent
    
    * feat(multibid) update readMe
    
    * feat(multibid) update tests
    
    * fix(refacto) changes after review
    
    * fix(refacto) use deepAcces if necessary
    
    * fix(refacto) use deepAcces
    
    * fix(refacto) refacto & use deepAcces
    
    * fix(refacto) fix default
    
    Co-authored-by: Niass <[email protected]>
    Co-authored-by: Samous <[email protected]>
    3 people authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    809c379 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. TargetVideo Bid Adapter: Add GDPR/USP support (#8589)

    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo Bid Adapter: Add GDPR/USP support
    
    * TargetVideo Bid Adapter: Add GDPR/USP support tests
    grajzer authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    99e3877 View commit details
    Browse the repository at this point in the history
  2. Core & multiple modules: refactor usage of Promise to avoid deferrals…

    … when possible (#8626)
    
    * Core & multiple modules: refactor usage of Promise to avoid deferrals when possible
    
    * Unhandled rejection handling
    
    * Improve tests
    dgirardi authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1a9f4c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. nextmillennium: update maintainer contact info (#8711)

    Got a group that can help with maintenance questions instead of an individual
    bretg authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    aa0fce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e945b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb7c510 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Rubicon Bid Adapter: Do not send storedrequests (#8717)

    * do NOT send stored requests!
    
    * set to undefined not delete faster?
    robertrmartinez authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    453ece2 View commit details
    Browse the repository at this point in the history
  2. PBS Bid Adapter: Setting bidderCode and adapterCode for a bid (#8696)

    * Changed net revenue to True
    
    * Added bidderCode and adapterCode to bidObject
    
    * setting seat as default adapterCode
    
    * removed bidderCode
    
    * Added unit test cases
    
    * cloned the test object
    
    Co-authored-by: Azhar <[email protected]>
    pm-azhar-mulla and Azhar authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d86712f View commit details
    Browse the repository at this point in the history
  3. onetag Bid Adapter : add support for price floors, supply chain, and …

    …gpid (#8675)
    
    * Adds support for price floor, supply chain, GPID
    
    * Removes unused import
    
    * Updates onetag test file
    
    * Remove trailing space
    
    * Add unit tests for schain validation function
    
    Co-authored-by: federico <[email protected]>
    onetag-dev and fliccione authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9f9f589 View commit details
    Browse the repository at this point in the history
  4. Prebid 7.7.0 release

    prebidjs-release committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f0596c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bef135e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4c621a View commit details
    Browse the repository at this point in the history
  7. Rubicon Bid Adapter: remove fpd warning (#8688)

    * remove fpd warning
    
    * return undefined instead of skipping the if
    
    Co-authored-by: Michele Nasti <[email protected]>
    musikele and Michele Nasti authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    45b4daf View commit details
    Browse the repository at this point in the history
  8. Yieldlift Bid Adapter: improve adomain (#8708)

    * added meta.adomain
    
    * Changing adomain parameter to advertiserDomains
    
    * Merging master into branch
    
    Co-authored-by: Danijel Predarski <[email protected]>
    yieldlift and dani-nova authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    16b74a7 View commit details
    Browse the repository at this point in the history
  9. Prisma Bid Adapter: initial bid adapter release (#8681)

    * prisma adapter added
    
    * bidResponses.meta.advertiserDomains update
    
    bidResponses.meta.advertiserDomains defaulted to []
    
    * VideoExt removed from buildRequest
    
    Not necessary for now
    
    * Price floor removed
    
    * Floor and keyword tests removed
    gchicoye authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2684aa3 View commit details
    Browse the repository at this point in the history
  10. openxOrtbBidAdapter: avoid error logging when response body is null (#…

    …8725)
    
    ```
    prebid.js:5 Prebid openx ERROR: Bidder openx failed to interpret the server's response. Continuing without bids null TypeError: Cannot use 'in' operator to search for 'nbr' in at prebid.js:12:4571
    ```
    Thanks @piotrj-rtbh
    kenan-gillet authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f39c698 View commit details
    Browse the repository at this point in the history
  11. Ftrack Id Module: adding parameter to callback in getId return object (

    …#8678)
    
    * Adding cb to the callback
    
    * Delete package-lock.json
    
    Removing package-lock.json because it has conflicts and its not on ftrack to change it either way
    
    * Un conflicting the package-lock
    
    * ftrack: getting data to return in the EIDS
    
    * ftrack: getting data to return in the EIDS lint
    
    * ftrack: making the eids return all IDs
    
    * ftrack: making the eids return all IDs
    
    * ftrack: tweaking the EID schema per MediaGrid's requests
    
    * Added tests for getUserIdsAsEids method
    
    * Updated the ftrack decode function with suggested code and updated related tests
    
    * Updated getUserIdsAsEids tests to match value directly
    
    Co-authored-by: Jason Lydon <[email protected]>
    Co-authored-by: Jared <[email protected]>
    3 people authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f7196dc View commit details
    Browse the repository at this point in the history
  12. Smartx Bid Adapter: update to newest smartclip outstream player versi…

    …on 6 (#8721)
    
    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    * bugfix outstream options for default outstream renderer configuration
    
    * [PREB-10] fix empty title not configurable
    
    * add pbjs version
    
    * testing with outstream 5.3.0
    
    * pbjs version into content.ext
    
    * made visibilityThreshold configurable
    
    * adjust position of pbjs version
    
    * Merge branch 'master' of https://github.com/prebid/Prebid.js into HEAD
    
    * update smartclip outstream player version to support outstream 6 release along with necessary config changes
    
    Co-authored-by: smartclip AdTechnology <[email protected]>
    Co-authored-by: Gino Cirlini <[email protected]>
    3 people authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b5479d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a838c8f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    213ea71 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Various adapters: remove use of storageManager bypasses (#8690)

    * Update sspBCBidAdapter.js
    
    * Update fintezaAnalyticsAdapter.js
    
    * Update widespaceBidAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Update fintezaAnalyticsAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Update kargoBidAdapter_spec.js
    
    * Update kargoBidAdapter.js
    
    * Update sspBCBidAdapter.js
    
    * Update sspBCBidAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Update pubwiseAnalyticsAdapter.js
    
    * Update pubwiseAnalyticsAdapter.js
    
    * Update invibesBidAdapter.js
    
    * Update insticatorBidAdapter.js
    
    * Update pubwiseAnalyticsAdapter.js
    
    * Update pubwiseAnalyticsAdapter.js
    
    * Update insticatorBidAdapter.js
    
    * Update insticatorBidAdapter_spec.js
    
    * Update invibesBidAdapter.js
    
    * Update insticatorBidAdapter_spec.js
    
    * Update widespaceBidAdapter.js
    
    * Update kargoBidAdapter.js
    
    * Kargo: URL-decoding test strings (#8727)
    
    Co-authored-by: Jeremy Sadwith <[email protected]>
    patmmccann and jsadwith authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6536b35 View commit details
    Browse the repository at this point in the history
  2. Prebid Core: allows immediate rendering (#8633)

    * Renderer allows immediate rendering
    
    * Add unit test for immediate rendering
    spotxslagle authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    32f257a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Prebid Core : add setScriptAttributes to adloader in Utils (#8624)

    * Allow SpotX module to load script without appendChild
    
    * Fix SpotX spec to no longer use appendChild
    
    * Restore spotx files
    
    * Formatting fixes
    
    * Unit test for setScriptAttributes
    
    * Unit test and formatting fix
    
    * Formatting fix
    
    * Comment that attributes are added once only
    spotxslagle authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    8dccf2b View commit details
    Browse the repository at this point in the history
  2. SpotX Adapter: Render immediately (#8731)

    * Render spotx ads immediately
    
    * Formatting fix
    spotxslagle authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    4603f96 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    2eee4f1 View commit details
    Browse the repository at this point in the history
  2. Truereach Bid adapter: update url (#8728)

    * Added Trureach Prebid Adapter
    
    * cleaned up truereach bidder adapter for release
    
    * truereach bidder adapter md file for release
    
    * [truereach] bidder adapter and md files update. bidderUrl no more configurable.
    
    * [Prebid] supporting nurl
    
    * [Prebid] changes required due to code style
    
    * [Prebid] prebid unit test
    
    * [Prebid] added advertiserDomains in response object
    
    * [Prebid] Secure Bidder Url.
    
    * Added usersync support
    
    * changes in bidder url
    
    * add singapore region for bidder url & handle https in usersync url
    
    * add singapore region in usersync url
    
    Co-authored-by: Nitin Kumar <[email protected]>
    Co-authored-by: arnav <[email protected]>
    Co-authored-by: arnav <[email protected]>
    Co-authored-by: [email protected] <[email protected]>
    5 people authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    40e5747 View commit details
    Browse the repository at this point in the history
  3. Truereach Bid Adapter: update unit test url (#8735)

    * update test url
    
    * https update
    ChrisHuie authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    6e3b732 View commit details
    Browse the repository at this point in the history
  4. Adquery Bid Adapter: bugfix local uuid (#8734)

    * adquery - bugfix local uuid
    
    * adquery - bugfix local uuid
    
    Co-authored-by: m.czerwiak <[email protected]>
    adquery and m.czerwiak authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    25aa858 View commit details
    Browse the repository at this point in the history
  5. Miocroad Bid Adapter: Added Support for Audience IDs (#8662)

    * Microad Bid Adapter: Add IM-UID
    
    * Microad Bid Adapter: Add ID5 ID
    
    * Microad Bid Adapter: Add Unified ID
    
    * Microad Bid Adapter: Add Novatiq Hyper ID
    
    * Microad Bid Adapter: Add Parrable ID
    
    * Microad Bid Adapter: Add AudienceOne User ID
    
    * Microad BidAdapter: Add Audience ID spec
    
    * Microad BidAdapter: Add Ramp ID in params
    
    * Microad BidAdapter: Fix Audience ID
    
    * Microad BidAdapter: Add Criteo ID and Shared ID
    
    * Microad BidAdapter: Fix typo
    
    * Microad BidAdapter: Fix variable name
    azuma-ryotaro authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b119512 View commit details
    Browse the repository at this point in the history
  6. Data Controller Module: initial release (#8484)

    * Data Controller Module
    
    * Data Controller Module
    
    * Correcting typo
    
    * Setting hook based on data controller configuration
    
    * Setting hook based on data controller configuration
    
    * Updating to filter data before startAuction event
    
    * Updating to filter data before startAuction event
    
    * Review comment fixes
    
    * Review comment fixes
    
    Co-authored-by: skocheri <[email protected]>
    SKOCHERI and skocheri authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    715a1f5 View commit details
    Browse the repository at this point in the history
  7. Criteo - Implement user sync iframe (#8577)

    Co-authored-by: le.labat <[email protected]>
    afewcc and leonardlabat authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e84e58c View commit details
    Browse the repository at this point in the history
  8. PBS Adapter: Support Bidder-Specific Schains (#8594)

    * implementation for issue 8561
    
    * removed eslint disable comment
    
    * added tests
    
    * removed unecessary comments
    
    * addressed feedback
    
    * reverted a few changes that were used for dev on my local
    
    * addressed feedback and refactored code
    
    * reverted changes to the prebidServer_example file
    
    Co-authored-by: Jason Quaccia <[email protected]>
    jlquaccia and Jason Quaccia authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8d0f10a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    252d9d4 View commit details
    Browse the repository at this point in the history
  10. Concert Bid Adapter: adding referer (Resubmit of Pr #8580) (#8676)

    * Concert Bid Adapter refererInfo update
    
    * fix linting
    
    * update with purpose1consent
    ChrisHuie authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    51dd9bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    599a8dd View commit details
    Browse the repository at this point in the history
  12. Yieldlift Bid Adapter: add support for eids (#8707)

    * Added eids parameter
    
    * Added eids parameter test
    
    * Fixing utils
    
    Co-authored-by: Danijel Predarski <[email protected]>
    yieldlift and dani-nova authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    37eabf5 View commit details
    Browse the repository at this point in the history
  13. Vidazoo Bid Adapter: send page query params to server (#8715)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    Co-authored-by: roman <[email protected]>
    uditalias and shmoop207 authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    18306dc View commit details
    Browse the repository at this point in the history
  14. Colossusssp Bid Adapter: fix traffic param (#8724)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    * add uid2 and bidFloor support
    
    * fix
    
    * add pbadslot support
    
    * fix conflicts
    
    * add onBidWon
    
    * refactor
    
    * add test for onBidWon()
    
    * fix
    
    * add group_id
    
    * Trigger circleci
    
    * fix
    
    * update user sync
    
    * fix window.location
    
    * fix test
    
    * updates
    
    * fix conflict
    
    * fix
    
    * updates
    
    * remove traffic param
    
    Co-authored-by: Vladislav Isaiko <[email protected]>
    Co-authored-by: Aiholkin <[email protected]>
    Co-authored-by: Mykhailo Yaremchuk <[email protected]>
    4 people authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    852d0ee View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Permutive rtd module: update dev docs (#8736)

    * Pull upstream (#24)
    
    * BidWatch Analytics Adapter: add new analytics adapter (#8302)
    
    * New Analytics Adapter bidwatch
    
    * test for bidwatch Analytics Adapter
    
    * change maintainer address
    
    * Update bidwatchAnalyticsAdapter.js
    
    * Update bidwatchAnalyticsAdapter.js
    
    * Update bidwatchAnalyticsAdapter.md
    
    * Update bidwatchAnalyticsAdapter.md
    
    * Native ads: change asset param (#8371)
    
    * TPMN  Bidder Adapter: write id in first party domain; force syncs with various parties (#8341)
    
    * add TPMN UserSync Bidder Adapter(Test Modify)
    Updating the source code that was forked in the past.
    make test case more.
    - add pb7 bidderSettings option
    - userSync fix.
    
    * fix indentation from CircleCI error report
    
    * fix indentation from CircleCI error report
    
    * fix indentation from CircleCI error report
    
    * fix user sync. static user sync without checking uuid.
    
    * fix user sync. static user sync without checking uuid.
    
    * fix user sync. static user sync without checking uuid.
    
    * fix user sync. static user sync without checking uuid.
    
    Co-authored-by: changjun <[email protected]>
    
    * Jixie Bid Adapter: send device info (#8397)
    
    * Adapter does not seem capable of supporting advertiserDomains #6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    
    * to support sending object of device info to backend.
    yes the backend can handle it even though device was a string so far
    
    * LKQD Bid Adapter: remove device ip bug (#8400)
    
    * LKQD: remove device ip from request
    
    * LKQD: remove device IP test
    
    * cpex Id System: initial release (#8364)
    
    * Adds cpexIdSystem
    
    * Fixes cpexIdSystem tests
    
    * Added markdown document
    
    * Remove unnecessary storage config
    
    * UserID module: graceful handling of exceptions from ID submodules (#8401)
    
    * Do not error out when malformed JSON is set in cookies
    
    * UserID module: graceful handling of exceptions from ID submodules
    
    * removing floor field from bid request when not defined (#8398)
    
    * passing floors signal to PBS (#8392)
    
    * add adunit floor min price floors (#8396)
    
    * AirGrid RTD  module: Support for xandr / appnexus auction level keywords. (#8388)
    
    * chore: update docs page to match official docs
    
    * feat: add support for appnexus / xandr auction level keywords
    
    * Alkimi Bid Adapter: change maintainer email (#8405)
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * alkimi adapter
    
    * onBidWon change
    
    * sign utils
    
    * auction ID as bid request ID
    
    * unit test fixes
    
    * change maintainer info
    
    Co-authored-by: Alexander Bogdanov <[email protected]>
    
    * TheMediaGrid: support ortb2.site.content.data (#8404)
    
    * PubMatic Bid Adapter : Remove GroupM as alias (#8386)
    
    * Changed net revenue to True
    
    * Removed groupm as alias
    
    * Pasing the alternateBidder values to translator
    
    Co-authored-by: Azhar <[email protected]>
    
    * Intentiq module: adding dynamic ttl and rtt and storing data in localstorate (#8384)
    
    * Intentiq module: adding dynamic ttl and data to LS
    
    * Fixing Useless conditional alerts
    
    Co-authored-by: Julian <[email protected]>
    
    * Floc ID Module: remove call for floc (#8402)
    
    * Update flocIdSystem.js
    
    * Update flocIdSystem.js
    
    * Multiple modules: replace all usage of `require` with `import` (#8379)
    
    We had multiple reports of an elusive issue that seems to be related to use of `require` (https://github.com/prebid/Prebid.js/issues/8374).
    
    Since mixed use of `require` and `import`s is not great anyway, this is a good opportunity to clean it up.
    
    * Sirdata RTD Module: bug fixes & add new bidders (#8406)
    
    * - bug fixes
    - new bidders supported: yahoo, pubmatic, openx
    
    * fix invalid indentation
    
    * Revert "fix invalid indentation"
    
    This reverts commit 6ed9f9116b86c484b1d3b895315a77e03651369d.
    
    * manually update indentation
    
    * AdagioBidAdapter: fix site information detection (use refererInfo) (#8407)
    
    * Criteo : Add support of PAF response model (#8359)
    
    * JwPlayer RTD Module: Set Ortb content to config (#8354)
    
    * sets to config
    
    * updates unit tests
    
    * clears obsolete data
    
    * typo
    
    * replaces duplicate strings
    
    * Audigent analytics adapter: add new analytics adapter (#8347)
    
    * adding logic and tests for hadronAnalyticsAdapter
    
    * increasing coverage
    
    * typo in partnerId procedence
    
    * Sspbc Bid Adapter: Gather language in payload; various formatting changes (#8395)
    
    * Update tests for sspBC adapter
    
    Update tests for sspBC adapter:
    - change userSync test (due to tcf param appended in v4.6)
    - add tests for onBidWon and onTimeout
    
    * [sspbc-adapter] 5.3 updates: content-type for notifications
    
    * [sspbc-adapter] pass CTA to native bid
    
    * [sspbc-5.3] keep pbsize for detected adunits
    
    * [sspbc-5.3] increment adaptor ver
    
    * [sspbc-adapter] maintenance update to sspBCBidAdapter
    
    * remove yarn.lock
    
    * Delete package-lock.json
    
    * remove package-lock.jsonfrom pull request
    
    * [sspbc-adapter] send pageViewId in request
    
    * [sspbc-adapter] update pageViewId test
    
    * [sspbc-adapter] add viewabiility tracker to native ads
    
    * [sspbc-adapter] add support for bid.admNative property
    
    * [sspbc-adapter] ensure that placement id length is always 3 (improves matching response to request)
    
    * [sspbc-adapter] read publisher id and custom ad label, then send them to banner creative
    
    * [sspbc-adapter] adlabel and pubid are set as empty strings, if not present in bid response
    
    * [sspbc-adapter] jstracker data fix
    
    * [sspbc-adapter] jstracker data fix
    
    * [sspbc-adapter] send tagid in notifications
    
    * [sspbc-adapter] add gvlid to spec; prepare getUserSyncs for iframe + image sync
    
    * [sspbc-adapter] fix notification payload
    
    * [sspbc-adapter] fix notification payload, fix tests
    
    * [sspbc-adapter] add userIds to ortb request
    
    * [sspbc-adapter] update to 4.1, change request to be ortb 2.6 compliant
    
    * [sspbc-adapter] update tests
    
    * [ssbc-adapter] bid cache for video ads
    
    * [sspbc-adapter] add PageView.id to banner ad; update tests
    
    * [sspbc-adapter] fix window.gam not being added to banner html
    
    * [sspbc-adapter] send device / content language
    
    * [sspbc-adapter] send pageview and site ids to user sync frame
    
    * [sspbc-adapter] add ES6 version of common ad library (for banner creatives)
    
    * [sspbc-adapter] move content property
    
    * [sspbc-adapter] reorganize notification payload creator
    
    * [sspbc-adapter] store PLN price in meta; send in bidWon notification
    
    * [sspbc-adapter] add playbackmethod to supporten video params; allow overridinbg video settngs via  bid.params.video
    
    * [sspbc-adapter] update md
    
    * [sspbc-adapter] fix error in mapVideo method (Object assign merror when mediaTypes do not contain video)
    
    Co-authored-by: Wojciech Biały <[email protected]>
    
    * Prebid 6.24.0 release
    
    * Increment version to 6.25.0-pre
    
    * fix(deps): declare required deps for webpack build (#8411)
    
    When using Prebid.js as a NPM dependency and built with webpack, the
    instructions are to use the babel configuration and plugins that are
    provided by Prebid.
    
    ```
          {
            test: /.js$/,
            include: new RegExp(`\\${path.sep}prebid\\.js`),
            use: {
              loader: 'babel-loader',
              // presets and plugins for Prebid.js must be manually specified separate from your other babel rule.
              // this can be accomplished by requiring prebid's .babelrc.js file (requires Babel 7 and Node v8.9.0+)
              // as of Prebid 6, babelrc.js only targets modern browsers. One can change the targets and build for
              // older browsers if they prefer, but integration tests on ie11 were removed in Prebid.js 6.0
              options: require('prebid.js/.babelrc.js')
            }
          }
    ```
    
    This seems to work just fine when using NPM or Yarn 1. However it is not
    possible when using stricter settings or package managers that require
    strict dependency declarations.
    
    ```
    [webpack-cli] Failed to load '/Users/john.wright/Workspace/mung-app/webpack.config.js'
    config [webpack-cli] Error: prebid.js tried to access
    @babel/preset-env, but it isn't declared in its dependencies;
    this makes the require call ambiguous and unsound.
    ```
    
    * Multiple modules: automatically fill in PPID for DFP video URLs (#8365)
    
    https://github.com/prebid/Prebid.js/issues/8151
    
    * Prebid 6.24.1 release
    
    * Increment version to 6.25.0-pre
    
    * Invibes Bid Adapter: write id to first party from bid adapter (#8202)
    
    * Invibes Bid Adapter: added support for LiD generation on Invibes servers
    
    * Invibes Bid Adapter: replaced all cookies storing with local storage
    removed cookie storing logic
    
    * invibesBidAdapter: applied lint formatting  updated unit tests to reflect reading from localStorage
    
    * Update invibesBidAdapter_spec.js
    
    updated Invibes Bid Adapter unit tests to pass for when the default storage allowed will be changed.
    
    * Weborama RTD submodule: specify list of bidders to share data (#8350)
    
    * update .submodules.json to include weborama rtd
    
    update .submodules.json to include weborama rtd submodule
    
    * add support to pubmatic
    
    * improve test format
    
    * improve test format ~
    
    * add support to appnexus/xandr bidder
    
    * fix issue when split set target in two steps: site and user centric data
    
    * add support to rubicon old style
    
    * fix code, update docs
    
    * add support to global and bid ortb2
    
    * remove unused code
    
    * refactor code
    
    * update bidder list
    
    * add global level parameters
    
    * change error to warning
    
    * update doc
    
    * refactor
    
    * add field accountId
    
    * update example
    
    * refactor js concat string
    
    * refactor js concat string 2
    
    * update jsdoc
    
    * correct jsdoc
    
    * add support to pubmatic
    
    * improve test format
    
    * improve test format ~
    
    * add support to appnexus/xandr bidder
    
    * fix issue when split set target in two steps: site and user centric data
    
    * add support to rubicon old style
    
    * fix code, update docs
    
    * add support to global and bid ortb2
    
    * remove unused code
    
    * refactor code
    
    * update bidder list
    
    * add global level parameters
    
    * change error to warning
    
    * update doc
    
    * refactor
    
    * add field accountId
    
    * update example
    
    * refactor js concat string
    
    * refactor js concat string 2
    
    * update jsdoc
    
    * correct jsdoc
    
    * fix log
    
    * update example
    
    * remove todo
    
    * refactor duplicated code in config normalization
    
    * fix jsdoc
    
    * add main feature
    
    * update jstag
    
    * improve callback
    
    * improve doc
    
    * improve doc about ortb2
    
    * refactor code
    
    * refactor tests to use one adunit
    
    * fix unit tests
    
    * prepare to add support to webo lite
    
    * refactor code
    
    * reorder code to handle bid data
    
    * finish unit test
    
    * improve copy of data
    
    * improve unit test by checking callbacks that alter bid data
    
    * format source
    
    * fix doc
    
    * specify webo lite as site-centric data
    
    * add check for profile format
    
    * update doc and code
    
    * update sendToBidder callback signature
    
    * fix doc
    
    * fix doc 2
    
    * fix js example
    
    * update doc
    
    * improve doc
    
    * fix doc for LiTE
    
    * update code and tests
    
    * update doc
    
    * update unit test
    
    * improve doc
    
    * fix sfbx lite code, add isDefault flag on metadata
    
    * remove unused imports in tests
    
    * refactor code using ?. operator
    
    * improve deep clone usage
    
    * keep code less dinamic
    
    * refactor thinking in the prebid 7
    
    * format source
    
    * format tests
    
    * suppress mention to lite
    
    * Revert "suppress mention to lite"
    
    This reverts commit 43fa65804446c4a6acf18dd48897f971c5d85683.
    
    * small fix
    
    * refactor init submodule functions
    
    * add new constants
    
    * update example
    
    * simplify code
    
    * rename function, rewrite callbacks into () => notation
    
    * update sfbx lite name
    
    * fix doc
    
    * TrustP ID Module: Refactor acronyms handler (#8228)
    
    * feature: Add trustpid user id module
    
    * refactor: Update trustpidSystem module, comments and md file
    
    * refactor: Update trustpidSystem file to handle domain setting regardless of message events
    
    * refactor: Update trustpidSystem module and dependent tests and docs
    
    * refactor: Update trustpid undefined checks and returns
    
    * tests: Update trustpid tests
    
    * docs: Update trustpid docs typo
    
    * refactor: Update trustpid acronyms logic
    
    * refactor: Remove unused import
    
    * refactor: Trustpid documentation update
    
    Co-authored-by: Tomasz Januszek <[email protected]>
    
    * appnexus bid adapter - fix in psp keywords logic (#8382)
    
    * UserID module: do not start initialization until `pbjs.processQueue()` has been called (#8408)
    
    * Extract controllable promise into utils function
    
    * Do not start init of userId until processQueue is called
    
    * Add PGAM client side (#8418)
    
    * IX Bid Adapter: Outstream Support Update (#8412)
    
    * outstream player update
    
    * documentation update
    
    Co-authored-by: Love Sharma <[email protected]>
    
    * Alkimi Bid Adapter: Markdown file example update (#8422)
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * Alkimi bid adapter
    
    * alkimi adapter
    
    * onBidWon change
    
    * sign utils
    
    * auction ID as bid request ID
    
    * unit test fixes
    
    * change maintainer info
    
    * Updated the ad unit params
    
    Co-authored-by: Alexander <[email protected]>
    Co-authored-by: Alexander Bogdanov <[email protected]>
    Co-authored-by: Alexander Bogdanov <[email protected]>
    Co-authored-by: motors <[email protected]>
    
    * BeOp Bid Adapter: prefer canonical URL when present & prepend protocol (#8391)
    
    * [BeOp] prefer canonical URL when present & prepend protocol
    
    * [BeOp] get the right page url in tracking events too
    
    * [BeOp] improve page url resolver
    
    * BeOp Bid Adapter: 'top.location.protocol' can also throw
    
    * feat: add detected page url to ixdiag [PB-978] (#8425)
    
    Co-authored-by: shahin.rahbariasl <[email protected]>
    
    * LiveIntent Id Submodule: Update live-connect to 2.3.3; better consent processing (#8423)
    
    * Update live-connect to 2.3.3
    
    * Update package-lock.json
    
    * Fix tests
    
    * Adjust test cases
    
    Co-authored-by: Viktor Dreiling <[email protected]>
    Co-authored-by: Viktor Dreiling <[email protected]>
    
    * support cta and privacyLink (#8403)
    
    * Kargo Bid Adapter: adding media type to bid response, supporting vastXml response (#8426)
    
    * kargo adapter - adding mediaType to bid response, conditionally set vastXml field
    
    * kargo adapter - updating tests
    
    * Improve Digital adapter: adding Extend mode (#8399)
    
    Co-authored-by: iosfaisal <[email protected]>
    Co-authored-by: Jozef Bartek <[email protected]>
    Co-authored-by: Jozef Bartek <[email protected]>
    
    Co-authored-by: Faisal Islam <[email protected]>
    Co-authored-by: iosfaisal <[email protected]>
    
    * Update sync URLs (#8431)
    
    We are updating sync URLs to our current partners.
    
    * AdagioBidAdapter: remove useless data in bid request. (#8434)
    
    * Prebid 6.25.0 release
    
    * Increment version to 6.26.0-pre
    
    * Ogury Bid Adapter: Add device infos with size in bidrequest (#8416)
    
    * Add device infos with size in bidrequest
    
    * trigger rebuild on CI to fix tests
    
    * restore sinon stubbed methods after all tests
    
    * restore stub correctly at end of tests
    
    * trigger rebuild on CI to fix tests
    
    * Video Heroes Bid Adapter: add new bid adapter (#8310)
    
    * added Brave bidder adapter with test and docs 
    
    Commit has standard bidder adapter 2 new files adapter js, adapter md
    
    * added test spec file witch covered code least 80 %
    
    * adding videoHeroes bidder adapter
    
    * added videoHeroes test spec
    
    * Update braveBidAdapter.js
    
    * Update braveBidAdapter.js
    
    * Update videoheroesBidAdapter.md
    
    * upd import of utils lib to load only certain fnc
    
    * cpex Id module: Remove window reference (#8440)
    
    * Remove window reference
    
    * Changed version to string
    
    * Jixie Bid Adapter: add schain (#8439)
    
    * Adapter does not seem capable of supporting advertiserDomains #6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    
    * jixie sending schain info to jixie backend
    
    * support of schain info sent to jixie endpoint, fixing some indentation complaints from auto build check
    
    * Gravito User Id submodule: initial release (#8414)
    
    * gravitompId user module for integrating gravito first party cookie with prebid js
    
    * fixed eslint issues raised by circleci
    
    * fixed trailing spaces error raised by circleci
    
    * Rename id to aoneId from dacId (#8453)
    
    * Akamai RTD: fixed bugs on rtd module and added the entropy values (#8284)
    
    * Fixed bugs on rtd module and added the entropy values required by Akamai DAP
    
    * Fixed the timeout issue in build browserstack tests
    
    * Fixing review comments
    
    * Fixing review comments - using storage manager for managing localStorage
    
    * Fixing review comments - using loadExternalScript method to load the script
    
    * Fixed unit test case
    
    * Fixing review comments - Added consent handling
    
    * Zeta global ssp bid adapter: add shortname param (#8454)
    
    * zeta_global_sspBidAdapter shortname was added
    
    * remove the trash
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    
    * Remove medianetRtdProvider tests (#8463)
    
    * Revert "Akamai RTD: fixed bugs on rtd module and added the entropy values (#8284)" (#8464)
    
    This reverts commit c4348892b5d3425d21373e1dcf4d67da04fed622.
    
    * Prebid 6.26.0 release
    
    * Increment version to 6.27.0-pre
    
    * Update fintezaAnalyticsAdapter_spec.js (#8467)
    
    * Hadron analytics adapter: fix cross-origin exception on init (#8472)
    
    * Pulling the URL check out from the logic. Whatever the user passes will be used (#8473)
    
    Co-authored-by: Jason Lydon <[email protected]>
    
    * Update conversant adapter to accept position from the AdUnit (#8477)
    
    * NovatiqId User Module - Include IAB Vendor ID (#8479)
    
    * Novatiq snowflake userId submodule
    
    Novatiq snowflake userId submodule initial release
    
    * change request updates
    
    added novatiq info /modules/userId/userId.md
    added novatiq info /modules/userId/eids.md
    added novatiq eids /modules/userId/eids.js
    added novatiq module in /modules/.submodules.json
    removed unnecessary value from getId response
    
    * Update novatiqIdSystem_spec.js
    
    removed unnecessary srcid value
    
    * Update novatiqIdSystem.md
    
    Novatiq ID System: updated novatiq snowflake ID description
    
    * use the sharedId if available and configured
    
    * updated docs
    
    * test changes
    
    * defensive code not required
    
    * Use the prebid storage manager instead of using native functions
    
    * doc changes
    
    * trailing spaces
    
    * Allow configuration of the sync URL and to allow callbacks for specific custom partner integrations
    
    * update documentation
    
    * attempt to fix firefox test timeout
    
    * include the AIB Vendor Id
    
    Co-authored-by: novatiq <[email protected]>
    
    * Multiple modules: attempt to reduce test flakiness, improved logging for XHR mock race conditions (#8466)
    
    * Datablocks bid adapter: do not send metrics during tests
    
    * Log contents of XHR mock on test failure
    
    * Disable ajax for analytics adapters during tests
    
    * Do not assume that test setup did not fail
    
    * Update to move floors logic after placement.sizes are defined (#8476)
    
    * Adloox Analytics/RTD: prefer gpid over pbadslot (#8455)
    
    * Adloox Analytics: use CSS.escape when possible
    
    * Adloox Analytics/RTD: support GPID
    
    * Akamai RTD: fixed bugs on rtd module and added the entropy values (#8470)
    
    * Fixed bugs on rtd module and added the entropy values required by Akamai DAP
    
    * Fixed the timeout issue in build browserstack tests
    
    * Fixing review comments
    
    * Fixing review comments - using storage manager for managing localStorage
    
    * Fixing review comments - using loadExternalScript method to load the script
    
    * Fixed unit test case
    
    * Fixing review comments - Added consent handling
    
    * SOVRN Bid Adapter: refactor old test code (#8430)
    
    * feat: [EX-3265] format tests for prebid.js adapter
    
    * feat: [EX-3265] add tests for video media type
    
    * feat: [EX-3265] fix test for interpretResponse
    
    * feat: [EX-3265] fix test for interpretResponse
    
    * feat: [EX-3265] fix test for interpretResponse
    
    Co-authored-by: Maxim Pakhomov <[email protected]>
    Co-authored-by: Maxim Pakhomov <[email protected]>
    
    * Tests: remove console.log (#8481)
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    
    * Kobler adapter: remove outdated parameters, simplify testing (#8445)
    
    * Removed position parameter.
    
    * Removed zip parameter.
    
    * Removed placementId parameter and make sizes required instead.
    
    * Updated price-related macros.
    
    * Fixed error when params is not provided.
    
    * Removed last occurrence of placementId.
    
    * Read currency.adServerCurrency as publisherCurrency.
    
    * Use DEV endpoint for testing.
    
    * Use config.pageUrl when test is set to true.
    
    * Added more details about page URL.
    
    * `config.pageUrl`.
    
    * Added a comment explaining why pageUrl is considered only when testing.
    
    * Fixed double quotes in tests.
    
    * NaveggId module: fixed regex used to get naveggId from LocalStorage (#8441)
    
    * fixed regex used to get naveggId from LocalStorage
    
    * added unit tests
    
    Co-authored-by: Jose <[email protected]>
    
    * Taboola bid adapter: initial release (#8483)
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * add it also to the aftereach
    
    * add it also to the aftereach
    
    * Prebid 6.27.0 release
    
    * Increment version to 6.28.0-pre
    
    * Ftrack Id Module: replace native appendChild with Prebid's loadExternalScript (#8432)
    
    * JDB-533: replacing appendChild in the ftrack prebid module
    
    * JDB-533: working on switching over to AJAX/CDN
    
    * JDB-533: removing some commented out code
    
    * JDB-533: removing redundant conditions
    
    Co-authored-by: Jason Lydon <[email protected]>
    
    * IncrementX Bid Adapter: Initial Release (#8316)
    
    * IncrementX Bid Adapter: vertoz adapter renamed to IncrementX
    
    * IncrementX Bid Adapter: vertoz adapter renamed to IncrementX
    - document updated
    
    * IncrementX Bid Adapter: vertoz adapter renamed to IncrementX
    - vertozBidAdapter.md removed
    
    Co-authored-by: Mohit Patil <[email protected]>
    
    * added tests for medianet rtd without loading js (#8485)
    
    Co-authored-by: monis.q <[email protected]>
    
    * Adyoulike Bidder Adapter - schain support (#8486)
    
    * add schain data to the bid request
    
    * add unit test with schain data
    
    * ZetaGlobalSsp BidAdapter: shortname to url (#8471)
    
    * ZetaGlobalSsp bid adapter: shortname param into url param
    
    * fix tests
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    
    * Akamai RTD Module: Fixed randomly failing test cases and updated the variable names (#8487)
    
    * Fixed the randomly failing test cases and updated the variable names
    
    * Improving code quality
    
    * Adriver ID system: fix spurious test failure (#8489)
    
    * Inskin bid adapter: use loadExternalScript utility instead of appendChild() to insert the ad tag (#8490)
    
    * TheMediaGrid: support bid.ortb2.site.content.id (#8492)
    
    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    * TheMediaGrid: added ext.bidder.grid.demandSource processing
    
    * TheMediaGrid: added user.id from fpd cookie
    
    * TheMediaGrid: control cookie setting via bidder config
    
    * TheMediaGrid: use localStorage instead cookie
    
    * TheMediaGridNM Bid Adapter: update adapter to use /hbjson endpoint
    
    * TheMediaGridNM: fix unnecessary conditions
    
    * TheMediaGrid: fix bug with nurl field in response
    
    * TheMediaGrid: update test
    
    * TheMediaGridNM: fix possible bug with nurl
    
    * TheMediaGrid: added alias as playwire
    
    * TheMediaGrid: added alias as adlivetech
    
    * TheMediaGrid: fix sync url workflow
    
    * TrustX: fix sync url worflow + remove old syncurl
    
    * TheMediaGrid: added instl support
    
    * TheMediaGrid: fix test for instl
    
    * TheMediaGrid: update md file
    
    * TheMediaGrid: reformat segments for permutive rtd module
    
    * TrustX: send all ortb2.user.data in user.data
    
    * TheMediaGrid: remove permutive segments reformating
    
    * TrustX: remove permutive segments reformating
    
    * TheMediaGrid & TrustX: fix typo
    
    * TheMediaGrid: support bid.ortb2.site.content
    
    * TheMediaGrid Bid Adapter: support bid.ortb2.site.content.id
    
    Co-authored-by: Chris Huie <[email protected]>
    
    * Fix for #8421 (#8493)
    
    * Sending no decode whole url options to true, to avoid errors while decoding publisher url (#8497)
    
    * Automatad Bid Adapter: changes to ajax request options for bid requests (#8444)
    
    * changes for ajax request options for automatad bid request
    
    * add test for isCredentials changes
    
    * Various Magnite Adapters: GVL ID update (#8501)
    
    * Magnite adapters still require legacy GVL IDs
    
    * CTV update
    
    * Adf adapter: avoid preflight request (#8498)
    
    * Hadron RTD module: use internal methods (#8496)
    
    * following prebid team's advise
    
    * adding to adloader.js
    
    * removing generic import
    
    * using internal methods for loading external scripts in medianetRtdProvider (#8506)
    
    Co-authored-by: monis.q <[email protected]>
    
    * Criteo - Update Publisher Tag version referenced by prebid adapter (#8491)
    
    * Kargo Bid Adapter: onTimeout Support (#8449)
    
    * Kargo Bid Adapter: Use currency from Bid Response
    
    * Kargo Bid Adapter: Fix failed test
    
    * Kargo Bid Adapter: adding media type to bid response, supporting vastXml response (#8426)
    
    * kargo adapter - adding mediaType to bid response, conditionally set vastXml field
    
    * kargo adapter - updating tests
    
    * Kargo Bid Adapter: onTimeout Support (#6)
    
    * Adding additional param
    
    * Adding response time function
    
    * Remove debug
    
    * Updating response time log to be set by bid response
    
    * Adding screen width/height to request
    
    * Test fix
    
    * Test fix
    
    * Removing interpretResponse signaling
    
    * Simplifying send data function
    
    Co-authored-by: Wei Wong <[email protected]>
    Co-authored-by: Andy Rusiecki <[email protected]>
    
    * Prebid 6.28.0 release
    
    * Increment version to 6.29.0-pre
    
    * CAPT-74: Pass ext section of each bid for prebid slot ID and GPID (#8509)
    
    Co-authored-by: Timothy M. Ace <[email protected]>
    
    * Insticator Bid adapter: Adds Support for Video (#8452)
    
    * feat: added support for video
    
    * feat: added support for mimes
    
    * feat: added mimes check to video validation
    
    * Gdpr Enforcement module and sharedId/pubCommonId modules: vendor consent should not be enforced for first-party-id modules (#8448)
    
    * Fixed issue with gdprEnforcement module and sharedId/pubCommonId modules: vendor consent should not be enforced for first-party-id modules
    
    * addressed review comments
    
    * addressed review comments
    
    * added test to ensure device access is not allowed for vendorless modules in case purpose 1 consent isn't given
    
    * fixed issue with missing moduleType param
    
    Co-authored-by: Serhii Holdun <[email protected]>
    
    * PubMatic Analytics Adapter : Added support for logging multiple bids (#8517)
    
    * Changed net revenue to True
    
    * Removed groupm as alias
    
    * Pasing the alternateBidder values to translator
    
    * initial commit
    
    * Added adId for differentiation of bids
    
    * Fixed UT
    
    * Added UT for GroupM
    
    * Finding winning bid according to adId
    
    * worked on LGTM comment
    
    Co-authored-by: Azhar <[email protected]>
    
    * AdOcean bid adapter: support for SupplyChain object  (#8518)
    
    * AdOcean adapter - support for supply chain object
    
    * AdOcean adapter - support for supply chain object - use older constructs
    
    * AdOcean adapter - small fixes
    
    * Taboola Bid Adapter: api support for https (#8520)
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * add it also to the aftereach
    
    * add it also to the aftereach
    
    * change the api endpoint https protocol
    
    * ixBidAdapter: change to new endpoint and README (#8529)
    
    * Vidazoo bid adapter: fix spurious test failure (#8515)
    
    * Added support for IDs for multiple sources (#8499)
    
    Co-authored-by: Nick Curry <[email protected]>
    
    * Prebid 6.29.0 release
    
    * Increment version to 7.0.0-pre
    
    * Prebid 7 (#8530)
    
    * Prebid 7: Delete userid targeting module (#8227)
    
    * Delete userIdTargeting.js
    
    * Delete userIdTargeting.md
    
    * Delete shareUserIds_spec.js
    
    * NextRoll ID: Remove NextRoll ID module (#8150)
    
    * Remove Sortable Analytics Adapter (#8251)
    
    * Prebid 7: Merge in changes from master (#8278)
    
    * only map one slotrender to one adunit (#8211)
    
    * DFP Ad Server Video: respect original url (#8168)
    
    * original url components take precedence over defaults
    
    uses object assignment
    
    * tests that url is respected
    
    * respects url size and cust params
    
    * moves url cust param addition to fn
    
    * tests that url params are respected
    
    * Admaru adapter : add new bid adapter (#8149)
    
    * init
    
    * modified admaruBidAdapter.js, md, _spec.js
    
    * modify for test
    
    * Delete .project
    
    * update
    
    * update admarubidadapter.js
    
    * Revert "Delete .project"
    
    This reverts commit 0e1bdd4fcadd0a97fea87ba2a92cb502e5e3a19b.
    
    * remove .project
    
    * modified
    
    * modified
    
    * Delete .project
    
    * modified
    
    * Revert "Delete .project"
    
    This reverts commit c4e7bd6096fe9521dd5e2fab2b3d5241149dc6ec.
    
    * Delete .project
    
    * modified
    
    * modified
    
    Co-authored-by: sung.chung <[email protected]>
    
    * Missena Bid Adapter - allow custom endpoint. (#8222)
    
    * Next Millenium Bid Adapter: Added new parameter group_id (#8200)
    
    * changed name company
    
    * changed name company in test
    
    * Added processing of a new group_id parameter
    
    * Added processing of a new group_id parameter
    
    * changed check parameters
    
    * fixed lint remarks
    
    * added test
    
    * fixed bug - lint
    
    * changed test
    
    * changed test - 2
    
    * fixed bug - adapter
    
    * add timeout value to timeout pixel (#8224)
    
    * Outbrain bid adapter: added floor module and privacy link support (#8223)
    
    * add floor support
    
    * add additional validation for bid request format
    
    * add privacy link support
    
    * fixes
    
    * set privacy in mapper
    
    * fix test
    
    * Improve Digital Bid adapter: use the oRTB server endpoint (#8138)
    
    * Major refactoring to use new oRTB server endpoint
    
    Co-authored-by: Faisal Islam <[email protected]>
    Co-authored-by: Jozef Bartek <[email protected]>
    
    * fixed wrong merge
    
    * Fixed issue related to site and app (#9)
    
    * Fixed errors for test cases.
    
    Co-authored-by: Faisal Islam <[email protected]>
    Co-authored-by: Faisal Islam <[email protected]>
    Co-authored-by: Faisal Islam <[email protected]>
    
    * NativoBidAdapter - Bid data mapping refactor and added QS params on request (#8196)
    
    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    * Updated isBidRequestValid check
    
    * Refactored Object.enties to use Object.keys to fix CircleCI testing errors
    
    * Updated bid mapping key creation to prioritize ad unit code over placementId
    
    * Added filtering by ad, advertiser and campaign.
    
    * Merged master
    
    * Added more robust bidDataMap with multiple key access
    
    * Deduped filer values
    
    * Rolled back package.json
    
    * Duped upstream/master's package.lock file ... not sure how it got changed in the first place
    
    * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.
    
    Co-authored-by: Joshua Fledderjohn <[email protected]>
    
    * Floor price : allow having a 0$ floor (#8239)
    
    * Prebid 6.18.0 release
    
    * Increment version to 6.19.0-pre
    
    * IAS RTD Module: Custom key values (#8214)
    
    * Mapping table initialization
    
    A constant initialises a mapping table where each possible key used by IAS is mapped to itself.
    The dataProviders config for the IAS RTD module accepts an optional new property: keyMappings. The init function reads this property and uses it to overwrite any key that is already in the pre-initialised mapping table with the new value provided.
    In a future addition, the mapping table will be used to populate the key-values actually sent to the adserver.
    
    * Rename Key Values
    
    After merging the key-values for each ad unit, a renaming function is called to ensure that any custom key chosen by the client is used.
    
    * Bugfix
    
    Call the callback() function in getBidRequestData.
    
    * Unit tests changed to include one renamed parameter.
    
    * Unit tests corrected and adapted to cover the current features.
    
    * Yieldlab Bid Adapter: Add Support for User Matching (#8148)
    
    * Build system: add option to generate source maps for production builds (#8220)
    
    * Gamoshi Bid Adapter: Handle gdpr applies correctly (#8245)
    
    * Nobid Prebid Adapter commit (#4050)
    
    * Nobid Prebid Adapter commit
    
    * Fixed global replace and unit tests
    
    * Fixed find function
    
    * Added nobidBidAdapter.md
    
    * Removed description and added "Bid Params" section.
    
    * Added test siteId 2 for testing.
    
    * Refactored the Adapter to remove most references to the nobid object. We still need the nobid object because we have a passback tag in DFP that makes reference to it.
    
    * Fix concurrent responses on the page
    
    * Cosmetic change to log an error in case of missing ad markup
    
    * Keep nobid.bidResponses cross adapters.
    
    * Added GDPR support in user sync and added test coverage.
    gulp test-coverage
    gulp view-coverage
    
    * Padding issues
    
    * Fix padding issues
    
    * Fix padding
    
    * update outstream prod url (#4104)
    
    * support pubcid and uids (#4143)
    
    * Fix misspelling and minor cleanup of schain docs (#4150)
    
    * Prebid 2.31.0 Release
    
    * Increment pre version
    
    * Rubicon: tuning logged messages (#4157)
    
    * Rubicon: tuning logged messages
    
    * Update rubiconBidAdapter.js
    
    * fixed indentation
    
    * Rubicon Video COPPA fix (#4155)
    
    * Rubicon Video COPPA fix
    
    * Unit test for Rubicon Video COPPA fix
    
    * Playground XYZ adapter - iframe usersync bug fix (#4141)
    
    * corrected user sync type
    
    * removed support for iframe usersync
    
    * added unit tests for getUserSyncs
    
    * update nvmrc file (#4162)
    
    * update gulp-footer package (#4160)
    
    * Datablocks bid/analytics adapter (#4128)
    
    * 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
    
    * update logic of ad_types field in appnexusBidAdapter (#4065)
    
    * Shorten SomoAudience to just Somo (#4163)
    
    * Shorten SomoAudience to just Somo
    
    * Make package-lock return
    
    * Quantcast: Fix for empty video parameters (#4145)
    
    * Copy params from bid.params.video.
    
    * Added test for missing video parameters.
    
    * Include mimes from adunit.
    
    * One Video adding Rewarded Video Feature (#4142)
    
    * 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
    
    * Module to pass User Ids to DFP (#4140)
    
    * 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
    
    * Buzzoola bid adapter (#4127)
    
    * 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
    
    * E2e tests for Native and Outstream video Ad formats. (#4116)
    
    * 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
    
    * Update LockerDome adUnitId bid param (#4176)
    
    This is not a breaking change
    
    * fix several issues in appnexus video bids (#4154)
    
    * S2s testing disable client side (#4123)
    
    * 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
    
    * New option to Include deal KVPs when enableSendAllBids === false (#4136)
    
    * new option to include KVPs which have deals when
    enableSendAllBids === false
    
    * updating tests to be more realistic
    
    * Prebid 2.32.0 Release
    
    * increment pre version
    
    * Rubicon doc: changing video test zone (#4187)
    
    * added schain support to sonobi adapter (#4173)
    
    * if schain config is not defined then error should not be thrown (#4165)
    
    * if schain config is not defiend then error should not be thrown
    
    * relaxed mode nodes param not defined error handled
    
    * added test cases for config validation
    
    * a curly bracket was missing in the example
    
    * Rubicon: updating test params (#4190)
    
    * myTargetBidAdapter: support currency config (#4188)
    
    * Update README.md (#4193)
    
    * Update README.md
    
    * Update README.md
    
    * cedato bid adapter instream video support (#4153)
    
    * Added adxpremium prebid analytics adapter (#4181)
    
    * feat(OAFLO-186): added support for schain (#4194)
    
    * Sonobi - send entire userid payload (#4196)
    
    * added userid param to pass the entire userId payload to sonobis bid request endpoint
    
    * removed console log
    git p
    
    * fixed lint
    
    * OpenX Adapter fix: updating outdated video examples (#4198)
    
    * userId - Add support for refreshing the cached user id (#4082)
    
    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * UserId - ID5 - Updated doc with new contact point for partners
    
    * UserId - Merged getStoredValue and getStoredDate
    
    * [UserId] - ID5 - Moved back ID5 in ./modules
    
    * UserId - ID5 - Fixed incorrect GDPR condition
    
    * [UserId] - Doc update and test cleanup
    
    * Prebid 2.33.0 Release
    
    * Increment pre version
    
    * SupplyChainObject support and fires a pixel onTimeout (#4152)
    
    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    
    * - Using the schain object from validBidRequest if present. Reverting to checking if params has it if not.
    
    * - reverting changes to merge with master
    
    * - Resolving merge issues
    
    * Feature/add profile parameter (#4185)
    
    * Add optional profile parameter
    
    * EMXDigital Bid Adapter: Add video dimensions in request (#4174)
    
    * addressed feedback from #3731 ticket
    
    * removed commented code from emx test spec
    
    * logging removed from spec
    
    * flip h & w values from playerSize for video requests
    
    * adding Outstream mediaType to EMX Digital
    
    * adding device info. update to grab video param. styling changes.
    
    * add video dimensions from playerSize
    
    * fix test for video dimensions
    
    * Added keywords parameter support in TrustX Bid Adapter (#4183)
    
    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    
    * HOTFIX for referrer encodind in TrustX Bid Adapter
    
    * Fix test for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added keywords passing support
    
    * rubicon: avoid passing unknown position (#4207)
    
    * rubicon: not passing pos if not specified
    
    * added comment
    
    * not sending pos for video when undefined
    
    * cleaning up test
    
    * fixed unit test
    
    * correctly reference bidrequest and determine mediatype of bidresponse (#4204)
    
    * GumGum: only send gdprConsent when found (#4205)
    
    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    
    * only send gdprconsent if present
    
    * LKQD: Use refererInfo.referer as fallback pageurl (#4210)
    
    * Refactored URL query parameter passthrough for additional values, changed SSP endpoint to v.lkqd.net, and updated associated unit tests
    
    * Use refererInfo.referer as fallback pageurl
    
    * Removed logs and testing values
    
    * [UserId] - ID5 - Fixed case when consentData is undefined (No CMP) (#4215)
    
    * create stubs for localStorage in widespaceBidAdapter test file (#4208)
    
    * added adId property to adRenderFailed event (#4097)
    
    When no bid (therefore no adUnitCode) is available in the adRenderFailed event it can be difficult to identify the erroring slot.But in almost all cases the given slot still has the adId targeting.
    
    * OpenX Adapter: Forcing https requests and adding UserID module support for LiveRamp and TTD (#4182)
    
    * OpenX Adapter: Updated requests to force https
    
    * OpenX Adapter: Added support for TTD's UnifiedID and LiveRamp's IDL
    
    * PubMatic to support userId sub-modules (#4191)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * TripleLift support for UnifiedId and IdentityLink (#4197)
    
    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * Added lemma adapter (#4126)
    
    * 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.
    
    * Adkernel adapter new alias (#4221)
    
    * Force https scheme for Criteo Bidder (#4227)
    
    * assign adapter version number
    
    * Ensure that Criteo's bidder is always called through https
    
    * Add Video Support for Datablocks Bid Adapter (#4195)
    
    * 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
    
    * add datablocks Video
    
    * remove isInteger
    
    * skip if empty
    
    * update adUnit, bidRequest and bidResponse object (#4180)
    
    * update adUnit, bidRequest and bidResponse object
    
    * add test for mediaTypes object
    
    * 3 display banner and video vast support for rads (#4209)
    
    * add stv adapter
    
    * remove comments from adapter file
    
    * start rads adapter
    
    * fix adapter and tests
    
    * fixes
    
    * fix adapter and doc
    
    * fix adapter
    
    * fix tests
    
    * little fix
    
    * add ip param
    
    * fix dev url
    
    * #3 radsBidAdapter.md
    
    * #3 radsBidAdapter.md: cleanup
    
    * fix code and doc
    
    * UserId - Add SameSite and server-side pubcid support (#3869)
    
    * Add SameSite and server-side pubcid support
    
    * Fix emoteevBidAdapter unit test
    
    * added schain to appnexus bid adapter (#4229)
    
    * added schain to appnexus bid adapter
    
    * semicolon
    
    * update doubleclick url (#4179)
    
    * Prebid 2.34.0 release
    
    * increment pre version
    
    * Rubi Analytics handles > 1 bidResponse per bidRequest (#4224)
    
    * videoNow bid adapter (#4088)
    
    * -- first commit
    
    * -- cors and bidder's name fixed
    
    * -- almost ready
    
    * -- added docs
    
    * -- added nurl tracking
    
    * -- bid params
    
    * -- tests added
    
    * -- test fixed
    
    * -- replace placeholder in the onBidWon pixel's url
    
    * -- commit for restart tests
    
    * -- change response data format for display ad
    
    * -- tests updated
    
    * -- 100% tests coverage
    
    * -- a few clean the test's code
    
    * -- custom urls from localStorage
    
    * -- tests updated
    
    * -- a few clean the test's code
    
    * -- new init model
    
    * -- spec for new init model
    
    * -- fix for new init model
    
    * -- code cleaned
    
    * -- 100% tests coverage
    
    * -- 100% tests coverage
    
    * -- fixed test
    
    * -- commit for restart tests
    
    * djax new bidder adapter  (#4192)
    
    * djax bidder adapter
    
    * djax bidder adapter
    
    * Update hello_world.html
    
    * Added Turk Telekom Bid Adapter (#4203)
    
    * Added Turk Telekom Bid Adapter
    
    * Fix md file for Turk Telekom Bid Adapter
    
    * MicroAd: Use HTTPS in all requests (#4220)
    
    * Always use HTTPS endpoint in MicroAd
    
    * Update code
    
    * Fixed a broken test in MicroAd
    
    * Schain: avoiding Object.values as it is breaking on IE11 (#4238)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * avoiding use of Object.values
    
    * 3952 delay auction for ids (#4115)
    
    * 3952 delay auction for user ids
    
    * 3952 add integration example
    
    * 3952 add tests
    
    * 3952 fix html example
    
    * add todos
    
    * 3952 continue auction if ids received
    
    * 3952 add tests for auction delay
    
    * increase test coverage
    
    * set config for test
    
    * remove todo
    
    * add a few more checks to tests
    
    * add comment, force tests to rerun
    
    * Feature: adUnitBidLimit  (#3906)
    
    * added new feature to config to limit bids when sendallbids is enabled
    
    * cleaned up code. removed extra spaces etc
    
    * removed trailing spaces in config
    
    * remove .flat() and replaced with spread operator
    
    * removed flat function and instead pushing using spread operator
    
    * updated to use sendBidsControl instead
    
    * updated targeting_spec to test bidLimit
    
    * removed trailing spaces from targeting_spec
    
    * Update Rubicon Adapter netRevenue default (#4242)
    
    * 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
    
    * Removed AdastaMadia from alias (#4255)
    
    * Update appnexusBidAdapter.js (#4251)
    
    * IdentityLink - change expiration time to 30 days (#4239)
    
    * Add coppa support for AppNexus adapter (#4253)
    
    * Add coppa support for AppNexus adapter
    
    * test name
    
    * add new longform e2e tests (#4206)
    
    * Konduit module (#4184)
    
    * Adding Konduit module
    
    * Removed superfluous arguments passed to obtainVastUrl function
    
    * Removed superfluous arguments passed to obtainVastUrl function.
    
    * Build trigger (empty commit)
    
    * Module documentation updated according to the comments
    
    * Logic in obtainVastUrl function updated according to the review comment.
    
    * Removed hook, enabled eslint
    
    * Circle CI runs e2e tests on every push (#4200)
    
    * run functional tests on circle ci on push to any remote branch
    
    * remove extraneous key from config file
    
    * add test.localhost as alias to 127.0.0.1
    
    * check 0: execute circle-ci
    
    * move /etc/config to a separate command
    
    * change bid partner to rubicon
    
    * test appnexus bid adapter in ci
    
    * comment browserstack command
    
    * remove console.log statement
    
    * test1: circle-ci
    
    * change reference dev -> prod while loading prebid
    
    * add console.log statement
    
    * check-2: circle-ci
    
    * comment browserstack testing
    
    * change bid adapter
    
    * change bid adapter
    
    * remove test case for checking targeting keys
    
    * remove the ci flag
    
    * uncomment test for checking correct generation of targeting keys
    
    * swap AN -> Rubicon for testing targeting keys
    
    * Outcon bid adapter. (#4161)
    
    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    
    * Adding workflow to run end to end tests (#4230)
    
    * Adding workflow to run end to end tests
    
    * trying self branch
    
    * Update to run at 12 every day
    
    * cleanup config using aliases
    
    * update branch and cron time
    
    * add command
    
    * update prebid path for e2e test pages (#4274)
    
    * Prebid 2.35.0 release
    
    * Increment pre version
    
    * Add usersync to adpone adapter (#4245)
    
    * add user sync to adpone adapter
    
    * move adpone usersync to global variable
    
    * added withcredentials to http request
    
    * fix http request options
    
    * fix http request options
    
    * add withCredentials: true
    
    * add withCredentials: true
    
    * added test coverage to usersync
    
    * update sync function
    
    * add test coverage
    
    * adpone adapter
    
    * package lock
    
    * add more testing
    
    * add more testing
    
    * testing for onBidWon fucntion
    
    * test onbidwon function
    
    * trigger build
    
    * Revert GumGum Adapter 2.28 resizing changes (#4277)
    
    * changed resizing unit tests to return the first size dimensions in the sizes array
    
    * added some changes
    
    * reverted adapter changes
    
    * SpotX Bid Adapter: Support schain, ID5 object, Google consent object, and hide_skin (#4281)
    
    * Add SpotXBidAdapter
    
    * Minor updates
    
    * Undo testing changes to shared files
    
    * Fix relative imports
    
    * Remove superfluous imports and write a few more tests
    
    * Formatting, ID5 object, Google consent objects
    
      - Added ID5 object support
      - Added Google Consent object
      - Reformatted indentaiton on spec file
    
    * Revert content_width and content_height changes in docs
    
      - not sure how these got moved, lets put them back
    
    * Remove click_to_replay flag in example
    
      - no reason to use this one in the example
    
    * Spotx adapter - Add schain support and update unit tests
    
    * Update schain path in ORTB 2.3 request body
    
    	- schain object is now added to ortb request body
    	  at request.ext.source.ext.schain
    
    * Add hide_skin to documentation
    
      - whoops, this got removed, let's add it back
    
    * Update Rubicon Analytics Adapter `bidId` to match PBS (#4156)
    
    * 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 for rubicon analytics to send seat[].bid.id for PBS video and banner
    
    * fixed conditional for server and video or banner
    
    * updated with optimized value test for bidid
    
    * update changed default value of netRevenue to true
    
    * remove var declaration for rightSlot to correct lgtm error for unused variable
    
    * update defineSlot div id to match div id defined in html body
    
    * update test ad unit test props
    
    * revert lock to match remote master
    
    * add seatBidId to bidObj in rpBidAdapter interpretResponse
    
    * update setTargeting to execute in the bids back handler
    
    * remove dev integration test page
    
    * meaningless commit to get lgtm to re-run
    
    * SmartRTB adapter update (#4246)
    
    * modules: Implement SmartRTB adapter and spec.
    
    * Fix for-loop syntax to support IE; refactor getDomain out of exported set.
    
    * Remove debugs, update doc
    
    * Update test for video support
    
    * Handle missing syncs. Add video to media types in sample ad unit
    
    * Add null response check, update primary endpoint
    
    * Note smrtb video requires renderer
    
    * Support Vast Track (#4276)
    
    * 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
    
    * Add parameters if config.cache.vasttrack is true
    
    * Use requestId instead of adId
    
    * Test new vasttrack payload params
    
    * Removed commented out code
    
    * Relaxed conditional check per review
    
    * Removed commented out line
    
    * Added 1000x250 size (#4295)
    
    * prepare vidazoo adapter for v3.0 (#4291)
    
    * Improve Digital adapter: support schain (#4286)
    
    * LiveIntent Identity Module. (#4178)
    
    * LiveIntentIdSystem. Initial implementation.
    
    * LiveIntentIdSystem. Removed whitespace.
    
    * Fixed typo
    
    * Renamed variables, cookiesm added md.
    
    * Changed the default identity url.
    
    * Composite id, with having more than just the lipbid passed around.
    
    * Composite id.
    
    * Merge conflict resolution.
    
    * Changed docs and param description.
    
    * Added typedoc & mentioned liveIntentIdSystem in submodule.json.
    
    * Extracted the LiveIntentIdSystem under modules, removed it from default userId modules.
    
    * Fixing the 204 + no body scenario.
    
    * Added liveIntent to submodule.json
    
    * Fixing docs indentation.
    
    * Updated prebidServer & specs.
    
    * Minor specs update.
    
    * updating liveintent eids source (#4300)
    
    * updating liveintent eids source
    
    these are supposed to be domains
    
    * updating unit test
    
    * fix appnexusBidAdapter view-script regex (#4289)
    
    * fix an view script regex
    
    * minor syntax update
    
    * 33Across adding bidder specific extension field (#4298)
    
    * - add 33across specific ext field for statedAt
    
    * - fix unit test for 33Across adapter
    
    * PubMatic to support LiveIntent User Id sub-module (#4306)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * supporting LiveIntent Id in PubMatic adapter
    
    * updated source for liveintent
    
    * Finteza Analytics Adapter: fix cookies (#4292)
    
    * fix reading and sending cookies
    
    * fix lint errors
    
    * clear comments
    
    * add unit tests
    
    * fix calling of setCookies for IE
    
    * clear cookies after test
    
    * use own setCookie method inside tests
    
    * Update LockerDome adapter to support Prebid 3.0 (#4301)
    
    * Returning the `IdResponse` type with an obj + callback. Fix for 4304 (#4305)
    
    *  Returning the `IdResponse` type with an obj + callback.
    
    * Renamed resp -> result.
    
    * Removed whitespace.
    
    * ShowHeroes adapter - expanded outstream support (#4222)
    
    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb913b52012b5afbf95a84956b906518a4b51.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (#4222)
    
    * ShowHeroes adapter - description and outstream changes (#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * [Orbidder-Adapter] Add bidRequestCount and remove bid.params.keyValues (#4264)
    
    …
    Configuration menu
    Copy the full SHA
    4bdad20 View commit details
    Browse the repository at this point in the history
  2. Prebid Core: switch native assets to ortb2 format (#8086)

    * switch native assets to ortb2 format
    
    * put rendererUrl, adTemplate back in message
    
    * rename ortb2 to ortb
    
    * typo fix
    
    * changes to support ortb for native media type
    
    * handle bid won case
    
    * mark bid as won on any post message for native
    
    * fix tests for bid_won event for native
    
    * add missing imports
    
    * native converting functions
    
    * convert new native ortb media type object to proprietary format for native bidders
    
    * fix LGTM.com issue
    
    * added comments; minor fixes
    
    * added test for convertOrtbRequestToProprietaryNative + fixes
    
    * add nativeParams to conversion
    
    * support nativeParams
    
    * check that when native.ortb is present, it's the only property
    
    * remove commented code
    
    * removed unnecessary tests
    
    * added test that checks that BID_WON is not fired more than once for the same adId
    
    * validation is now performed on ortb data only
    
    * fix for prebidServer_native_example.html
    
    * PrebidServerBidAdapter also responds in ortb format
    
    * fix aspect_ratios as an array in tests
    
    * LGTM fix - remove unused variables
    
    * Better name for native constants
    
    * use WeakSet instead of Set
    
    * when native request is openRTB, the whole native.ortb is passed over
    
    * retain some defaults dor native PBS request
    
    * fix for empty ortbRequest in nativeBidIsValid
    
    * add non-asset properties to media type object
    
    * final fixes after rebasing
    
    * handle tracking of soon-deprecated ortb imptrackers and jstracker
    
    * let native ad unit take all horizontal space
    
    * pass "mapping" from legacy native to ortb to prebid universal creative
    
    * Convert ortb assets to legacy for backward compatibility with legacy templates
    
    * add ortb conversion for more bid adapters
    
    * wrap conversion function in FEATURES.NATIVE
    
    * remove expired bids from native wrapper
    
    * instead of modifying bidresponse, use nativeReq
    
    * wrap test in FEATURES.NATIVE
    
    * fix for native mapping in prebidServerBidAdapter
    
    * use copy-on-write to convert ortb requests to legacy
    
    * fix comment on function
    
    * Update criteoBidAdapter.js
    
    Co-authored-by: Filip Stamenkovic <[email protected]>
    Co-authored-by: Michele Nasti <[email protected]>
    Co-authored-by: Patrick McCann <[email protected]>
    4 people authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d06bdad View commit details
    Browse the repository at this point in the history
  3. Spotx Adapter: Remove append child (#8739)

    * Allow SpotX module to load script without appendChild
    
    * Fix SpotX spec to no longer use appendChild
    
    * Revert adloader change
    
    * Fix test merge issues
    spotxslagle authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    90d1a18 View commit details
    Browse the repository at this point in the history
  4. Gumgum Bid Adapter: changes for parameter consistency (#8742)

    * Gumgum - ADTS-175 Support multiple GG params
    
    * ADJS-1165-prebid-adaptor-changes-to-support-jp-products
    
    * made tweaks to the skin product for the gumgumBidAdapter
    
    * added test for new product id
    
    * updated skins parameter for consistency
    
    * updated test for updated skins parameter
    
    Co-authored-by: Lisa Benmore <[email protected]>
    Co-authored-by: John Bauzon <[email protected]>
    3 people authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    92a5051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddde310 View commit details
    Browse the repository at this point in the history
  6. FTRACK UserId Submodule: adding more tests for the get ID methods in …

    …pbjs (#8737)
    
    * FTRACK: adding more tests for the get ID methods in pbjs
    
    * FTRACK: making the tests a little DRYer
    
    * FTRACK: cleaning up the tests
    
    * FTRACK: cleaning up some comments
    
    Co-authored-by: Jason Lydon <[email protected]>
    ftxmoJason and Jason Lydon authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d22f149 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Videonow Bid Adapter: Initial Bid Adapter Release (#8669)

    * Videonow bid adapter: add videonow bid adapter
    
    * Update videonowBidAdapter.md
    
    Co-authored-by: Patrick McCann <[email protected]>
    regulyarniy and patmmccann authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    fbcecc9 View commit details
    Browse the repository at this point in the history
  2. InvibesBidAdapter - local storage bypass fixed (#8720)

    * InvibesBidAdapter - local storage bypass fixed
    
    * InvibesBidAdapter - fixed error when param not defined
    
    Co-authored-by: Patrick McCann <[email protected]>
    rcheptanariu and patmmccann authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    15b688c View commit details
    Browse the repository at this point in the history
  3. Nativo Bid Adapter: add Price Floors Module support (#8666)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    * Updated isBidRequestValid check
    
    * Refactored Object.enties to use Object.keys to fix CircleCI testing errors
    
    * Updated bid mapping key creation to prioritize ad unit code over placementId
    
    * Added filtering by ad, advertiser and campaign.
    
    * Merged master
    
    * Added more robust bidDataMap with multiple key access
    
    * Deduped filer values
    
    * Rolled back package.json
    
    * Duped upstream/master's package.lock file ... not sure how it got changed in the first place
    
    * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.
    
    * Added bid sizes to request
    
    * Fixed function name in spec. Added unit tests.
    
    * Added priceFloor module support
    
    * Added protection agains empty url parameter
    jsfledd authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7c267f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Taboola Bid Adapter: dynamic ttl (#8747)

    * update-ttl-passing
    
    * Update taboolaBidAdapter_spec.js
    
    * add fallback default value in case of null
    
    * add semicolons
    
    * .
    
    * .
    
    * .
    
    * ..
    
    * ...
    ahmadlob authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7e12865 View commit details
    Browse the repository at this point in the history
  2. Bump parse-url from 6.0.0 to 6.0.5 (#8756)

    Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5.
    - [Release notes](https://github.com/IonicaBizau/parse-url/releases)
    - [Commits](IonicaBizau/parse-url@6.0.0...6.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: parse-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    963c1fb View commit details
    Browse the repository at this point in the history
  3. 33Across Bid Adapter: Obtain display-related attributes (#8730)

    * capture display-related client side attributes
    
    * rename the client display attributes
    
    * Obtain the UA entropy values
    
    * apply CR feedback, reuse win constant
    
    * pass gpid into build
    
    * feedback changes
    
    * fix missing native property in some browsers
    
    * rename entropy fields
    
    * only store entropy data when it's present
    
    * remove client hints
    
    Co-authored-by: Anthony Lin <[email protected]>
    Co-authored-by: anthonyjl92 <[email protected]>
    3 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c94c8de View commit details
    Browse the repository at this point in the history
  4. Core & multiple modules: strict purpose 1 consent option; do not requ…

    …ire vendor consent for "core" storage / ID modules (#8661)
    
    * Allow sharedId to work without vendor consent
    
    * Remove superfluous enforcement check from ixBidAdapter
    
    * Make core storage respect device access rules
    
    * respect storage access enforcement in userSync.js
    
    * UserID: check whether storage is enabled only once consent can be enforced
    
    * Add pubProvidedId
    
    * GDPR enforcement: enforce consent when data is not available, but GDPR module is enabled
    
    * Always enforce deviceAccess; move vendorless storage P1 enforcement behind `consentManagement.strictStorageEnforcement`
    dgirardi authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5812357 View commit details
    Browse the repository at this point in the history
  5. Topics FPD module: initial release (#8646)

    * Topics FPD module
    
    * Small improvements
    
    * Map taxonomyVersion to segtax, modelVersion to segclass
    
    * Convert fpdModule & topicsFpdModule to use GreedyPromise
    dgirardi authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    95ee493 View commit details
    Browse the repository at this point in the history
  6. Relaido Bid Adapter: Add params for hashed canonical url. (#8743)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * Add params for hashed canonical url.
    
    * Add params for hashed canonical url.
    
    removed review comment.
    
    Co-authored-by: ishigami_shingo <[email protected]>
    Co-authored-by: cmertv-sishigami <[email protected]>
    Co-authored-by: t_bun <[email protected]>
    Co-authored-by: n.maeura <[email protected]>
    5 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    45c3312 View commit details
    Browse the repository at this point in the history
  7. Bump terser from 5.12.0 to 5.14.2 (#8719)

    Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    93fc10b View commit details
    Browse the repository at this point in the history
  8. Prebid core: fix native trackers for Prebid Server; simplify native O…

    …RTB logic (#8748)
    
    * Prebid core: simplify native ORTB logic
    
    * Remove nativeMapper; do not mix ORTB request and response
    
    * fix lint
    
    * set bidRequest.nativeParams after ortb -> legacy conversion
    
    * Fix native trackers for native ortb responses (including Prebid Server)
    
    * remove redundant native request generation from PBS adapter
    
    * use includes instead of in
    dgirardi authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7e203b3 View commit details
    Browse the repository at this point in the history
  9. Prebid 7.8.0 release

    prebidjs-release committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d0a729b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef86ab1 View commit details
    Browse the repository at this point in the history
  11. Triplelift Bid Adapter: outstream support (#8709)

    * alt outstream support
    
    * removes consoleLog
    
    * rename video ttl
    
    * multi-imp
    
    * simplify video if statement in buildPostBody
    
    * distinguish banner from video bid; temp solution for testing
    
    * adds tests for mediatype
    
    * remove console log
    
    * individual instream/outstream tests
    
    * simplify some functions
    
    * nitpick
    
    * adds media_type check
    
    * adds placement options to outstream
    
    * checks instream placement values
    
    * TL-19850 Finished log error logic around floors functionality
    
    * deprecates getlegacyFpd
    
    * remove console log
    
    * TL-19850 Changed functionlity of tests
    
    * restore logErrorSpy aftereach
    
    * removing pub name from test
    
    Co-authored-by: Dan Goldin <[email protected]>
    Co-authored-by: Patrick Loughrey <[email protected]>
    Co-authored-by: Patrick Loughrey <[email protected]>
    4 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    82d74d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    a231b0d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. c1x Bid Adapter: adding back adapter with updated pbjs compliance (#8706

    )
    
    * C1X Adapter GDPR Support
    
    * remove the redundant userSync
    
    * fixed keyword spacing issue
    
    * c1x adapter changes
    
    * c1x adapter latest changes
    
    * added deal id support for ssp endpoint
    
    * changes for ne bidder parameters in md file
    
    * changes
    
    * changes
    
    * test cases added
    
    * Test cases changes
    
    * test cases added
    
    * test cases changes
    
    * test cases changes
    
    * changes
    
    * changes
    
    * changes
    
    * changes
    
    * changes for log
    
    * changes suggested from PR
    
    Co-authored-by: Cathy Huang <[email protected]>
    Co-authored-by: sasikumar dharmaraj <[email protected]>
    Co-authored-by: Devyani Choubey <[email protected]>
    Co-authored-by: devyaniChoubey <[email protected]>
    5 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d46661a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. bidWatch Analytics Adapter : add creative endpoint (#8710)

    * New Analytics Adapter bidwatch
    
    * test for bidwatch Analytics Adapter
    
    * change maintainer address
    
    * Update bidwatchAnalyticsAdapter.js
    
    * Update bidwatchAnalyticsAdapter.js
    
    * Update bidwatchAnalyticsAdapter.md
    
    * Update bidwatchAnalyticsAdapter.md
    
    * add features to bidwatchAnalyticsAdapter
    
    * update tests
    
    * add test and made improvements
    matthieularere-msq authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7d12744 View commit details
    Browse the repository at this point in the history
  2. BeyondMedia Bid Adapter: initial bid adapter release (#8682)

    * add andBeyondMedia adapter
    
    * update bidderCode
    AndBeyondMediaHB authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b9fe9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7792685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53c5f4d View commit details
    Browse the repository at this point in the history
  5. Prebid core: improve library support; make AnalyticsAdapter a library (

    …#8599)
    
    * Automatically resolve libraries and their dependencies
    
    * Move AnalyticsAdapter under libraries
    dgirardi authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    db2a333 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Intimate Merger Universal Identifier System: add imppid (#8767)

    * add imuidModule "imppid"
    
    * update response
    
    * fix test
    
    * update spec
    
    * add GAM ppid test for imppid
    eknis authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    301b072 View commit details
    Browse the repository at this point in the history
  2. Criteo Bid Adapter: Add Coppa support (#8781)

    * Criteo Bid Adapter: Add support of the COPPA flag
    
    * Criteo Bid Adapter: Add support of the COPPA flag
    Pgb-Criteo authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8743bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2036db View commit details
    Browse the repository at this point in the history
  4. Various files: clean up unneeded code (#8778)

    * Update example2.js
    
    * Update example.js
    
    * Update config.js
    
    * Update freewheel-sspBidAdapter.js
    
    * Update browsiRtdProvider.js
    
    * Update consentManagementUsp.js
    
    * Update synacormediaBidAdapter.js
    
    * Update trustpidSystem.js
    
    * Update tappxBidAdapter.js
    
    * Update nobidBidAdapter.js
    
    * Update visxBidAdapter.js
    
    * Update remote.html
    
    * Update prebidServer_example.html
    
    * Update openxBidAdapter.js
    
    * Update fintezaAnalyticsAdapter.js
    
    * Update postbid-config.js
    
    * Update postbid-config.js
    
    * Update fintezaAnalyticsAdapter.js
    
    * Update 1plusXRtdProviderExample.html
    
    * Update prebidServer_example.html
    
    * Update blueconicRtdProvider_example.html
    
    * Update hadronRtdProvider_example.html
    
    * Update airgridRtdProvider_example.html
    
    * Update userId_example.html
    
    * Update inskin_example.html
    
    * Update serverbidServer_example.html
    
    * Update postbid-config.js
    patmmccann authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    67cb83c View commit details
    Browse the repository at this point in the history
  5. Prebid Core: Handled edge cases for allowedAlternateBidderCodes funct…

    …ionality (#8760)
    
    * Changed net revenue to True
    
    * handled edge cases
    
    * Empty alternateBidderCodes will reject the bids
    
    Co-authored-by: Azhar <[email protected]>
    pm-azhar-mulla and Azhar authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    35b4999 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdb290c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Sending device.language in iso standard 2 characters (#8789)

    Co-authored-by: Kapil Tuptewar <[email protected]>
    kapil-tuptewar and Kapil Tuptewar authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a93a7c9 View commit details
    Browse the repository at this point in the history
  2. Snigel Bid Adapter: initial adapter release (#8723)

    * add snigel prebid adapter, docs and tests
    
    * fix small oversight
    
    * improve user sync behavior
    
    * implement PR feedback, add support for schain, floors and user IDs
    snigelweb authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    81a9e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    dd3267d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. CleanIO RTD Module: support billable event (#8750)

    * clean.io RTD Module: send billable events
    
    * Added unit test for billable events
    
    * attempt to trigger circleci
    
    * Fixed some analytics test to expect Clean.io billableEvents too.
    
    Co-authored-by: mkikot-sigma <[email protected]>
    Co-authored-by: Patrick McCann <[email protected]>
    Co-authored-by: eugen-tikhonov <[email protected]>
    Co-authored-by: yevhen.tykhonov <[email protected]>
    5 people authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d7e7aa1 View commit details
    Browse the repository at this point in the history
  2. Fix broken download link (#8800)

    Download link https://prebid.org/download.html no longer valid. Updated with current link https://docs.prebid.org/download.html
    oronno authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    2afac1e View commit details
    Browse the repository at this point in the history
  3. PubMatic Bid Adapter: Sending allowedAlternateBidderCodes data to AdS…

    …erver (#8790)
    
    * Changed net revenue to True
    
    * Added bidderCode and adapterCode to bidObject
    
    * setting seat as default adapterCode
    
    * removed bidderCode
    
    * Added unit test cases
    
    * cloned the test object
    
    * send alternateBidderCodes to adserver
    
    * handled blank and duplicate entries
    
    * added test cases
    
    * Handled case for empty biddersArray
    
    Co-authored-by: Azhar <[email protected]>
    pm-azhar-mulla and Azhar authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9d8112a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Ttd Bid adapter: support for transaction id, bcat, and consolidate pa…

    …rams (#8679)
    
    * remove siteId parameter
    make placementId parameter optional if GPID is passed
    pass transactionId through to source.tid
    read bcat from ortb2
    
    * enforce check for gpid or placementId
    
    * add error message
    
    * Support badv/battr, get tid from ext object
    
    * Address review feedback
    
    Co-authored-by: Minh Daole <[email protected]>
    julian-burger-ttd and minh-daole-ttd authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    84499f7 View commit details
    Browse the repository at this point in the history
  2. NextMillennium Bid Adapter: Add referrer and imp to bid request (#8718)

    * add more information and testing
    
    * fix typo
    
    * fix typo in testing
    
    * use getRefererInfo
    
    Co-authored-by: Mikhail Ivanchenko <[email protected]>
    JacobKlein26 and mifanich authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    555c4c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638e7c5 View commit details
    Browse the repository at this point in the history
  4. sspBC bid adapter - remove storage/cookie check, add screen size to r…

    …equest (#8762)
    
    * Update tests for sspBC adapter
    
    Update tests for sspBC adapter:
    - change userSync test (due to tcf param appended in v4.6)
    - add tests for onBidWon and onTimeout
    
    * [sspbc-adapter] 5.3 updates: content-type for notifications
    
    * [sspbc-adapter] pass CTA to native bid
    
    * [sspbc-5.3] keep pbsize for detected adunits
    
    * [sspbc-5.3] increment adaptor ver
    
    * [sspbc-adapter] maintenance update to sspBCBidAdapter
    
    * remove yarn.lock
    
    * Delete package-lock.json
    
    * remove package-lock.jsonfrom pull request
    
    * [sspbc-adapter] send pageViewId in request
    
    * [sspbc-adapter] update pageViewId test
    
    * [sspbc-adapter] add viewabiility tracker to native ads
    
    * [sspbc-adapter] add support for bid.admNative property
    
    * [sspbc-adapter] ensure that placement id length is always 3 (improves matching response to request)
    
    * [sspbc-adapter] read publisher id and custom ad label, then send them to banner creative
    
    * [sspbc-adapter] adlabel and pubid are set as empty strings, if not present in bid response
    
    * [sspbc-adapter] jstracker data fix
    
    * [sspbc-adapter] jstracker data fix
    
    * [sspbc-adapter] send tagid in notifications
    
    * [sspbc-adapter] add gvlid to spec; prepare getUserSyncs for iframe + image sync
    
    * [sspbc-adapter] fix notification payload
    
    * [sspbc-adapter] fix notification payload, fix tests
    
    * [sspbc-adapter] add userIds to ortb request
    
    * [sspbc-adapter] update to 4.1, change request to be ortb 2.6 compliant
    
    * [sspbc-adapter] update tests
    
    * [ssbc-adapter] bid cache for video ads
    
    * [sspbc-adapter] add PageView.id to banner ad; update tests
    
    * [sspbc-adapter] fix window.gam not being added to banner html
    
    * [sspbc-adapter] send device / content language
    
    * [sspbc-adapter] send pageview and site ids to user sync frame
    
    * [sspbc-adapter] add ES6 version of common ad library (for banner creatives)
    
    * [sspbc-adapter] move content property
    
    * [sspbc-adapter] reorganize notification payload creator
    
    * [sspbc-adapter] store PLN price in meta; send in bidWon notification
    
    * [sspbc-adapter] add playbackmethod to supporten video params; allow overridinbg video settngs via  bid.params.video
    
    * [sspbc-adapter] update md
    
    * [sspbc-adapter] fix error in mapVideo method (Object assign merror when mediaTypes do not contain video)
    
    * [sspbc-5.7] remove storage/cookie detection
    
    * [sspbc-5.7] add screen size to request
    
    Co-authored-by: Wojciech Biały <[email protected]>
    wojciech-bialy-wpm and Wojciech Biały authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a5b4cab View commit details
    Browse the repository at this point in the history
  5. Ozone Bid Adapter: Various improvements (#8755)

    * ozone adapter 2.8.0
    
    added instream support
    fixed/cleaned up code
    
    * spec test for ozone 2.8.0 adapter
    
    * ozone adapter 2.8.0
    
    * Update ozoneBidAdapter_spec.js
    
    * Update ozoneBidAdapter.md
    
    Co-authored-by: Patrick McCann <[email protected]>
    AskRupert-DM and patmmccann authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ec21173 View commit details
    Browse the repository at this point in the history
  6. Adkernel Bid Adapter: DisplayIo alias (#8803)

    Adaptor alias for DisplayIo network
    ckbo3hrk authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    969f050 View commit details
    Browse the repository at this point in the history
  7. Vidazoo Bid Adapter: pass referrer to server + pubProvidedId support (#…

    …8797)
    
    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * feat(module): pass referrer to server.
    
    * feat(module): added pubProvidedId to supported ID systems.
    
    Co-authored-by: Udi Talias <[email protected]>
    Co-authored-by: roman <[email protected]>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    01fe272 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac5f36d View commit details
    Browse the repository at this point in the history
  9. Zeta Global BidAdapter: update the bid endpoint. (#8801)

    * Zeta Global BidAdapter: update the bid endpoint.
    
    * Zeta Global BidAdapter: fix tests.
    abermanov-zeta authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1cae444 View commit details
    Browse the repository at this point in the history
  10. Adnuntius Bid Adapter: allow Adnuntius to read dimensions (#8806)

    * package lock fix.
    
    * Add dimensions to prebid.
    mikael-lundin authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    34d4479 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Sharethrough Bid Adapter: Fix bcat and badv from First Party Data (

    …#8808)
    
    * [PGE-178206885] Fix bcat and badv via first party data
    
    PGE-178206885
    
    * Fix version number
    Mathieu Pheulpin authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8de67ab View commit details
    Browse the repository at this point in the history
  2. resolved merge config issue (#8791)

    Co-authored-by: pm-azhar-mulla <[email protected]>
    pm-azhar-mulla and pm-azhar-mulla authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2227454 View commit details
    Browse the repository at this point in the history
  3. Boldwin Bid Adapter: added endpointId param (#8798)

    * new boldwin bid adapter
    
    * fix
    
    * Restarting ci / circleci
    
    * changes
    
    * fixed conflicts
    
    * added endpointId param
    
    * kick off CircleCI tests
    
    Co-authored-by: Aiholkin <[email protected]>
    Co-authored-by: Vladislav Isaiko <[email protected]>
    Co-authored-by: Mykhailo Yaremchuk <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    5 people authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b273c57 View commit details
    Browse the repository at this point in the history
  4. ShowHeroes Bid Adapter: add new endpoint (#8816)

    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb91.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (#4222)
    
    * ShowHeroes adapter - description and outstream changes (#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * ShowHeroes Adapter - naming convention issue
    
    * Mixed AdUnits declaration support
    
    * ITDEV-4723 PrebidJS adapter support with SupplyChain module object
    
    * ITDEV-4723 Fix tests
    
    * ITDEV-4723 New entry point
    
    * showheroes-bsBidAdapter: Add support for advertiserDomains
    
    * showheroes-bsBidAdapter: hotfix for outstream render
    
    * showheroes-bsBidAdapter: update renderer url
    
    * showheroes-bsBidAdapter: use only the necessary fields from the gdprConsent
    
    * ShowHeroes adapter - added a new endpoint
    
    * ShowHeroes adapter - unit tests
    
    * Update showheroes-bsBidAdapter.md
    
    * kick off tests
    
    Co-authored-by: Eldengrof <[email protected]>
    Co-authored-by: veranevera <[email protected]>
    Co-authored-by: Elizaveta Voziyanova <[email protected]>
    4 people authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c64d0ba View commit details
    Browse the repository at this point in the history
  5. Yahoossp bid adapter: Fix schain data handling (#8817)

    * Yahoossp bid adapter: Fix schain data handling
    
    * Add missing trailing semicolon
    
    Co-authored-by: slimkrazy <[email protected]>
    slimkrazy and slimkrazy authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9afa2b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Various files: fix LGTM trailing semi-colon (#8811)

    * akamaiDapRtdProvider: fix LGTM trailing semi-colon
    
    * newspassidBidAdapter: fix LGTM trailing semi-colon
    
    * native: fix LGTM trailing semi-colon
    
    * kueezBidAdapter: fix LGTM trailing semi-colon
    
    * shinezBidAdapter: fix LGTM trailing semi-colon
    
    * openxOrtbBidAdapter: fix LGTM trailing semi-colon
    
    * bliinkBidAdapter: fix LGTM trailing semi-colon
    
    * c1xBidAdapter: fix LGTM trailing semi-colon
    
    * improvedigitalBidAdapter: fix LGTM trailing semi-colon
    
    * weboramaRtdProvider: fix LGTM trailing semi-colon
    
    * 1plusXRtdProvider: fix LGTM trailing semi-colon
    
    * byDataAnalyticsAdapter: fix LGTM trailing semi-colon
    
    * index: fix LGTM trailing semi-colon
    
    * userId/index: fix LGTM trailing semi-colon
    
    * taboolaBidAdapter: fix LGTM trailing semi-colon
    
    * mediafuseBidAdapter: fix LGTM trailing semi-colon
    
    * videoheroesBidAdapter: fix LGTM trailing semi-colon
    
    * gulpfile: fix LGTM trailing semi-colon
    
    * criteoBidAdapter: fix LGTM trailing semi-colon
    
    * eplanningBidAdapter: fix LGTM trailing semi-colon
    
    * hadronAnalyticsAdapter: fix LGTM trailing semi-colon
    
    * config: fix LGTM trailing semi-colon
    
    * imuIdSystem: fix LGTM trailing semi-colon
    
    * spotxBidAdapter: fix LGTM trailing semi-colon
    caseywhitmire authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2ee4d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865cb34 View commit details
    Browse the repository at this point in the history
  3. Various files: fix LGTM trailing semi-colon (#8821)

    * Update ozoneBidAdapter
    
    * Update criteoBidAdapter
    
    * Update sspBCBidAdapter
    
    * Update pubmaticBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update tripleliftBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update sirdataRtdProvider.js
    
    * Update smartxBidAdapter.js
    
    * Update mobfoxpbBidAdapter.js
    
    * Update 33acrossBidAdapter.js
    
    * Update gridNMBidAdapter.js
    
    * Update consentManagementUsp.js
    
    * Update adapterManager.js
    
    * Update adapterManager.js
    
    * Update apacdexBidAdapter.js
    
    * Update microadBidAdapter.js
    
    * Update pubmaticAnalyticsAdapter.js
    
    * Update hadronRtdProvider.js
    
    * Update adagioBidAdapter.js
    
    * Update operaadsBidAdapter.js
    
    * Update auction.js
    
    * Update appnexusBidAdapter.js
    
    * Update utils.js
    
    * Update adgenerationBidAdapter.js
    
    * Update pulsepointBidAdapter.js
    
    * Update consumableBidAdapter.js
    
    * Update boldwinBidAdapter.js
    
    * Update relaidoBidAdapter.js
    
    * Update rubiconBidAdapter.js
    
    * Update vrtcalBidAdapter.js
    
    * Update oguryBidAdapter.js
    
    * Update riseBidAdapter.js
    
    * Update gridBidAdapter.js
    
    * Update merkleIdSystem.js
    caseywhitmire authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5ef54f7 View commit details
    Browse the repository at this point in the history
  4. AdYouLike bidder adapter: update pageUrl and referrer values (#8822)

    * add required clickurl in every native adrequest
    
    * allows the native response to be given as is to prebid if possible
    
    * add unit tests on new Native case
    
    * Handle meta object in bid response with default addomains array
    
    * fix icon retrieval in Native case
    
    * Update priorities in case of multiple mediatypes given
    
    * improve robustness and fix associated unit test on picture urls
    
    * add support for params.size parameter
    
    * add unit test on new size format
    
    * Makes sure the playerSize format is consistent
    
    * enable Vast response on bidder adapter
    
    * fix lint errors
    
    * add test on Vast format case
    
    * add userId to bidrequest
    
    * revert package-lock.json changes
    
    * improve multiple mediatype handling
    
    * Expose adyoulike GVL id
    
    * fix icurl issue when retreiving icon for Native mediatype
    
    * update unit tests on icon url in native mediatype
    
    * target video endpoint when video mediatype is present
    
    * add unit test on video endpoint
    
    * detect if bid request has video
    
    * remove console log
    
    * Add size information in Video bid + unit tests
    
    * Remove unused method (old video retrieval)
    
    * update pagereferrer and pageUrl values
    
    Co-authored-by: GuillaumeA <[email protected]>
    guiann and GuillaumeA authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    358f96a View commit details
    Browse the repository at this point in the history
  5. Relaido Bid Adapter: Add support for banner. (#8761)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * Add support for banner, and removed PC access judgement process in banner validation.
    
    Co-authored-by: ishigami_shingo <[email protected]>
    Co-authored-by: cmertv-sishigami <[email protected]>
    Co-authored-by: t_bun <[email protected]>
    Co-authored-by: n.maeura <[email protected]>
    5 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0509631 View commit details
    Browse the repository at this point in the history
  6. Rise bid adapter - support multi seller end points (#8771)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * support rtbDomain seller end point
    
    * removed hb. from rtbDomain end point
    
    * added rtbDomain to docs
    
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: noamtzu <[email protected]>
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: Laslo Chechur <[email protected]>
    Co-authored-by: OronW <[email protected]>
    Co-authored-by: lasloche <[email protected]>
    Co-authored-by: Inna Yaretsky <[email protected]>
    8 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5289c29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20b7994 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    453207a View commit details
    Browse the repository at this point in the history
  9. Adtargetme Bid Adapter: initial release (#8622)

    * Adtargetme first release
    
    * fixed unused variable
    
    removed unused variable
    TEST_MODE_BANNER_SID.
    
    * fixed CircleCI
    
    * Adtargetme adapter: rename Adtargetme to AdserverAdtarget
    
    * add spec
    
    add spec for renamed adapter
    
    * fixed
    
    * optimize ortb2 data
    
    * Update adtrgtmeBidAdapter.js
    
    * Update adtrgtmeBidAdapter.js
    tarasmatokhniuk authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    32c0629 View commit details
    Browse the repository at this point in the history
  10. update pre version (#8823)

    ChrisHuie authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8a47629 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    941f0da View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Add OCM alias (#8814)

    GeneGenie authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0e3dd1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3710cb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    d836669 View commit details
    Browse the repository at this point in the history
  2. Pubmatic bid adapter: improved site object handling (#8820)

    * UOE-7836: Vanilla JS: Stop overwriting site.page site.ref and site.domain
    
    * UOE-7836: Vanilla JS: Stop overwriting site.page site.ref and site.domain in PrebidServerBidAdapter
    
    * Rename variable name
    
    * Revert changes from PrebidServerBidAdapter file
    
    * Test cases written for the ticket UOE-7666 - stop overriding page, domain, site
    pm-nitin-shirsat authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9eda78a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902cfc0 View commit details
    Browse the repository at this point in the history
  4. CPMStar Bid Adapter : change request method to post & added data to e…

    …ndpoint (#8810)
    
    * added cpmstarBidAdapter with meta.advertiserDomains support
    
    * fix linting
    
    * Updated modules/cpmstarBidAdapter: Changed request method to post and included the mediaType.video and adUnitCode data to the request body.
    
    Co-authored-by: Chris Huie <[email protected]>
    Co-authored-by: = <=>
    JoshuaMGoldstein and ChrisHuie authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    335a907 View commit details
    Browse the repository at this point in the history
  5. Kargo Bid Adapter: Pull Page URL from refererInfo (#8825)

    * Kargo Bid Adapter: Use currency from Bid Response
    
    * Kargo Bid Adapter: Fix failed test
    
    * Kargo Bid Adapter: adding media type to bid response, supporting vastXml response (#8426)
    
    * kargo adapter - adding mediaType to bid response, conditionally set vastXml field
    
    * kargo adapter - updating tests
    
    * Kargo Bid Adapter: onTimeout Support (#6)
    
    * Adding additional param
    
    * Adding response time function
    
    * Remove debug
    
    * Updating response time log to be set by bid response
    
    * Adding screen width/height to request
    
    * Test fix
    
    * Test fix
    
    * Removing interpretResponse signaling
    
    * Simplifying send data function
    
    * Kargo Analytics Adapter: Update with bid response time support
    
    * Renaming event route for auction data
    
    * Reset bid response data sent bool
    
    * Using array to store logged auctions
    
    * Update to use timeToResponse
    
    * Test fix
    
    * Kargo: Pull page URL from refererInfo
    
    * Test fix: Page URL
    
    * Removing extra bracket
    
    Co-authored-by: Wei Wong <[email protected]>
    Co-authored-by: Andy Rusiecki <[email protected]>
    3 people authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6b0021c View commit details
    Browse the repository at this point in the history
  6. Various Files: Fix LGTM trailing semi-colon (#8830)

    * Update showheroes-bsBidAdapter.js
    
    * Update adyoulikeBidAdapter.js
    
    * Update sonobiBidAdapter.js
    
    * Update mediakeysBidAdapter.js
    
    * Update revcontentBidAdapter.js
    
    * Update vidazooBidAdapter.js
    
    * Update tpmnBidAdapter.js
    
    * Update yandexBidAdapter.js
    
    * Update yieldoneBidAdapter.js
    
    * Update karma.conf.maker.js
    
    * Update trustpidSystem.js
    
    * Update iqmBidAdapter.js
    
    * Update yieldmoBidAdapter.js
    
    * Update tappxBidAdapter.js
    
    * Update e_volutionBidAdapter.js
    
    * Update adrelevantisBidAdapter.js
    
    * Update goldbachBidAdapter.js
    
    * Update Renderer.js
    
    * Update priceFloors.js
    
    * Update bizzclickBidAdapter.js
    
    * Update nobidBidAdapter.js
    
    * Update openxBidAdapter.js
    
    * Update yahoosspBidAdapter.js
    
    * Update rtbhouseBidAdapter.js
    
    * Update admixerBidAdapter.js
    
    * Update gamoshiBidAdapter.js
    
    * Update pubxaiAnalyticsAdapter.js
    
    * Update impactifyBidAdapter.js
    
    * Update pubwiseAnalyticsAdapter.js
    
    * Update sizeMappingV2.js
    
    * Update pubwiseBidAdapter.js
    
    * Update theAdxBidAdapter.js
    
    * Update staqAnalyticsAdapter.js
    
    * Update adtelligentBidAdapter.js
    
    * Update novatiqIdSystem.js
    
    * Update cwireBidAdapter.js
    
    * Update datablocksBidAdapter.js
    
    * Update gothamadsBidAdapter.js
    
    * Update krushmediaBidAdapter.js
    
    * Update vidoomyBidAdapter.js
    
    * Update adtrueBidAdapter.js
    
    * Update userSync.js
    
    * Update targetVideoBidAdapter.js
    
    * Update open8BidAdapter.js
    
    * Update gumgumBidAdapter.js
    
    * Update mgidBidAdapter.js
    
    * Update inskinBidAdapter.js
    
    * Update adxpremiumAnalyticsAdapter.js
    
    * Update emx_digitalBidAdapter.js
    
    * Update betweenBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update winrBidAdapter.js
    
    * Update luponmediaBidAdapter.js
    
    * Update interactiveOffersBidAdapter.js
    
    * Update intentIqIdSystem.js
    
    * Update lkqdBidAdapter.js
    
    * Update loganBidAdapter.js
    
    * Update dfpAdServerVideo.js
    
    * Update targeting.js
    
    * Update livewrappedAnalyticsAdapter.js
    
    * Update adnowBidAdapter.js
    
    * Update cleanmedianetBidAdapter.js
    
    * Update sonobiAnalyticsAdapter.js
    
    * Update apstreamBidAdapter.js
    
    * Update quantcastIdSystem.js
    
    * Update prebidmanagerAnalyticsAdapter.js
    
    * Update brightMountainMediaBidAdapter.js
    
    * Update dgkeywordRtdProvider.js
    
    * Update h12mediaBidAdapter.js
    
    * Update permutiveRtdProvider_example.html
    
    * Update dspxBidAdapter.js
    
    * Update radsBidAdapter.js
    
    * Update id5AnalyticsAdapter.js
    
    * Update richaudienceBidAdapter.js
    
    * Update cpmstarBidAdapter.js
    
    * Update vdoaiBidAdapter.js
    
    * Update smaatoBidAdapter.js
    
    * Update adtargetBidAdapter.js
    
    * Update openwebBidAdapter.js
    
    * Update malltvBidAdapter.js
    
    * Update gjirafaBidAdapter.js
    
    * Update integr8BidAdapter.js
    
    * Update fabrickIdSystem.js
    
    * Update sizeMapping.js
    
    * Update adpod.js
    
    * Update adriverBidAdapter.js
    
    * Update trionBidAdapter.js
    
    * Update ebdrBidAdapter.js
    
    * Update getintentBidAdapter.js
    
    * Update pubxBidAdapter.js
    
    * Update schain.js
    
    * Update underdogmediaBidAdapter.js
    
    * Update bidfactory.js
    
    * eslint: update semi-colon rule
    
    Missing semi-colons will now cause an error.
    
    * Update .eslintrc.js
    caseywhitmire authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6e36e36 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Zeta ssp adapter: added multiimp request support (#8813)

    * multiimp ability
    
    * add some test
    
    * fix tests
    
    * fix tests 2
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    asurovenko-zeta and surovenko authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2bc9f9d View commit details
    Browse the repository at this point in the history
  2. Datawrkz Bid Adapter: initial adapter release (#8754)

    * New Bid Adapter: datawrkz
    
    * New Bid Adapter: datawrkz. Test case formatting
    
    * New Bid Adatpter: datawrkz - updated import statements
    vishal-dw authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9f01c38 View commit details
    Browse the repository at this point in the history
  3. Vidazoo Bid Adapter: Cookie sync improvements (#8834)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * feat(module): changed userSync url and passes cids from responses to usersync.
    
    * feat(module): fixed failing test.
    
    Co-authored-by: Udi Talias <[email protected]>
    Co-authored-by: roman <[email protected]>
    3 people authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    91ce750 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    749afff View commit details
    Browse the repository at this point in the history
  2. Lasso Bid Adapter: update version and request credential setting (#8848)

    * update Lasso adapter request setting
    
    * update empty ad response logic
    victorlassomarketing authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5e983cd View commit details
    Browse the repository at this point in the history
  3. Prebid core: fix bug with some native assets being lost from ortb nat…

    …ive responses (#8785)
    
    * Prebid core: fix bug with some native assets being lost from ortb native responses
    
    * Do not throw if native response contains assets that were not requested
    dgirardi authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    984b5cf View commit details
    Browse the repository at this point in the history
  4. Browsi RTD Module: add support for page view billable events (#8829)

    * 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
    
    * Browsi RTD provider - add billiable event type
    
    * Browsi RTD provider - add billiable event type
    
    * lint fixes
    omerDotan authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a4fdf7d View commit details
    Browse the repository at this point in the history
  5. Readme: remove dead dev dependency and maintenance badges (#8849)

    * Readme: remove dead dev dependency badge and issue
    
    * Remove maintainability and add back issues
    ChrisHuie authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2fd7e0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f33d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    059b7c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Adriver Bid and Id Modules: buyerid bug fix (#8768)

    * initial commit
    
    * adriver id submodule add
    
    * add id system tests, fix adriver bid adapter tests
    
    * adriver: fix buyerid
    
    * remarks fixing
    
    * removal of excess
    
    * delete custom parameter
    
    * bug fixes
    m-oranskaya authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    94d34d1 View commit details
    Browse the repository at this point in the history
  2. handle native response privacy link (#8838)

    Co-authored-by: Zicong Zhou <[email protected]>
    lksharma and Zicong Zhou authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    940339a View commit details
    Browse the repository at this point in the history
  3. Criteo Bid Adapter - Add support for banner+native multiformat ad unit (

    #8842)
    
    Previously, the use of a native adunit was exclusive with the banner type.
    leonardlabat authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8ef12d1 View commit details
    Browse the repository at this point in the history
  4. Ras Bid Adapter: support for SlotSequence parameter (#8792)

    * add rasbidadapter pos param
    
    * Read pos off the adunit
    
    * rename conflicting pos parameter for clarity
    wsusrasp authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    442931d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d77309a View commit details
    Browse the repository at this point in the history
  6. IX Bid Adapter: Native OpenRTB Request Support (#8853)

    * fix native click trackers to only fire on click
    
    * fix unit tests for ix
    
    * remove version for native requests
    
    * remove unnecessary request conversion
    
    Co-authored-by: Zicong Zhou <[email protected]>
    lksharma and Zicong Zhou authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4e9ccd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    296a081 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed74e44 View commit details
    Browse the repository at this point in the history
  9. Id5 id configurable fetch flow (#8784)

    Co-authored-by: Paweł Kowalski <[email protected]>
    smenzer and pkowalski-id5 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f69cc66 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. NextMillenium Bid Adapter: Remove ortb2 referrerInfo (#8868)

    * remove ortb2, get device/site manually
    
    * updated tests
    
    * remove fallbacks
    
    * no need to craete variable if there is no fallback (return in place)
    
    * removed one test case
    
    Co-authored-by: Yakov Klein <[email protected]>
    JacobKlein26 and Yakov Klein authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4a3daec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0a824 View commit details
    Browse the repository at this point in the history
  3. Displayio Bid Adapter: custom render; fix eids payload (#8847)

    * Custom render; call pubmatic get user id function is removed
    
    * use refererInfo; remove call createEidsArray
    philan15 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3a029f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e5548e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. bidWatch Analytics Adapter : limit bandwidth usage + refactory (#8774)

    * bidWatch Analytics Adapter : code refactory
    
    * Update bidwatchAnalyticsAdapter_spec.js
    
    * Update bidwatchAnalyticsAdapter_spec.js
    matthieularere-msq authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0b71a33 View commit details
    Browse the repository at this point in the history
  2. Bump tibdex/github-app-token from 1.3.0 to 1.6 (#8878)

    Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.3.0 to 1.6.
    - [Release notes](https://github.com/tibdex/github-app-token/releases)
    - [Commits](tibdex/github-app-token@36464ac...f717b5e)
    
    ---
    updated-dependencies:
    - dependency-name: tibdex/github-app-token
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a61f4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be582f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47c8ead View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Prebid Core: Add ttl buffer to videoCache.js (#8861)

    * Update videoCache.js
    
    * Update videoCache.js
    
    * Update videoCache_spec.js
    
    * Update videoCache_spec.js
    
    * master into ttl-buffer (#8869)
    
    * Update Sonobi adapter with GVLID (#8860)
    
    * dgkeyword RTD provider: fix tests causing ID5 test failures (#8862)
    
    Co-authored-by: Mike Miller <[email protected]>
    Co-authored-by: Demetrio Girardi <[email protected]>
    
    * Revert "master into ttl-buffer (#8869)" (#8879)
    
    This reverts commit b253980.
    
    * Name the constant
    
    Co-authored-by: Mike Miller <[email protected]>
    Co-authored-by: Demetrio Girardi <[email protected]>
    3 people authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    73c13cd View commit details
    Browse the repository at this point in the history
  2. Added support to log extra bids from same bidder (#8886)

    Co-authored-by: pm-azhar-mulla <[email protected]>
    pm-azhar-mulla and pm-azhar-mulla authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8d88902 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. BetweenBidAdapter: default value for the cur parameter (#8870)

    * BetweenBidAdapter: default value for the cur parameter
    
    * fix linting
    
    Co-authored-by: Ignat Khaylov <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0723252 View commit details
    Browse the repository at this point in the history