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

[pull] master from prebid:master #34

Merged
merged 73 commits into from
May 21, 2024
Merged

[pull] master from prebid:master #34

merged 73 commits into from
May 21, 2024

Commits on Apr 28, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    7b77515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428ae3b View commit details
    Browse the repository at this point in the history
  3. Using origbidid instead of piid (#11415)

    Co-authored-by: pm-azhar-mulla <[email protected]>
    pm-azhar-mulla and pm-azhar-mulla committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ee509d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. NoBid Bid Adapter : update version 1.3.4 (#11420)

    * Enable supplyChain support
    
    * Added support for COPPA
    
    * rebuilt
    
    * Added support for Extended User IDs.
    
    * Added support for the "meta" attribute in bid response.
    
    * Delete nobidBidAdapter.js.orig
    
    * Delete a
    
    * Delete .jsdtscope
    
    * Delete org.eclipse.wst.jsdt.ui.superType.container
    
    * Delete org.eclipse.wst.jsdt.ui.superType.name
    
    * Delete .project
    
    * Renamed the Analytics Adapter to "nobid" otherwise it wouldn't work with the wrapper builder on the Prebid.js website and added Prebid version "pbver" to the bidding and analytics requests.
    
    ---------
    
    Co-authored-by: Reda Guermas <[email protected]>
    redaguermas and Reda Guermas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b38c0a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51532c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6aba0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ef0c1 View commit details
    Browse the repository at this point in the history
  5. Kargo Bid Adapter: test spec overhaul (#11417)

    * KRKPD-1083: Refactor and expand testing (#31)
    
    * Refactor the Kargo adapter testing to be more comprehensive and include testing of invalid inputs
    
    * Fix the window size test to pull data from the browser instead of hardcoded values
    
    * Remove a duplicate test
    
    * unhook triggerPixel after tests
    
    * fixes circleci failure
    
    * Update the localStorage non-functional test
    
    In FireFox, having localStorage.getItem throw an error isn't working so the test was updated to not have a valid localStorage
    value to pass on FireFox.
    
    * Restore the bidderSettings following testing
    
    ---------
    
    Co-authored-by: William Klausmeyer <[email protected]>
    Co-authored-by: “Nick <“nick.llerandi”@kargo.com>
    Co-authored-by: William Klausmeyer <[email protected]>
    4 people committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ecb9218 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf6de06 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Pubx.ai RTD Provider - Initial Release (#11300)

    * Add pubx RTD module
    
    * Add pubx RTD module documentation
    
    * Add basic tests for pubx RTD module
    
    * Fix the failing tests
    
    * Added logic to fetch floors and set to auction
    
    * Updated setDataToConfig to attach floors data to bidder requests object
    
    * pubx rtd module:
    * fetch floor rules
    * timeout defaults
    * floors config customizations
    * pubx on/off from floors response
    
    * move fetch floors to init and also wait for it before auction
    
    * TESTS: update
    
    * replace createFloorsDataForAuction to avoid circular dep - WIP
    
    * reset default floors when no floor response is received
    
    * TESTS: add test
    
    * tag integration - fetch floors api events
    
    * * Remove coonsole.log
    * move __pubxFloorRulesPromise__ to window
    * Remove unused var error
    
    * TESTS: add getBidRequestData, refactor stubs
    
    * TESTS: setFloorsApiStatus
    
    * TESTS: add fetchFloorRules
    
    * remove useRtd
    
    * make endpoint potional and take pubxId form provider config
    
    * TESTS: use xhr to fakeServer instead of sinon
    
    * make default data optional
    
    * update README
    
    * TEST: update tests
    
    * add integration example
    
    * remove floorProvider from default config
    
    * fix linting
    
    * update readme.md
    
    ---------
    
    Co-authored-by: Phaneendra Hegde <[email protected]>
    Co-authored-by: Phaneendra Hegde <[email protected]>
    3 people committed May 1, 2024
    Configuration menu
    Copy the full SHA
    51c63b6 View commit details
    Browse the repository at this point in the history
  2. lockr AIM user module: initial release (#11159)

    * Adding Lockr AIM module and tests
    
    * formatting
    
    * Fix formatting
    
    * format
    
    * fix formatting
    
    * add paapi back
    
    * added markdown file
    
    * 20240324 Fixed Storage Manager | lockrAIMIdSystem.js
    
    * Updated to use Prebid Storage Manager | lockrAIMIdSystem_shared.js
    
    * added the fix for the comments
    
    * removed the unnecessary console
    
    ---------
    
    Co-authored-by: chris-lockr <[email protected]>
    Co-authored-by: avin-lockr <[email protected]>
    3 people committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0e58601 View commit details
    Browse the repository at this point in the history
  3. OpenWeb Bid Adapter : remove multi currency support (#11430)

    * removed currency from getFloor
    
    * removed currency from generateBidParameters
    
    * removed currency from optional params in md
    
    * removed currency from test
    
    ---------
    
    Co-authored-by: Dedi Sidi <[email protected]>
    IgorKulemzin and Dedis23 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    670a859 View commit details
    Browse the repository at this point in the history
  4. STN Bid Adapter: remove multi currency support (#11429)

    * removed currency from getFloor
    
    * removed currency from generateBidParameters
    
    * removed currency from optional params in md
    
    * removed currency from test
    Dedis23 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    16616c5 View commit details
    Browse the repository at this point in the history
  5. MinuteMedia Bid Adapter: remove multi currency support (#11428)

    * removed currency from getFloor
    
    * removed currency from generateBidParameters
    
    * removed currency from test
    
    * removed currency from optional params in md
    
    * removed currency
    Dedis23 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c561843 View commit details
    Browse the repository at this point in the history
  6. Rise Bid Adapter : remove multi currency support (#11427)

    * removed currency test
    
    * removed currency from optional params in md
    
    * removed currency from generateBidParameters
    
    * removed currency from getFloor
    Dedis23 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0bb0ad3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb4c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54c87ba View commit details
    Browse the repository at this point in the history
  9. Bump ejs from 3.1.9 to 3.1.10 (#11432)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Commits](mde/ejs@v3.1.9...v3.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f4d0ef0 View commit details
    Browse the repository at this point in the history
  10. Add lmpIdSystem userId submodule (#11431)

    Co-authored-by: Antoine Niek <[email protected]>
    ecdrsvc and zapo committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3350dee View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. EXADS Bid Adapter: initial release (#11284)

    * First commit
    
    * fix: readme.md
    
    * fix: changed exads urls
    
    * fix: Tools and suggestions related to the doc
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: error from code review - native example
    
    * fox: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: native img set as mandatory
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: bidfloor and bidfloorcur set as optional
    
    * fix: dsa
    
    * fix: mananing multiple responses
    
    * fix: unit test after code review
    
    * fix: fixing native snippet code
    
    * fix: from code review
    
    * fix: video events after code review
    
    * fix: video module into documentation
    
    * fix: impression tracker for native
    
    * fix: afeter code review
    
    * fix: unit tests
    
    * fix: added badv and bcat
    
    * fix: video -> mimes and protocols
    
    * fix
    
    * fix: removed image_output and video_output params, forcing always html for rtb banner
    
    * fix: gulp
    
    * fix: added site.name
    
    * fix: removed EXADS dir
    
    * fix: after linting
    
    * fix: unit tests
    
    * fix: final dsa solution
    
    * fix: dsa
    
    * fix: fix instream example
    
    * fix: doc media type context
    
    * fix: documented the endpoint param into native section
    
    * fix: related to markdown lint validation (#2)
    
    * fix: from CR (#3)
    
    ---------
    
    Co-authored-by: tfoliveira <[email protected]>
    giuseppe-exads and tfoliveira committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8c72bc2 View commit details
    Browse the repository at this point in the history
  2. Eight Pod Bid / Analytics Adapter : initial release (#11260)

    * eight pod init
    
    * fix mocks
    
    * specify eightPodAnalyticAdapter tests
    
    * update Event import
    GreDiSe committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5cfae1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab6165 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Conversant Adapter - remove transformBidParams (#11441)

    Co-authored-by: johwier <[email protected]>
    johnwier and johwier committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7d52b11 View commit details
    Browse the repository at this point in the history
  2. [Smaato] Migrating to ortbConverter requests build process (#11433)

    - Response handling will be done separately
    Enigo committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8a57af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1dff0 View commit details
    Browse the repository at this point in the history
  4. DeepIntent Id Module : fix user ids not being passed on page reload d…

    …ue to getValue func miss (#11383)
    
    * fix user ids not being passed on page reload due to extendId func miss
    
    * remove extendId and add function to read value for eids
    
    * handle inconsistent localstorage values in deepintent id
    
    * remove unused imports
    
    * revert to getValue changes
    
    * revert version in package-lock
    
    * update test suite for deepintent id system
    parthshah51999 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2bb9f97 View commit details
    Browse the repository at this point in the history
  5. Discovery Bid Adapter : get UTM tag data (#11380)

    * feat(isBidRequestValid): just filter token once. not filter publisher and tagid
    
    * feat(isBidRequestValid): add unit test
    
    * feat(spec): fix eslint
    
    * feat(spec): fix unit test
    
    * feat(spec): fix unit test
    
    * feat(ext): change default value
    
    * feat(utm): build UTMTag data
    
    * feat(spec): fix utm test
    
    * feat(utm): get UTMTag
    
    * feat(utm): add unit tests
    
    * feat(utm): fix unit tests
    
    * feat(utm): fix unit tests
    
    * feat(utm): fix unit tests
    
    ---------
    
    Co-authored-by: yubei01 <[email protected]>
    ecoeco163 and yubei01 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    55d008a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ccef43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6c25e1 View commit details
    Browse the repository at this point in the history
  8. Update PULL_REQUEST_TEMPLATE.md (#11449)

    Updating the notes:
    
    - new adapters are pointed to the docs rather than the repo
    - updated client-side adapters are asked to consider whether PBS adapter update is needed
    bretg committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9353327 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Dailymotion Bid Adapter: accept ortb2 field (#11366)

    * Dailymotion Bid Adaptor: initial release
    
    * .md file lint issue resolved
    
    * Dailymotion Bid Adaptor: build bidder request based on param with fallbacks
    
    * Dailymotion Bid Adaptor: support video metadata
    
    * Dailymotion Bid Adaptor: add support for sending adUnitCode
    
    * Dailymotion Bid Adaptor: add support for sending startDelay
    
    * feat(LEO-528): Allow multiple IAB categories in video metadata
    
    The same way as we can have an array of IAB categories level 1 in the ORTB request, this PR introduces an array for the IAB categories level 2.
    
    To be forward compatible with level [2.2](https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Content%20Taxonomies/Content%20Taxonomy%202.2.tsv) and [3.0](https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Content%20Taxonomies/Content%20Taxonomy%203.0.tsv) specifications, the category IDs should be sent as strings.
    
    * Dailymotion bid adapter: Clarify the video metadata to provide in each player context
    
    * Dailymotion bid adapter: Move API key to bid params
    
    * Dailymotion bid adapter: Verify API key is string
    
    Co-authored-by: Rumesh <[email protected]>
    
    * Dailymotion bid adapter: Move API key to bid params (fix tests)
    
    * Dailymotion Bid Adaptor: add gpp support and get coppa from request
    
    * Dailymotion Bid Adaptor: fix lint error
    
    * Dailymotion Bid Adaptor: add iabcat1 and fallback to ortb2 for iabcat2
    
    * Dailymotion Bid Adaptor: get iabcats from ortb2.site.content.data
    
    * Dailymotion Bid Adaptor: get content data from ortb2.site.content
    
    * Dailymotion Bid Adaptor: add support for iabcat1 in videoParams and document mapping of ortb2 fpd to video metadata
    
    * Dailymotion Bid Adaptor: add support for Object: App
    
    * Dailymotion Bid Adaptor: only support video adunits in context instream
    
    * Dailymotion bid adapter: Add standard ORTB video parameters
    
    Note: I changed the case of `startdelay` to be consistent with the other parameters, but it won't have any impact on current deployments as this parameter is not used onsite.
    
    * Dailymotion Bid Adaptor: add support for livestream and app
    
    * Dailymotion Bid Adaptor: drop support for non standard fields in mediaTypes.video
    
    * Dailymotion Bid Adaptor: update docs examples
    
    ---------
    
    Co-authored-by: Kevin Siow <[email protected]>
    Co-authored-by: Aditi Chaudhary <[email protected]>
    Co-authored-by: Kevin Siow <[email protected]>
    Co-authored-by: Rumesh <[email protected]>
    5 people committed May 7, 2024
    Configuration menu
    Copy the full SHA
    14d2a0e View commit details
    Browse the repository at this point in the history
  2. enhance fledge (#11455)

    ikagotso committed May 7, 2024
    Configuration menu
    Copy the full SHA
    685d72c View commit details
    Browse the repository at this point in the history
  3. Mabidder Bid Adapter : use ortbConverter facility to pass ortb2 (#11447)

    * Add lmpIdSystem userId submodule
    
    * Use ortbConverter facility in mabidder
    
    ---------
    
    Co-authored-by: Antoine Niek <[email protected]>
    ecdrsvc and zapo committed May 7, 2024
    Configuration menu
    Copy the full SHA
    80f627d View commit details
    Browse the repository at this point in the history
  4. Update sharethroughBidAdapter.js (#11451)

    * Update the logic to determine how `gpid` is applied to a bid request.
    jefftmahoney committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8ebc22d View commit details
    Browse the repository at this point in the history
  5. remove format guard (#11452)

    0tarof committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ff458c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10830ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a4ada8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb5ae98 View commit details
    Browse the repository at this point in the history
  9. faster-deep-clone (#11418)

    bbaresic committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0b574b3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. LiveIntent User ID Module: Stabilize Tests (#11463)

    * Filter for relevant events in tests
    
    * Fix expectation
    3link committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3870124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5438945 View commit details
    Browse the repository at this point in the history
  3. EXADS Bid Adapter : update bidder code before adapter is published (#…

    …11464)
    
    * First commit
    
    * fix: readme.md
    
    * fix: changed exads urls
    
    * fix: Tools and suggestions related to the doc
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: error from code review - native example
    
    * fox: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: native img set as mandatory
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: from code review
    
    * fix: bidfloor and bidfloorcur set as optional
    
    * fix: dsa
    
    * fix: mananing multiple responses
    
    * fix: unit test after code review
    
    * fix: fixing native snippet code
    
    * fix: from code review
    
    * fix: video events after code review
    
    * fix: video module into documentation
    
    * fix: impression tracker for native
    
    * fix: afeter code review
    
    * fix: unit tests
    
    * fix: added badv and bcat
    
    * fix: video -> mimes and protocols
    
    * fix
    
    * fix: removed image_output and video_output params, forcing always html for rtb banner
    
    * fix: gulp
    
    * fix: added site.name
    
    * fix: removed EXADS dir
    
    * fix: after linting
    
    * fix: unit tests
    
    * fix: final dsa solution
    
    * fix: dsa
    
    * fix: fix instream example
    
    * fix: doc media type context
    
    * fix: documented the endpoint param into native section
    
    * fix: related to markdown lint validation (#2)
    
    * fix: from CR (#3)
    
    * fix: changed bidder code to exads
    
    * fix: userAgent
    
    ---------
    
    Co-authored-by: tfoliveira <[email protected]>
    giuseppe-exads and tfoliveira committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8c5c9d5 View commit details
    Browse the repository at this point in the history
  4. Rubicon Bid Adapter: Provide backwards compatibility for transparency…

    … object (#11426)
    
    * Provide backwards compatibility for transparency object
    
    When the property `transparency.params` gets passed in the `ortb2` object, the Rubicon adapter throws an error. 
    
    This change will provide backwards compatibility for the `params` property by adding it to the `dsaparams` property.
    
    If `params` or `dsaparams` does not exist, the value will be turned into an empty string. The same is done for the `domain` property. This ensures that the Bid Adapter will not error if these properties do not exist.
    
    * Refactor RubiconBidAdapter to fix transparency object compatibility
    
    * Fix transparency object compatibility in RubiconBidAdapter
    
    * Fix transparency object compatibility in RubiconBidAdapter
    
    * Refactor dsatransparency check
    
    ---------
    
    Co-authored-by: Harry King-Riches <[email protected]>
    harrykingriches and harrykingriches committed May 8, 2024
    Configuration menu
    Copy the full SHA
    85fd44e View commit details
    Browse the repository at this point in the history
  5. Playdigo: new adapter (#11378)

    * init adapter
    
    * add gpp support
    
    * upd
    Yanivplaydigo committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b76cddd View commit details
    Browse the repository at this point in the history
  6. Twist Digital Bid Adapter: initial release (#11370)

    * Added twist digital bid adapter.
    
    * Add maintainer email to twistDigitalBidAdapter
    
    * Update default subdomain in twistDigitalBidAdapter.
    
    * remove unneeded dealId.
    saar120 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3c81410 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3c4ebab View commit details
    Browse the repository at this point in the history
  2. chore: code cleanup [PB-2828] (#11468)

    Co-authored-by: Love Sharma <[email protected]>
    lksharma and Love Sharma committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c902d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5e9de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef42add View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. 9789 tmax/timeout set to value from bidderRequest (#11469)

    Co-authored-by: mkomorski <[email protected]>
    Co-authored-by: Demetrio Girardi <[email protected]>
    3 people committed May 10, 2024
    Configuration menu
    Copy the full SHA
    37ab555 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Various Adapters: Delete s2s transform bid params for adapters with n…

    …o server equivalent (#11402)
    
    * Brightcom adapter: remove adapters (#10925)
    
    * Update adagioBidAdapter.js
    
    * Update adrelevantisBidAdapter.js
    
    * Update big-richmediaBidAdapter.js
    
    * Update craftBidAdapter.js
    
    * Update goldbachBidAdapter.js
    
    * Update winrBidAdapter.js
    
    * Update vibrantmediaBidAdapter.js
    
    * Update winrBidAdapter.js
    
    * Update goldbachBidAdapter.js
    
    * Update craftBidAdapter.js
    
    * Update adrelevantisBidAdapter.js
    
    * Revert "Brightcom adapter: remove adapters (#10925)" (#11404)
    
    This reverts commit 878f737.
    
    * Update goldbachBidAdapter.js
    
    * Update goldbachBidAdapter.js
    
    * Update adagioBidAdapter_spec.js
    
    * Update big-richmediaBidAdapter_spec.js
    
    * Update vibrantmediaBidAdapter_spec.js
    
    * Update vibrantmediaBidAdapter_spec.js
    
    ---------
    
    Co-authored-by: Alexandru <[email protected]>
    patmmccann and prBigBrother committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b6159c0 View commit details
    Browse the repository at this point in the history
  2. KRAK-4688: Adds support for PAAPI module (#34) (#11480)

    * adds support for paapi module
    
    * slight revision
    nickllerandi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3a5f386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1604431 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Remove Email (#11484)

    ChrisHuie committed May 14, 2024
    Configuration menu
    Copy the full SHA
    48c884c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb66fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0612325 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Vidazoo Bid Adapter : rector gpid value assignment (#11491)

    * Refactor gpid value assignment in vidazooBidAdapter.
    
    * Refactor gpid value assignment in vidazooBidAdapter.
    saar120 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f47540b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a507b7 View commit details
    Browse the repository at this point in the history
  3. Seedtag Bid Adapter : allows sending bcat and badv ortb2 params in re…

    …quest payload (#11490)
    
    * sends bcat and badv ortb2 params in request payload
    
    * adds tests for bcat and badv
    sangarbe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85cee26 View commit details
    Browse the repository at this point in the history
  4. Invibes Bid Adapter : reading page referer and cookie handlid (#11477)

    * InvibesBidAdapter - added cookie and referer read
    
    * InvibesBidAdapter - unit tests
    
    * InvibesBidAdapter - tab fix
    
    * InvibesBidAdapter - null checks
    
    * InvibesBidAdapter - fix { after if
    rcheptanariu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5426945 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Brid Bid Adapter: switching to plcmt (#11502)

    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo Bid Adapter: Add GDPR/USP support
    
    * TargetVideo Bid Adapter: Add GDPR/USP support tests
    
    * TargetVideo Bid Adapter: Updating margin rule
    
    * Add Brid bid adapter
    
    * Brid adapter requested changes
    
    * BridBidAdapter: switching to plcmt
    grajzer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dd398f1 View commit details
    Browse the repository at this point in the history
  2. Tappx Bid Adapter : change to plcmt (#11504)

    * Tappx Refactor: Optimizing and adding more checkers and tests
    
    * Fix: fixed site referrer for iframes using external sites error #13231
    
    * Adapt new placement params
    
    ---------
    
    Co-authored-by: Jordi Arnau <[email protected]>
    Co-authored-by: Felipe N <[email protected]>
    3 people committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c55a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c4760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b71b555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    501e596 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    2b50b76 View commit details
    Browse the repository at this point in the history
  2. 51Degrees RTD submodule: initial commit (#11414)

    * 51Degrees RTD provider
    
    * Amended comments and documentation to improve references for obtaining additional information and resources.
    Added an exception if the resourceKey parameter is not updated from the example.
    Added a customer notices section to the readme.
    Used User Agent Client Hint (UA-CH) consistently in the documentation.
    
    * Modified the maintainer email address.
    
    * Change outdated URL
    
    * Adjust code to work on legacy browsers
    
    * Refactor a test of the `inject` method
    
    * Replace URL in a test method
    
    * 51Degrees RTD provider: remove redundant parameter from the example
    
    * 51Degrees RTD provider: update gpt.js URL in the example file
    
    * 51Degrees RTD provider: add schema to the `is51DegreesMetaPresent` method's URL
    
    * 51Degrees RTD provider: refactor `51Degrees` script injection method
    
    * 51Degrees RTD provider: show enriched device data in the example page
    
    * 51Degrees RTD provider: provide additional explanation for checking meta tags
    
    * 51Degrees RTD provider: update string for meta tag check
    
    * 51Degrees RTD provider: improve tests, reach 100% tests coverage
    
    * 51d example: debug warning and guidance
    
    as per review comment:
    - added a comment warning that debug flag should not be used in production
    - improved example page a bit with the testing/debugging guidance
    
    * 51d doc: add GetHighEntropyValues vs. Delegate-CH
    
    addressing review comment: #11414 (review) with a discussion on why Delegate-CH is more prefereable than GetHighEntropyValues API
    
    * 51d: fix minor doc omissions
    
    ---------
    
    Co-authored-by: Bohdan V <[email protected]>
    Co-authored-by: Eugene Dorfman <[email protected]>
    3 people committed May 18, 2024
    Configuration menu
    Copy the full SHA
    059aa64 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Create sharethroughAnalyticsAdapter.md (#11513)

    * Adding documentation for Sharethrough's analytics adapter.
    jefftmahoney committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2002798 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Improve Digital Bid Adapter : remove parsing of addtlConsent (#11514)

    * Remove parsing of addtlConsent
    
    * Fix test
    jbartek25 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f2282e4 View commit details
    Browse the repository at this point in the history
  2. Adding new GVL ID for Adzymic adapter (#11517)

    Adzmyic is an aliased adapter from Appnexus. This update modifies the GVL ID to a new value, 723, obtained by Adzymic.
    kampungkat committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ecdde0f View commit details
    Browse the repository at this point in the history
  3. Yieldmo Bid Adapter: adding Prebid 9 compatibility (#11507)

    * Removing placement validation
    
    * Adding render back
    
    * add validation
    
    * remove validation for plcmt
    
    * Update unit tests
    desidiver committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1faf5e9 View commit details
    Browse the repository at this point in the history
  4. Driftpixel Bid Adapter : initial release (#11454)

    * add driftpixel Adapter
    
    * fix warnings
    
    * fix find requestId in interpretResponse
    
    * fix format of the bidderRequest
    
    ---------
    
    Co-authored-by: Chucky-choo <[email protected]>
    driftpixelai and Chucky-choo committed May 20, 2024
    Configuration menu
    Copy the full SHA
    581a0ba View commit details
    Browse the repository at this point in the history