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

UOE-6319: OpenWrap S2S: Prebid Server Version Update to 0.157.0 #146

Merged
merged 408 commits into from
May 14, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 7, 2020

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

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    e67dfa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549cc79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f8933 View commit details
    Browse the repository at this point in the history
  4. Video endpoint bid selection enhancements (prebid#1419)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    48c865c View commit details
    Browse the repository at this point in the history
  5. [WIP] Bid deduplication enhancement (prebid#1430)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    cce4967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346617b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4ac6b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    5a7d365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e065488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e9d833 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    21b41ff View commit details
    Browse the repository at this point in the history
  2. Validate External Cache Host (prebid#1422)

    * first draft
    
    * Little tweaks
    
    * Scott's review part 1
    
    * Scott's review corrections part 2
    
    * Scotts refactor
    
    * correction in config_test.go
    
    * Correction and refactor
    
    * Multiple return statements
    
    * Test case refactor
    
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-12-170.nym2.appnexus.com>
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-12-23.nym2.appnexus.com>
    Co-authored-by: Gus Carreon <gcarreongutierrez@Guss-MacBook-Pro.local>
    4 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f4b0a7c View commit details
    Browse the repository at this point in the history
  3. Fixes bug (prebid#1448)

    * Fixes bug
    
    * shortens list
    hhhjort authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    80d557e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Added adpod_id to request extension (prebid#1444)

    * Added adpod_id to request -> ext -> appnexus and modified requests splitting based on pod
    
    * Unit test fix
    
    * Unit test fix
    
    * Minor unit test fixes
    
    * Code refactoring
    
    * Minor code and unit tests refactoring
    
    * Unit tests refactoring
    
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d663380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ef858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbd008 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    055ab80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96b980 View commit details
    Browse the repository at this point in the history
  3. Fix bid dedup (prebid#1456)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ceaf883 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. consumable: Correct width and height reported in response. (prebid#1459)

    Prebid Server now responds with the width and height specified in
    the Bid Response from Consumable. Previously it would reuse the width
    and height specified in the Bid Request. That older behaviour was
    ported from an older version of the prebid.js adapter but is no longer
    valid.
    djcsdy authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1c9b521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f87497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292df1f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Update gamma adapter (prebid#1447)

    * Gamma SSP Adapter
    
    * Add Gamma SSP server adapter
    
    * increase coverage
    
    * Fix conflict with base master
    
    * Add check MediaType for Imp
    
    * Implement  Multi Imps request
    
    * Changes requested
    
    * remove bad-request
    
    * increase coverage
    
    * Remove duplicate test file
    
    * Update gamma.go
    
    * Update gamma.go
    
    * Update gamma.go
    
    * Update config.go
    
    Remove Gamma User Sync Url from config
    
    * Gamma SSP Adapter
    
    * Add Gamma SSP server adapter
    
    * increase coverage
    
    * Fix conflict with base master
    
    * Add check MediaType for Imp
    
    * Implement  Multi Imps request
    
    * Changes requested
    
    * remove bad-request
    
    * increase coverage
    
    * Remove duplicate test file
    
    * Update gamma.go
    
    * Update gamma.go
    
    * update gamma adapter
    
    * return nil when have No-Bid Signaling
    
    * add missing-adm.json
    
    * discard the bid that's missing adm
    
    * discard the bid that's missing adm
    
    * escape vast instead of encoded it
    
    * expand test coverage
    
    Co-authored-by: Easy Life <ezlife.ga@gmail.com>
    gammassp and ezlifega authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5d13c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdf997 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Smaato adapter: support for video mediaType (prebid#1463)

    Co-authored-by: vikram <vikram.chandel@smaato.com>
    sbrosinski and vikram authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d8dc27f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Rubicon liveramp param (prebid#1466)

    Add liveramp mapping to user.ext
    
    should translate the "liveramp.com" id from the "user.ext.eids" array to "user.ext.liveramp_idl" as follows:
    
    ```
    {
      "user": {
        "ext": {
          "eids": [{
            "source": 'liveramp.com',
            "uids": [{
              "id": "T7JiRRvsRAmh88"
            }]
          }]
        }
      }
    }
    ```
    
     to XAPI:
    ```
    {
      "user": {
        "ext": {
          "liveramp_idl": "T7JiRRvsRAmh88"
        }
      }
    }
    ```
    DGarbar authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    412e0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754de04 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

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

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    44310b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75df46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480d2a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

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

Commits on Sep 10, 2020

  1. Cache refactor (prebid#1431)

    Reason: Cache has Fetcher-like functionality to handle both requests and
    imps at a time. Internally, it still uses two caches configured and searched
    separately, causing some code repetition. Reusing this code to cache
    other objects like accounts is not easy.
    
    Keeping the req/imp repetition in fetcher and out of cache allows for a
    reusable simpler cache, preserving existing fetcher functionality.
    
    Changes in this set:
    
    Cache is now a simple generic id->RawMessage store
    fetcherWithCache handles the separate req and imp caches
    ComposedCache handles single caches - but it does not appear to be used
    Removed cache overlap tests since they do not apply now
    Slightly less code
    laurb9 authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    22c454c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e6765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa23f5c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    e7d0bab View commit details
    Browse the repository at this point in the history
  2. New colossus adapter [Clean branch] (prebid#1495)

    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Bill Newman and Aiholkin authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d3ba8a9 View commit details
    Browse the repository at this point in the history
  3. New: InMobi Prebid Server Adapter (prebid#1489)

    * Adding InMobi adapter
    
    * code review feedback, also explicitly working with Imp[0], as we don't support multiple impressions
    
    * less tolerant bidder params due to sneaky 1.13 -> 1.14+ change
    cormorinth authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7b59a4b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

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

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    f6624b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472c7a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97be47d View commit details
    Browse the repository at this point in the history
  4. Implement returnCreative (prebid#1493)

    * Working solution
    
    * clean-up
    
    * Test copy/paste error
    
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-12-23.nym2.appnexus.com>
    Co-authored-by: Gus Carreon <gcarreongutierrez@Guss-MacBook-Pro.local>
    3 people authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5507707 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    811bb89 View commit details
    Browse the repository at this point in the history
  2. between adapter (prebid#1437)

    Co-authored-by: Alexey Elymanov <elymanov@betweenx.com>
    digitalist and Alexey Elymanov authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1e92554 View commit details
    Browse the repository at this point in the history
  3. Invibes adapter (prebid#1469)

    Co-authored-by: aurel.vasile <vaurels@yahoo.com>
    invibes and aurelvasileav authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    cfb0598 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Refactor postgres event producer so it will run either the full or de… (

    prebid#1485)
    
    * Refactor postgres event producer so it will run either the full or delta query periodically
    
    * Minor cleanup, follow golang conventions, declare const slice, add test cases
    
    * Remove comments
    bsardo authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e496c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120f735 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. ucfunnel adapter update end point (prebid#1511)

    ucfunnel authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    99d3cef View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    9e35189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d73084 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    b46d49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d03b85 View commit details
    Browse the repository at this point in the history
  3. Smarty ads adapter (prebid#1500)

    Co-authored-by: Kushneryk Pavlo <pavel.k@smartyads.com>
    Co-authored-by: user <support@smartyads.com>
    3 people authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1e9ecd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    853ed6f View commit details
    Browse the repository at this point in the history
  2. First commit (prebid#1510)

    Co-authored-by: Gus Carreon <gcarreongutierrez@appnexus.com>
    guscarreon and guscarreon authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    7e6c469 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    7feefad View commit details
    Browse the repository at this point in the history
  2. Rework pubstack module tests to remove race conditions (prebid#1522)

    * Rework pubstack module tests to remove race conditions
    
    * PR feedback
    
    * Remove event count and add helper methods to assert events received on channel
    bsardo authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c27ec73 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Updating smartadserver endpoint configuration. (prebid#1531)

    Co-authored-by: tadam <tadam@smartadserver.com>
    tadam75 and tadam authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2216ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b53800 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    779bb5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ddfa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    0a34a01 View commit details
    Browse the repository at this point in the history
  2. Simplifying exchange module: bidResponseExt gets built anyway (prebid…

    …#1518)
    
    * first draft
    
    * Scott's feedback
    
    * stepping out real quick
    
    * add cache errors to bidResponseExt before marshalling
    
    * Removed vim's swp file
    
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-12-23.nym2.appnexus.com>
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-10-44.nym2.appnexus.com>
    Co-authored-by: Gus Carreon <gcarreongutierrez@Guss-MacBook-Pro.local>
    4 people authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    27ec65d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83903f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

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

Commits on Oct 20, 2020

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

Commits on Oct 21, 2020

  1. Emxd 3336 add app video ctv (prebid#1529)

    * Adapter changes for app and video support
    
    * adding ctv devicetype test case
    
    * Adding whitespace
    
    * Updates based on feedback from Prebid team
    
    * protocol bug fix and testing
    
    * Modifying test cases to accomodate new imp.ext field
    
    * bidtype bug fix and additonal testcase for storeUrl
    
    Co-authored-by: Rakesh Balakrishnan <Rakesh.Balakrishnan@emxdigital.com>
    Co-authored-by: Dan Bogdan <daniel.bogdan@emxdigital.com>
    3 people authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    21a9076 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    b0f8d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445c207 View commit details
    Browse the repository at this point in the history
  3. Acuity ads adapter (prebid#1537)

    Co-authored-by: Kushneryk Pavlo <pavel.k@smartyads.com>
    AcuityAdsIntegrations and Kushneryk Pavlo authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    3f31429 View commit details
    Browse the repository at this point in the history
  4. Yieldmo app support in yaml file (prebid#1542)

    Co-authored-by: Winston <wiston@yieldmo.com>
    ym-winston and Winston authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6a997b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b50f96 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. [Invibes] remove user sync for invibes (prebid#1550)

    * [invibes] new bidder stub
    
    * [invibes] make request
    
    * [invibes] bid request parameters
    
    * [invibes] fix errors, add tests
    
    * [invibes] new version of MakeBids
    
    * cleaning code
    
    * [invibes] production urls, isamp flag
    
    * [invibes] fix parameters
    
    * [invibes] new test parameter
    
    * [invibes] change maintainer email
    
    * [invibes] PR fixes
    
    * [invibes] fix parameters test
    
    * [invibes] refactor endpoint template and bidVersion
    
    * [Invibes] fix tests
    
    * [invibes] resolve PR
    
    * [invibes] fix test
    
    * [invibes] fix test
    
    * [invibes] generic domainId parameter
    
    * [invibes] remove invibes cookie sync
    
    * [Invibes] comment missing Usersync
    
    Co-authored-by: aurel.vasile <vaurels@yahoo.com>
    invibes and aurelvasileav authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0742c81 View commit details
    Browse the repository at this point in the history
  2. Add Support For imp.ext.prebid For DealTiers (prebid#1539)

    * Add Support For imp.ext.prebid For DealTiers
    
    * Remove Normalization
    SyntaxNode authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5a718e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    f141c49 View commit details
    Browse the repository at this point in the history
  2. NoBid version 1.0. Initial commit. (prebid#1547)

    Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
    redaguermas and Reda Guermas authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    75f71f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Added dealTierSatisfied parameters in exchange.pbsOrtbBid and openrtb…

    …_ext.ExtBidPrebid and dealPriority in openrtb_ext.ExtBidPrebid (prebid#1558)
    
    Co-authored-by: Shriprasad <shriprasad.marathe@pubmatic.com>
    ShriprasadM and pm-shriprasad-marathe authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d821b3b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    d044a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeeeba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db8fe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

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

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    6d37afc View commit details
    Browse the repository at this point in the history
  2. SilverMob adapter (prebid#1561)

    * SilverMob adapter
    
    * Fixes andchanges according to notes in PR
    
    * Remaining fixes:
    multibids, expectedMakeRequestsErrors
    
    * removed log
    
    * removed log
    
    * Multi-bid test
    
    * Removed unnesesary block
    
    Co-authored-by: Anton Nikityuk <antony.sq@gmail.com>
    silvermob and freemmy authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c481f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a3f2a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaecdfa View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    7060022 View commit details
    Browse the repository at this point in the history
  2. Add account/ host GDPR enabled flags & account per request type GDPR …

    …enabled flags (prebid#1564)
    
    * Add account level request type specific and general GDPR enabled flags
    
    * Clean up test TestAccountLevelGDPREnabled
    
    * Add host-level GDPR enabled flag
    
    * Move account GDPR enable check as receiver method on accountGDPR
    
    * Remove mapstructure annotations on account structs
    
    * Minor test updates
    
    * Re-add mapstructure annotations on account structs
    
    * Change RequestType to IntegrationType and struct annotation formatting
    
    * Update comment
    
    * Update account IntegrationType comments
    
    * Remove extra space in config/accounts.go via gofmt
    bsardo authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    12d96a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

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

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    acf889e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f5020 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Add account CCPA enabled and per-request-type enabled flags (prebid#1566

    )
    
    * Add account level request-type-specific and general CCPA enabled flags
    
    * Remove mapstructure annotations on CCPA account structs and clean up CCPA tests
    
    * Adjust account/host CCPA enabled flag logic to incorporate feedback on similar GDPR feature
    
    * Add shared privacy policy account integration data structure
    
    * Refactor EnabledForIntegrationType methods on account privacy objects
    
    * Minor test refactor
    
    * Simplify logic in EnabledForIntegrationType methods
    bsardo authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1c31e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab26a90 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Fix bug in request.imp.ext Validation (prebid#1575)

    * First draft
    
    * Brian's reivew
    
    * Removed leftover comments
    
    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-10-44.nym2.appnexus.com>
    guscarreon and Gus Carreon authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    47efd7c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Nov 25, 2020

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

Commits on Nov 30, 2020

  1. Added app capabilities to VerizonMedia adapter (prebid#1596)

    Co-authored-by: oath-jac <dsp-supply-prebid@verizonmedia.com>
    oath-jac and oath-jac authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    32a96f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    36c497f View commit details
    Browse the repository at this point in the history
  2. Fix adapter JSON tests to have the right test structure (prebid#1589)

    * Fix JSON EMX Digital
    
    * Fix JSON Brightroll
    
    * Fix JSON Beintoo
    
    * Fix JSON Gamoshi
    
    * Fix JSON Kubient
    
    * Fix JSON Marsmedia
    
    * Fix JSON Nanointeractive
    
    * Fix JSON Telaria
    
    * Fix JSON valueimpression
    
    * Fix JSON smartyads
    
    * Fix JSON rhythmone
    
    * Fix JSON krushmedia
    
    * Fix JSON cpmstar
    
    * Fix JSON acuityads
    
    * Fix JSON avocet
    
    * Rename wrongly named acuity ads test file
    
    * Fix JSON gamma
    
    * Add expected no bid responses
    
    * Fixed indentation and asesome-markup
    mansinahar authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a195f5c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Added usersync support to Between SSP adapter; Major fixes and refact…

    …or (prebid#1587)
    
    Co-authored-by: Egor Skorokhodov <skorokhodov@betweenx.com>
    egsk and Egor Skorokhodov authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bd4e292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840c15d View commit details
    Browse the repository at this point in the history
  3. Deepintent adapter (prebid#1524)

    Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local>
    sourabhg and Sourabh Gandhe authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0f76d20 View commit details
    Browse the repository at this point in the history
  4. update mobilefuse endpoint (prebid#1606)

    Co-authored-by: Dan Barnett <danb@mobilefuse.com>
    dtbarne and Dan Barnett authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    c021bf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Dec 8, 2020

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

Commits on Dec 9, 2020

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

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    03b41ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354d23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    991b06c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be93ee0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    5032eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6f261 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    0ba7f73 View commit details
    Browse the repository at this point in the history
  2. Deepintent: Params normalization (prebid#1617)

    Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local>
    sourabhg and Sourabh Gandhe authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    0986f76 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    8fdefd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518e27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aeecb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. changed usersync endpoint (prebid#1631)

    Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local>
    sourabhg and Sourabh Gandhe authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    2d4a03a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    277762b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef967ef View commit details
    Browse the repository at this point in the history
  3. ucfunnel adapter update end point (prebid#1639)

    ucfunnel authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1dda07d View commit details
    Browse the repository at this point in the history
  4. New Adapter: Mobfox (prebid#1585)

    Co-authored-by: mobfox <artem.iholkin@smartyads.com>
    mobfxoHB and mobfox authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0284a70 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. IX: Implement Bidder interface, update endpoint. (prebid#1569)

    Co-authored-by: Index Exchange Prebid Team <prebid.support@indexexchange.com>
    ix-prebid-support and Index Exchange Prebid Team authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a709baa View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Fix GDPR consent assumption when gdpr req signal is unambiguous and s… (

    prebid#1591)
    
    * Fix GDPR consent assumption when gdpr req signal is unambiguous and set to 1 and consent string is blank
    
    * Refactor TestAllowPersonalInfo to make it table-based and add empty consent string cases
    
    * Update PersonalInfoAllowed to allow PI if the request indicates GDPR does not apply
    
    * Update test descriptions
    
    * Update default vendor permissions to only allow PI based on UserSyncIfAmbiguous if request GDPR signal is ambiguous
    
    * Change GDPR request signal type name and other PR feedback code style changes
    
    * Rename GDPR package signal constants and consolidate gdprEnforced and gdprEnabled variables
    
    * Hoist GDPR signal/empty consent checks before vendor list check
    
    * Rename gdpr to gdprSignal in Permissions interface and implementations
    
    * Fix merge mistakes
    
    * Update gdpr logic to set the gdpr signal when ambiguous according to the config flag
    
    * Add userSyncIfAmbiguous to all test cases in TestAllowPersonalInfo
    
    * Simplify TestAllowPersonalInfo
    bsardo authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    601a746 View commit details
    Browse the repository at this point in the history
  2. Fix appnexus adapter not setting currency in the bid response (prebid…

    …#1642)
    
    Co-authored-by: Gus <guscarreon@gmail.com>
    SyntaxNode and guscarreon authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2d76926 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Add Adot adapter (prebid#1605)

    Co-authored-by: Aurélien Giudici <aureliengiudici@aureliens-macbook-pro-1.home>
    Giudici-a and Aurélien Giudici authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    be4aa73 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Refactor AMP Param Parsing (prebid#1627)

    * Refactor AMP Param Parsing
    
    * Added Tests
    SyntaxNode authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f3fbc8c View commit details
    Browse the repository at this point in the history
  2. Enforce GDPR privacy if there's an error parsing consent (prebid#1593)

    * Enforce GDPR privacy if there's an error parsing consent
    
    * Update test with consent string variables to improve readability
    
    * Fix test typo
    
    * Update test variable names to follow go conventions
    bsardo authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b111b6d View commit details
    Browse the repository at this point in the history
  3. MediaFuse adapter (prebid#1635)

    * MediaFuse alias
    
    * Syncer and tests
    
    * gvlid
    
    * gvlid
    
    * new mail
    GeneGenie authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2336b64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b64e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b7323c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Implement EID Permissions (prebid#1633)

    * Implement EID Permissions
    SyntaxNode authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9c2e630 View commit details
    Browse the repository at this point in the history
  2. Idsync removal (prebid#1644)

    Co-authored-by: steve-a-districtm <steve@districtm.net>
    Co-authored-by: Steve Alliance <stevealliance@DMMBP-C02WXCFAJG5H.local>
    3 people authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    fca9f3a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    6e32168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994d0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5f0b03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b49a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c9289 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Jan 26, 2021

  1. Eplanning: new prioritization metric for adunit sizes (prebid#1648)

    * Eplanning: new prioritization metric for adunit sizes
    chino117 authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d61f2d5 View commit details
    Browse the repository at this point in the history
  2. removing IX's usersync default URL (prebid#1670)

    Co-authored-by: Index Exchange Prebid Team <prebid.support@indexexchange.com>
    ix-prebid-support and Index Exchange Prebid Team authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c3e305f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    54f22b2 View commit details
    Browse the repository at this point in the history
  2. requestheaders: new parameter inside debug.httpcalls.<BIDDER> to log …

    …request header details (prebid#1659)
    
    * Added support for logging requestheaders inside httpCalls.requestheaders
    
    * Reverterd test case change
    
    * Modified outgoing mock request for appnexus, to send some request header information.
    Modified sample mock response such that ext.debug.httpcalls.appnexus.requestheaders will return the information of passed request headers
    
    * Addressed code review comments given by SyntaxNode.
    Also Moved RequestHeaders next to RequestBidy in openrtb_ext.ExtHttpCall
    
    Co-authored-by: Shriprasad <shriprasad.marathe@pubmatic.com>
    ShriprasadM and pm-shriprasad-marathe authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3793d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c276b58 View commit details
    Browse the repository at this point in the history
  4. Debug disable feature implementation: (prebid#1677)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    01645db View commit details
    Browse the repository at this point in the history
  5. Always use fallback GVL for TCF1 (prebid#1657)

    * Update TCF2 GVL subdomain and always use fallback GVL for TCF1
    
    * Add config test coverage for invalid TCF1 FetchGVL and AMP Exception
    
    * Delete obselete test
    bsardo authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    ef06fac View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Adform adapter: digitrust cleanup (prebid#1690)

    * adform secure endpoint as default setting
    
    * digitrust cleanup
    braizhas authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    27d1b8f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. New Adapter: DecenterAds (prebid#1669)

    Co-authored-by: vlad <vlaktionov@decenterads.com>
    vlaktion and vlad authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3b93511 View commit details
    Browse the repository at this point in the history
  2. Handle empty consent string during cookie sync and setuid (prebid#1671)

    * Handle empty consent string during cookie sync and setuid
    
    * Remove todo comment
    
    * Make auction test table driven and convert GDPR impl normalize method to pass by value
    
    * Moved legacy auction endpoint signal parsing into its own method and removed unnecessary test cases
    
    * Fix SignalParse method to return nil for error when raw signal is empty and other PR feedback
    bsardo authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3b9f61a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Tappx User Syncer + Site Update (prebid#1674)

    Co-authored-by: ubuntu <ahernandez@tappx.com>
    Co-authored-by: Albert Grandes <agrandes@tappx.com>
    3 people authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    67b9c25 View commit details
    Browse the repository at this point in the history
  2. Beachfront Additional tests (prebid#1679)

    * added place holder files for all but a couple of the intended new tests. I need to grok what those couple mean before being able to name a file.
    
    * This covers most of the suggested cases and a couple more that occured to me. I'll look at the couple that I held off on next.
    
    * added the unmarshal tests and found a couple problems to address in the process.
    
    * removed my __debug_bin. should be in gitignore.
    
    * A bit of clean up and commenting. Bumped version number. Added __debug_bin to .gitignore. This is the debugging binary created by Visual Studio Code, or at least version 1.52.1.
    
    * missed a bunch of version strings
    
    * removed IP faker
    
    * If IP is not included in an AdM request, an error is now thrown for the AdM imp instead of faking it. The AdM endpoint is the only one that requires an IP. Also, added several "no-ip" test cases.
    
    * Whent back to the fake IP solution instead of the error. Removed most of the "no-ip" test cases, leaving one.
    
    * changed ip in adm-video.json to not match the faker ip
    
    * removed a debugging comment
    muncha authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    56dfc60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e93a781 View commit details
    Browse the repository at this point in the history
  4. Pubmatic: Trimming publisher ID before passing (prebid#1685)

    * Trimming publisher ID before passing
    sachin-pubmatic authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7ada266 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    bd61dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ab0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda3f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87c43d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e75df55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af466fd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Isolate /info/bidders Data Model + Add Uses HTTPS Flag (prebid#1692)

    * Initial Commit
    
    * Merge Conflict Fixes
    
    * Removed Unncessary JSON Attributes
    
    * Removed Dev Notes
    
    * Add Missing validateDefaultAliases Test
    
    * Improved Reversed Test
    
    * Remove Var Scope Confusion
    
    * Proper Tests For Bidder Param Validator
    
    * Removed Unused Test Setup
    SyntaxNode authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    60622de View commit details
    Browse the repository at this point in the history
  2. New Adapter: Epom (prebid#1680)

    Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
    epomrnd and VasylZarva authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    30b5b9a View commit details
    Browse the repository at this point in the history
  3. New Adapter: Pangle (prebid#1697)

    Co-authored-by: hcai <caihengsheng@bytedance.com>
    chshpra and hcai authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ad943a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fd24ef View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. GumGum: adds pubId and irisid properties/parameters (prebid#1664)

    * adds pubId and irisid properties
    
    * updates per naming convention & makes a video copy
    
    * updates when to copy banner, adds Publisher fallback and multiformat request
    
    * adds more json tests
    
    * rename the json file to remove whitespaces
    susyt authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    bc808a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    b74d7c0 View commit details
    Browse the repository at this point in the history
  2. New Adapter: jixie (prebid#1698)

    * initial commit
    
    * added notes file for temp use
    
    * jixie adapter development work
    
    * jixie adaptor development work: mainly the test json files but also the jixie usersync code
    
    * added a test case with accountid. and cosmetic line changes in the banner*json test file
    
    * updated the jixie user sync: the endpoint and some params stuf
    
    * tks and fixing per comments on pull request 1698
    
    * responding to guscarreon's comments:
    -more checking in makerequest of the bidder params (added 2 more test jsons)
    -removed blank lines, lines commented out
    -test_params: a case with unit alone
    -BadInput error
    
    * responding to review. put condition on jixie unit string in the bidder-params/jixie.json file.
    removed checking in jixie.go that has become unnecssary. removed unnec test cases.
    updated params-test
    
    * added one failed params test
    
    * removed a function that I no longer call!
    
    * renamed JixieAdapter to adapter
    
    * removed bidfloor from jixie explicit ext params
    jxdeveloper1 authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    fc4bb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0c1ac5 View commit details
    Browse the repository at this point in the history
  4. Mobfox: Add rout to adexcange (prebid#1702)

    Co-authored-by: mobfox <artem.iholkin@smartyads.com>
    mobfxoHB and mobfox authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f3893c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

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

Commits on Mar 4, 2021

  1. New Adapter: UNICORN (prebid#1719)

    * add bidder-info, bidder-params for UNICORN
    
    * Add adapter
    faithnh authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    ee2ec39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87277e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

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

Commits on Mar 7, 2021

  1. New Adapter: Adyoulike (prebid#1700)

    Co-authored-by: Damien Dumas <damien.dumas@adyoulike.com>
    guiann and Damien Dumas authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c15c66c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

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

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    49d84cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849a311 View commit details
    Browse the repository at this point in the history
  3. No Longer Move bid.ext To bid.ext.bidder (prebid#1742)

    * No Longer Move bid.ext To bid.ext.bidder
    
    * Remove Similar Behavior From seatbid.ext
    
    * Avoid Second Bid Copy
    
    * Removed Unused seatbid.ext
    SyntaxNode authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e53fd87 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    5b1a919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc87d1d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Fix race condition in 33across.go (prebid#1757)

    Co-authored-by: Gus Carreon <gcarreongutierrez@vpn-10-75-11-243.nym2.appnexus.com>
    guscarreon and Gus Carreon authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    bdf1e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7df258 View commit details
    Browse the repository at this point in the history
  3. Replace TravisCI With GitHub Actions (prebid#1754)

    * Initial Commit
    
    * Finished Configuration
    
    * Remove TravisCI
    
    * Remove TravisCI
    
    * Fix Go Version Badge
    
    * Correct Fix For Go Version Badge
    
    * Removed Custom Config File Name
    SyntaxNode authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    eb6c0e6 View commit details
    Browse the repository at this point in the history
  4. Debug warnings (prebid#1724)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a04d5e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Rubicon: Support sending segments to XAPI (prebid#1752)

    Co-authored-by: Serhii Nahornyi <snahornyi@rubiconproject.com>
    SerhiiNahornyi and Serhii Nahornyi authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c675c18 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    ca53bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8148e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07aabef View commit details
    Browse the repository at this point in the history
  4. Beachfront: Fix Shared Memory Overwriting (prebid#1762)

    * Fix race condition in Beachfront adapter
    
    * Removed nil check and simplified
    guscarreon authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2f1a0e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    080843b View commit details
    Browse the repository at this point in the history
  2. Smaato: Add support for app (prebid#1767)

    Co-authored-by: Bernhard Pickenbrock <bernhard.pickenbrock@smaato.com>
    el-chuck and el-chuck authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8760bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea52c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. 33across: Fix Shared Memory Overwriting (prebid#1764)

    This reverts commit f7df258.
    guscarreon authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b9d28e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Fix race condition in Yeahmobi adapter (prebid#1761)

    Co-authored-by: Gus Carreon <gcarreongutierrez@Guss-MacBook-Pro.local>
    guscarreon and Gus Carreon authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ef32c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfe9f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a3a8b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

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

Commits on Mar 30, 2021

  1. Tappx changes - Backward compatible change of version (prebid#1777)

    Co-authored-by: ubuntu <ahernandez@tappx.com>
    Co-authored-by: Albert Grandes <agrandes@tappx.com>
    3 people authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    690fe2d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. DMX: Enforcing w and h in imp (prebid#1778)

    Co-authored-by: steve-a-districtm <steve@districtm.net>
    stevealliance and steve-a-districtm authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    056b7cc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Remove Authorization Headers From Debug Response (prebid#1779)

    * Hide Authorization Headers In Debug Response
    
    * MakeExtHeaders Tests
    
    * Add Empty Test
    
    * Use http.Header Methods
    
    * Updates From Code Review
    
    * Fix Merge Conflict
    SyntaxNode authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    cbc3e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa5771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8193e30 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 7, 2021

  1. RTB House: update parameters (prebid#1785)

    * update parameters required by RTB House adapter
    
    * tabs to spaces
    
    Co-authored-by: Przemyslaw Iwanczak <przemyslaw.iwanczak@rtbhouse.com>
    piwanczak and piwanczak authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    245accf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    5708943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb4044 View commit details
    Browse the repository at this point in the history
  3. New Adapter: Zemanta (prebid#1774)

    * add zemanta adapter
    
    * update openrtb package for zemanta
    
    * fix loop iterator reference bug
    
    * fix getMediaTypeForImp to match server behavior
    rokostik authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    28de9fd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Zemanta: Rename Adapter To Outbrain (prebid#1797)

    Rok Sušnik authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    aad9798 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Update openrtb library to v15 (prebid#1802)

    Rok Sušnik authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    c0a85f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc84f02 View commit details
    Browse the repository at this point in the history
  3. Update IX defaults (prebid#1799)

    Co-authored-by: Mike Burns <mike.burns@indexexchange.com>
    mlb7687 and mlb7687 authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    22191e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdfbc32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bec86b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    398e1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    1628e1a View commit details
    Browse the repository at this point in the history
  2. Update kidoz properties to type string (prebid#1808)

    Remove definitions object from schema and define types and other parameters directly in properties objects to ensure compatibility with more downstream systems that use this schema.
    agilfix authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b3b6099 View commit details
    Browse the repository at this point in the history
  3. Update bidmachine properties to type string (prebid#1809)

    Remove definitions object from schema and define types and other parameters directly in properties objects to ensure compatibility with more downstream systems that use this schema.
    agilfix authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    51822e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

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

Commits on Apr 20, 2021

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

Commits on Apr 25, 2021

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

Commits on Apr 26, 2021

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

Commits on Apr 27, 2021

  1. Merged prebid-0.157.0

    sachin-pubmatic committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b29c645 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    28d9cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0afbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff555c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba43f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f62cd27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af9a43a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ed9d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1efc3bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2273d69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b202980 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bccd2fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a85a11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57db5c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1c7f1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdb4996 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21f070d View commit details
    Browse the repository at this point in the history
  17. Fixed diff with OW

    sachin-pubmatic committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    01597f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on Apr 30, 2021

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

Commits on May 14, 2021

  1. Merged master

    sachin-pubmatic committed May 14, 2021
    Configuration menu
    Copy the full SHA
    7174bb3 View commit details
    Browse the repository at this point in the history