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

Fix branch #5

Merged
merged 137 commits into from
Jun 2, 2020
Merged

Fix branch #5

merged 137 commits into from
Jun 2, 2020

Commits on Nov 21, 2019

  1. Update Dockerfile and Makefile (prebid#1099)

    * Add option for running tests as part of the docker image building
    
    * Update Makefile
    
    - Add ability to execute adapter specific tests
    - Execute targets for "all" rather than just printing the target name and usage
    - Remove use of non-existing "install" target from .PHONY targets
    - Remove "build" as a dependency for "image"
    mansinahar committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    5465617 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

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

Commits on Nov 27, 2019

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

Commits on Dec 2, 2019

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

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    c02fc4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81c6be View commit details
    Browse the repository at this point in the history
  3. [currency converter] allow to deduce reverse rate (prebid#1126)

    This CL allows the currency rate currency to deduce a currency rate even
    if not directly defined in the table but the reverse rate is present.
    
    E.q.
    
    USD => EUR is 1.0897
    EUR => USD is not set
    
    Old behavior when asking rate from EUR to USD will not be found,
    New behavior is using the known reverse rate to deduce the rate.
    
    Rate for 2 USD will be 2 * (1 / 1.0897)
    benjaminch authored and SyntaxNode committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    b88bb36 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Updated handleError arguments to be pointers for video endpoint (preb…

    …id#1128)
    
    * Updated handleError arguments to be pointers for video endpoint
    
    * Removing unneeded pointer to http.ResponseWriter
    
    * Adding units test for update to handleError
    camrice authored and guscarreon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    cd7e6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b623ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c6f30 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. require the caller to define native assets[...].ID (prebid#1123)

    * require the caller to define native assets[...].ID
    
    * Update assets-with-partial-ids.json
    Aadeshp authored and hhhjort committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    5c43c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d64c98b View commit details
    Browse the repository at this point in the history
  3. facebook: removed Auth-Token from header (replaced by authentication_…

    …id in the request body) (prebid#1113)
    Aadeshp authored and mansinahar committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4bf82f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Setuid Fix (prebid#1121)

    SyntaxNode committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    777dd75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a363e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    139e533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389d940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eee0644 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. null check banner.h (prebid#1142)

    Aadeshp authored and guscarreon committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    dd912fc View commit details
    Browse the repository at this point in the history
  2. Add Pubnative Adapter (prebid#1134)

    Florian Hartwig authored and SyntaxNode committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    9067c60 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    69fb0eb View commit details
    Browse the repository at this point in the history
  2. first draft (prebid#1137)

    guscarreon committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3a73e77 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    404eed9 View commit details
    Browse the repository at this point in the history
  2. Gamoshi Adapter: Update cookie sync (prebid#1146)

    Salomon Rada authored and SyntaxNode committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    547b6ff View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

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

Commits on Dec 19, 2019

  1. Added US Privacy support in TheMediaGrid server adapter (prebid#1147)

    * Add TheMediaGrid server adapter
    
    * Add video support in TheMediaGrid s2s adapter
    
    * Update sync url for TheMediaGrid s2s adapter
    
    * Added CCPA support for TheMediaGrid s2s adapter
    
    * Fix sync url for TheMediaGrid adapter
    TheMediaGrid authored and guscarreon committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    898f93e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3df5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0cba28 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Add Applogy adapter (prebid#1151)

    IncSW authored and SyntaxNode committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d31c072 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

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

Commits on Jan 9, 2020

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

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    2cb786a View commit details
    Browse the repository at this point in the history
  2. Add custom JSON req/resp data to the analytics logging… (prebid#1145)

    * Add custom JSON req/resp data to the analytics logging for the /openrtb2/video endpoint.
    
    * Add calls in unit tests to cover logging and jsonify of video object.
    jmaynardxandr authored and guscarreon committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    072bf5b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    3fc1685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4ed836 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

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

Commits on Jan 16, 2020

  1. Add SmartRTB adapter (prebid#1071)

    evanmsmrtb authored and SyntaxNode committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    7d9b1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd43afb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    85022d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c2204 View commit details
    Browse the repository at this point in the history
  3. [currencies] fix GetInfo() null ref issue (prebid#1169)

    This CL fixes the null ref on `RateConverter.GetInfo()` when rates
    are nil. Issue: prebid#1136
    benjaminch authored and guscarreon committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    95200af View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

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

Commits on Jan 27, 2020

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

Commits on Jan 28, 2020

  1. Fix PubMatic Usersync URL (prebid#1178)

    Co-authored-by: pm-isha-bharti <isha.bharti@pubmatic.com>
    2 people authored and SyntaxNode committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f75de92 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    5507b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8871e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 6, 2020

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

Commits on Feb 10, 2020

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

Commits on Feb 18, 2020

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

Commits on Feb 21, 2020

  1. Add Adoppler bidder support. (prebid#1186)

    * Add Adoppler bidder support.
    
    * Address code review comments. Use JSON-templates for testing.
    
    * Fix misprint; Add url.PathEscape call for adunit URL parameter.
    vchimishuk committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8e382e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

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

Commits on Feb 27, 2020

  1. updating default hard-coded list of certs (prebid#1201)

    Co-authored-by: Shalmali Patil <shalmali.patil@pubmatic.com>
    PubMatic-OpenWrap and pm-shalmali-patil committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7be0a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a26430 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Adding copying of gdpr consent string to openrtb bid request (prebid#…

    …1189)
    
    * Adding copying of gdpr consent string to openrtb bid request
    
    * Updated video request to use OpenRTB Video and User objects
    
    * Fixing unit test failure message
    
    * Updates from code review comments
    
    * Updating unit test initialization
    
    * Updated mimes array construction
    camrice committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2e80651 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    c6919ee View commit details
    Browse the repository at this point in the history
  2. openx adapter: forward bid response currency in openx adapter if set (p…

    …rebid#1211)
    
    it was always set to the default USD before
    SyntaxNode committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f03dfa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 9, 2020

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

Commits on Mar 12, 2020

  1. add zeroclickfraud adapter (prebid#1207)

    * add zeroclickfraud adapter
    
    * fixes for PR
    
    * fix casing of Zeroclickfraud
    htang555 committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5a9da66 View commit details
    Browse the repository at this point in the history
  2. Fix Adform's parameters regex (prebid#1214)

    * Added adform info file
    
    * Added Adform adapter and bidder
    
    * Updates from master
    
    * Removed usersyncInfo from Adform adapter. Inverted Imp type check.
    
    * Removed excessive loop
    
    * Updated with the last master
    
    * Create readme file for adform
    
    * Fix Adform's parameters regex
    
    Motivation: catastrophic backtracking during regex execution
    
    Details:
    - https://regex101.com/r/NNQrWq/1
    - string to check "url_domain:keskustelu.suomi24.fi,url_path:/matkailu/matkakohteet/aasia,layout:lg,categories:Matkailu,main_category:Matkailu"
    
    Co-authored-by: v.statkevich <v.statkevich@adform.com>
    Co-authored-by: Olga Linkevich <o.linkevich@adform.com>
    3 people committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8668dfc View commit details
    Browse the repository at this point in the history
  3. If Device.UA is not present in request body, init it with user-agent …

    …from header (prebid#1219)
    
    * If Device.UA is not present in request body, init it with user-agent from request header if it's present
    
    * Moved User-Agent handler to parseVideoRequest func and added unit test
    
    * Minor clean up
    
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c515816 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Queued request timeout (prebid#1217)

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

Commits on Mar 16, 2020

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

Commits on Mar 18, 2020

  1. Kidoz adapter (prebid#1210)

    Co-authored-by: Ryan Haksi <ryan.haksi@freshgrade.com>
    rhaksi-kidoz and ryan-haksi committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    95c269f View commit details
    Browse the repository at this point in the history
  2. Update auction.md (prebid#1224)

    Fix type
    ACannuniRP committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    fb76895 View commit details
    Browse the repository at this point in the history
  3. Update auction.md (prebid#1225)

    Fix typo.
    ACannuniRP committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c3c8797 View commit details
    Browse the repository at this point in the history
  4. Added logging to cache for video endpoint (prebid#1220)

    * WIP added logging to cache for video endpoint
    
    * Updating cache call to use TTL from config
    
    * Updates from initial feedback
    * Log now includes HTTP headers
    * Fixed caching to use a new cache entry rather than appending to the
    VAST
    * Added feature where is query is set, the test flag is set in the
    request
    
    * Updated recorded response and handleError
    
    * Updates from code review comments
    
    * Changed recorded output to be only the debug ext
    * Removed extra marhal calls
    * Changed cache to be an endpoint dependency
    * Added debugLog struct to hold all debug related info
    * Numerous smaller changes
    
    * Further code cleanup and added unit tests for debug changes
    
    * Added missing error checks
    
    * Added unit test for error case
    camrice committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    dcc062a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. added VISX vendor ID for usersyncing (prebid#1229)

    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    Aadeshp and Aadesh Patel committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c7ead07 View commit details
    Browse the repository at this point in the history
  2. First pass at phase 1 TCF 2.0 support (prebid#1228)

    * First pass at phase 1 TCF 2.0 support
    
    * minor fixes
    
    * Update go-gdpr library and fix stuff
    
    * Fixes for PR comments
    hhhjort committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    145c525 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    163f331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4699864 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. treat 204 from FAN as a no bids response (prebid#1233)

    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    Aadeshp and Aadesh Patel committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    7e706f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. AMP CCPA Fix (prebid#1187)

    SyntaxNode committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e05369b View commit details
    Browse the repository at this point in the history
  2. Update rubicon.md (prebid#1234)

    bretg committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7c009ba View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    4b1f3e7 View commit details
    Browse the repository at this point in the history
  2. added Rewarded Video section (prebid#1200)

    also edited all examples so they include the full openRTB context
    bretg committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    40f433b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. nanointeractive adapter (prebid#1213)

    * nanointeractive adapter
    
    * nanointeractive adapter, changes after review
    
    * nanointeractive adapter
    
    * nanointeractive adapter, changes after review
    
    * formatting
    rade-popovic committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3665275 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Typos Fix (prebid#1236)

    * Fix Typo
    
    * Fixed More Typos
    SyntaxNode committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fb38619 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

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

Commits on Apr 13, 2020

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

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    2b334af View commit details
    Browse the repository at this point in the history
  2. Add kidoz bidder info (prebid#1257)

    got this info from email communication with kidoz
    bretg committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    fb59f73 View commit details
    Browse the repository at this point in the history
  3. Add Cropping of BAdv for Rubicon Adapter (prebid#1254)

    * Add Cropping of BAdv for Rubicon Adapter
    
    BAdv size is limited to 50
    
    * Fix after review
    
    Co-authored-by: Harbar Dmytro <dharbar@rubiconproject.com>
    DGarbar and Harbar Dmytro committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c027bac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Added metrics support to endpoint aspect (prebid#1226)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d416035 View commit details
    Browse the repository at this point in the history
  2. Prebid Server adapter for Telaria (prebid#1231)

    * TELARIA adapter. First Pass
    
    * Some refactoring
    
    * added the json files
    
    * fixed some tests and added the bidder info
    
    * fixed some tests and added the bidder info
    
    * added default user sync ur;
    
    * - Handling gzipped responses from our server
    
    * - more refactoring.
    
    * added the proper user sync default URL
    
    * changed the urls from dev to prod
    
    * changed up the required fields. Now AdCode in the Imp.Ext isn't required but Bid.SeatCode is required
    
    * change in the return type after decompressing
    
    * some refactoring
    
    * change in our config url
    
    * using pbs.yml to switch between our production and test URLs
    
    * setting default endpoint
    
    * - fixed the issue that was preventing telaria test cases to run.
    - added more test cases
    
    * - Modifications as per the changes requested by the maintainers.
    
    * Moved the seat code to imp.ext
    
    * Moved the seat code to imp.ext
    
    * Added 'Telaria: ' prefix for error messages
    
    * - Fixes for race conditions. Was modifying the original request object instead of a copy
    
    * cosmetic changes.
    
    * added params_test.go
    
    Co-authored-by: Vinay Prasad <vprasad@telaria.com>
    telariaEng and Vinay Prasad committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    cc7a247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07b1c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    76747ef View commit details
    Browse the repository at this point in the history
  2. Bugfix: no bids from bidder handling (prebid#1252)

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

Commits on Apr 21, 2020

  1. Add missing categories to AppNexus -> IAB mapping file. (prebid#1264)

    * Add missing categories to AppNexus -> IAB mapping file.
    
    * Remove entry for category 38 which was set to a primary IAB category instead of a sub-category.
    
    * Fix order of category 22
    jmaynardxandr committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8657ae9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Yieldone s2s Bid Adapter (prebid#1242)

    * Added new Yieldone Bid s2s Adapter
    
    * Update endpoint for yieldone bid adapter
    
    * Fixes after review for Yieldone Bid s2s Adapter
    
    * Fix typeo in Yieldone s2s Bid Adapter
    hbanalytics committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    dc9335c View commit details
    Browse the repository at this point in the history
  2. Fix: URL de sync (prebid#1261)

    chino117 committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b44980c View commit details
    Browse the repository at this point in the history
  3. populate the app ID in the FAN timeout notif url with the publisher ID (

    prebid#1265)
    
    and the auction with the request ID
    
    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    Aadeshp and Aadesh Patel committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    99dc46b View commit details
    Browse the repository at this point in the history
  4. Added header User Agent decoding (prebid#1268)

    * Added header User Agent decoding
    
    * Added header User Agent decoding: unit tests
    
    * Added header User Agent decoding: unit tests
    
    * Added check UA is encoded to avoid `+` converted to space
    
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f4905e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Ad Generation Adapter Integration. (prebid#1253)

    * AdGeneration Integration.
    
    * update AdGeneration adapter.
    fix: some methods of the adgAdapter replace to functions.
    fix: unmarshal functions return a pointer.
    fix: header is defined once.
    fix: return when imps is appended
    
    * update AdGeneration Adapter.
    
    add: Added a comment in usersync.
    add: Added a test for parameters whose ID does not exist in params_test.
    change: Change to query creation by net/url. Added getRawQuery Test.
    fix: Changed variable names related to bidRequest.
    AdGeneration committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    62a1357 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    f5a4289 View commit details
    Browse the repository at this point in the history
  2. NinthDecimal Adapter (prebid#1249)

    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    trchandraprakash and Chandra Prakash committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f1f2b09 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. * Add PubMatic bidder doc file (prebid#1255)

    * Add app video capability to PubMatic bidder info file
    mike-chowla committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    210bce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8710fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1eaea View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Add AJA adapter (prebid#1269)

    sambaiz committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0714ef7 View commit details
    Browse the repository at this point in the history
  2. OpenX adapter: Pass gdpr and gdpr_consent to user sync endpoint (preb…

    …id#1282)
    
    I've also updated the test to avoid any confusion.
    laurb9 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    9e7e1cf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    1704e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ac060 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Add AdOcean adapter (prebid#1273)

    * [ADOCEAN-20132] AdOcean adapter
    
    * [ADOCEAN-20132] AdOcean adapter - support for gdpr
    
    * [ADOCEAN-20132] AdOcean adapter - tests
    
    * [ADOCEAN-20132] AdOcean adapter - user sync
    
    * [ADOCEAN-20132] AdOcean adapter - formatting
    
    * [ADOCEAN-20132] AdOcean adapter - send uuid to emitter
    
    * [ADOCEAN-20132] adocean adapter - return nil if there is no creative
    
    * [ADOCEAN-20132] AdOcean adapter - add version parameter
    
    * [ADOCEAN-20132] AdOcean adapter - optimization
    
    * [ADOCEAN-20132] AdOcean adapter - add to syncer_test.go
    
    * [ADOCEAN-20132] AdOcean adapter - changes after review:
    * remove whitespaces in js code on adapter initialization instead on every request
    * check if request.Site is not nil
    * reuse newUri variable
    
    * [ADOCEAN-20132] AdOcean adapter - changes after review:
    * do not terminate the auction on a single faulty bid
    
    * [ADOCEAN-20132] AdOcean adapter - changes after review:
    * remove unnecessary input parameters check
    * small optimization
    mmuras committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e4980fa View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. LunaMedia Adapter (prebid#1285)

    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    trchandraprakash and Chandra Prakash committed May 6, 2020
    Configuration menu
    Copy the full SHA
    8db5479 View commit details
    Browse the repository at this point in the history
  2. [Sharethrough] Add CCPA support (prebid#1263)

    * Handle gzip responses from ad server correctly
    
    * Bump to version 8
    
    * [Go Modules] Add proxy (prebid#1079)
    
    * Add SSL cert for accessing stored request API (prebid#1087)
    
    * [misspell] fix a misspell (prebid#1102)
    
    * update static bidder params for rubicon video to follow the json marshalling names (prebid#1100)
    
    * Switching yieldmo auction endpoint from http to https (prebid#1103)
    
    * Add Datablocks Adapter (prebid#1095)
    
    * datablocks bid adapter
    
    * ttx
    
    * add test json
    
    * add coverage
    
    * redo ttx
    
    * formatted
    
    * better error handling
    
    * additional tests and recomended fixes
    
    * Adding translatecategories flag to includebrandcategory (prebid#1098)
    
    * Making IAB category translation optional with translatecategories boolean in request
    
    * Updating exchange unit tests to remove extra bids
    
    * Updates from code review comments
    
    * Removed comment about default TranslateCategories value
    * Changed translateCat to translateCategories in tests
    * Combined helper functions in exchange_test related to TranslateCategories
    
    * Bid floor (prebid#1085)
    
    * Currency handling fix (prebid#1097)
    
    * facebook adapter refactor (prebid#1064)
    
    * Kubient adapter (prebid#1094)
    
    * [synacormedia] Update user sync url to be https (prebid#1115)
    
    This detail was missed while setting up the adapter, but we would like to use https for the user sync.
    
    * Remove Go 1.11 Build Target (prebid#1109)
    
    * Set "Secure" on Same SIte cookies (prebid#1119)
    
    * TripleliftNative Adapter (prebid#1114)
    
    * ignore swp files
    
    * start small
    
    * start really small
    
    * add a user sync
    
    * justify
    
    * triplelift adapter
    
    * add our endpoint
    
    * fix syntax
    
    * config stuff
    
    * compiler fixes
    
    * more config
    
    * add params
    
    * making progress
    
    * make our ext more exty
    
    * start making responses
    
    * more logic
    
    * fix compilation errors
    
    * can we just nil this out?
    
    * augment our json
    
    * radically simplify our json
    
    * fix errs
    
    * infer the bid type
    
    * fix syntax
    
    * fix comilation errors
    
    * rename
    
    * fix compilation error
    
    * config stuff
    
    * simplify params
    
    * more config stuff
    
    * fixes
    
    * revert this
    
    * fix up the extension
    
    * getting closer
    
    * add a test
    
    * update config
    
    * update bidder params
    
    * add the floor here, too
    
    * add a usersync test
    
    * validation, ws, and a test
    
    * update tests
    
    * fix test
    
    * update email
    
    * why not
    
    * change email
    
    * preprocess requests
    
    * do some parsing
    
    * take care of some errors
    
    * floor is optional
    
    * ws
    
    * remove native
    
    * everything is either banner or video
    
    * this should be a float
    
    * floor to floor
    
    * fix compilation errors
    
    * add some tests
    
    * more tests
    
    * more tests
    
    * simplify
    
    * more progress
    
    * format
    
    * ws
    
    * rm
    
    * don't need this
    
    * fix test
    
    * fix test
    
    * don't ignore swap
    
    * change line back
    
    * report an error if there are no valid impressions for triplelift
    
    * check for either a Banner or Video object on the impression
    
    * more tests
    
    * mv
    
    * more tests
    
    * update triplelift end point
    
    * send native
    
    * ws
    
    * start changing tests
    
    * fix more tests
    
    * update config
    
    * add redirect to triplelift usersync
    
    * fix supplier id in triplelift_test
    
    * update tl usersync endpoint and test
    
    * fix tl supplier id in test json
    
    * update usersync test template
    
    * adjust inconsistency with test and sync url
    
    * mv
    
    * update packages
    
    * mv
    
    * mv
    
    * update
    
    * fix compilation errors
    
    * rename
    
    * rename some stuff
    
    * rename
    
    * rename
    
    * fix some compilation errors
    
    * ws
    
    * ws
    
    * add the extra info
    
    * add some extra info
    
    * add some files back
    
    * ws and such
    
    * updates
    
    * ws
    
    * fix compilation error
    
    * mv
    
    * rename
    
    * Revert "rename"
    
    This reverts commit 1b77c72.
    
    * Revert "mv"
    
    This reverts commit 52a134d.
    
    * it builds
    
    * cp a file
    
    * cp another file
    
    * fix a test
    
    * fix test
    
    * add the extra info
    
    * ws
    
    * add some logic
    
    * edit comment
    
    * it compiles
    
    * this is now public
    
    * call this
    
    * add the function
    
    * return nil
    
    * seems to be working
    
    * ws
    
    * seems to be working
    
    * ws
    
    * mv
    
    * starting to work
    
    * ws
    
    * add a new function
    
    * ws
    
    * fix tests
    
    * bug fix
    
    * update some stuff
    
    * revert
    
    * take out prints
    
    * fix up diff
    
    * fix up diff
    
    * update ws
    
    * fix
    
    * ws
    
    * omit the triplelift endppint
    
    * Revert "omit the triplelift endppint"
    
    This reverts commit 7abc3e4.
    
    * populate the endpoint through the extinfo
    
    * ws
    
    * set disabled to be default
    
    * ws
    
    * update types
    
    * fixing tests
    
    * making progres
    
    * fix tests
    
    * fix tests
    
    * more fixes for tests
    
    * fixed tests
    
    * just use a comment
    
    * get rid of endpoint
    
    * restore endpoint
    
    * add some errors around unmarshalling
    
    * ws
    
    * ws
    
    * use the literal
    
    * ws
    
    * ws
    
    * update json
    
    * simplify
    
    * ws
    
    * restore tests
    
    * fail fast when grabbing invcode
    
    * use the right type
    
    * use a different error type
    
    * bump code coverage
    
    * add a new test
    
    * change error type
    
    * ws
    
    * break out test into its own function
    
    * JSON block that has a full data-center specific URL cache info (prebid#1104)
    
    * Update Dockerfile and Makefile  (prebid#1099)
    
    * Add option for running tests as part of the docker image building
    
    * Update Makefile
    
    - Add ability to execute adapter specific tests
    - Execute targets for "all" rather than just printing the target name and usage
    - Remove use of non-existing "install" target from .PHONY targets
    - Remove "build" as a dependency for "image"
    
    * enable app requests for audience network (prebid#1122)
    
    * [docs] fix markdown title (prebid#1124)
    
    * Prometheus Refactor (prebid#1108)
    
    * update default sync url (prebid#1127)
    
    * Update sync url for BidderGrid adapter (prebid#1120)
    
    * [SonarCloud] Legacy auction endpoint (prebid#1017)
    
    * [currency converter] allow to deduce reverse rate (prebid#1126)
    
    This CL allows the currency rate currency to deduce a currency rate even
    if not directly defined in the table but the reverse rate is present.
    
    E.q.
    
    USD => EUR is 1.0897
    EUR => USD is not set
    
    Old behavior when asking rate from EUR to USD will not be found,
    New behavior is using the known reverse rate to deduce the rate.
    
    Rate for 2 USD will be 2 * (1 / 1.0897)
    
    * Updated handleError arguments to be pointers for video endpoint (prebid#1128)
    
    * Updated handleError arguments to be pointers for video endpoint
    
    * Removing unneeded pointer to http.ResponseWriter
    
    * Adding units test for update to handleError
    
    * Revert changes to GetExtCacheData() made in prebid#1104 (prebid#1130) (prebid#1131)
    
    * Better native request validation (prebid#1132)
    
    * require the caller to define native assets[...].ID (prebid#1123)
    
    * require the caller to define native assets[...].ID
    
    * Update assets-with-partial-ids.json
    
    * CCPA Phase 1: AMP Endpoint (prebid#1125)
    
    * facebook: removed Auth-Token from header (replaced by authentication_id in the request body) (prebid#1113)
    
    * Setuid Fix (prebid#1121)
    
    * Update http refresh to use url builder. Fixes prebid#1065 (prebid#1133)
    
    * Add mapping of user.ext.eids[] for LiveIntent in Rubicon bidder (prebid#1089)
    
    * support facebook app_secret config param (prebid#1139)
    
    * CCPA Phase 1: Cookie Sync (prebid#1135)
    
    * null check banner.h (prebid#1142)
    
    * Add Pubnative Adapter (prebid#1134)
    
    * Adding the passing of CCPA value to the bid request for video endpoint (prebid#1143)
    
    * first draft (prebid#1137)
    
    * CCPA Phase 2: Enforcement (prebid#1138)
    
    * Gamoshi Adapter: Update cookie sync (prebid#1146)
    
    * Simplify static/bidder-params/triplelift_native.json (prebid#1152)
    
    * Added US Privacy support in TheMediaGrid server adapter (prebid#1147)
    
    * Add TheMediaGrid server adapter
    
    * Add video support in TheMediaGrid s2s adapter
    
    * Update sync url for TheMediaGrid s2s adapter
    
    * Added CCPA support for TheMediaGrid s2s adapter
    
    * Fix sync url for TheMediaGrid adapter
    
    * CCPA User Sync Updates (prebid#1153)
    
    * Marsmedia - add new bidder (prebid#1118)
    
    * Add Applogy adapter (prebid#1151)
    
    * enforce video.size_id for video imps in rubicon adapter (prebid#1101)
    
    * Updated PubMatic endpoint to use https (prebid#1155)
    
    * Update Example AppNexus Placement ID (prebid#1160)
    
    * Fix Currency Converter Doesn't Output CUR (prebid#1154)
    
    * Add custom JSON req/resp data to the analytics logging… (prebid#1145)
    
    * Add custom JSON req/resp data to the analytics logging for the /openrtb2/video endpoint.
    
    * Add calls in unit tests to cover logging and jsonify of video object.
    
    * CCPA User Sync URL Updates (prebid#1157)
    
    * Fixes audienceNetwork adapter ignoring banner.format sizes. (prebid#1164)
    
    * adding yieldmo vendor id to usersync (prebid#1166)
    
    * Add SmartRTB adapter (prebid#1071)
    
    * Added new adapter for CPMStar ad network banners and video (prebid#1159)
    
    * Update the Conversant sync pixel (prebid#1161)
    
    * Add imp.ext.is_rewarded_inventory flag for rewarded video in Rubicon (prebid#1170)
    
    * [currencies] fix GetInfo() null ref issue (prebid#1169)
    
    This CL fixes the null ref on `RateConverter.GetInfo()` when rates
    are nil. Issue: prebid#1136
    
    * Fix triplelift User Sync (prebid#1173)
    
    * Enhance Message For Cache Errors (prebid#1175)
    
    * Fix PubMatic Usersync URL (prebid#1178)
    
    Co-authored-by: pm-isha-bharti <isha.bharti@pubmatic.com>
    
    * [Synacormedia] Add tagId bidder parameter (prebid#1165)
    
    * Remove all non-secure calls from eplanning adapter (prebid#1179)
    
    * Expose Cache HTTP Settings (prebid#1184)
    
    * Adding bid rejection messages to debug response (prebid#1181)
    
    * Adds timeout notifications for Facebook (prebid#1182)
    
    * VIS.X: added app type support (prebid#1194)
    
    * Add Adoppler bidder support. (prebid#1186)
    
    * Add Adoppler bidder support.
    
    * Address code review comments. Use JSON-templates for testing.
    
    * Fix misprint; Add url.PathEscape call for adunit URL parameter.
    
    * Adding support for deal prefixes (prebid#1183)
    
    * updating default hard-coded list of certs (prebid#1201)
    
    Co-authored-by: Shalmali Patil <shalmali.patil@pubmatic.com>
    
    * add admixer adapter (prebid#1195)
    
    * Adding copying of gdpr consent string to openrtb bid request (prebid#1189)
    
    * Adding copying of gdpr consent string to openrtb bid request
    
    * Updated video request to use OpenRTB Video and User objects
    
    * Fixing unit test failure message
    
    * Updates from code review comments
    
    * Updating unit test initialization
    
    * Updated mimes array construction
    
    * fix conversant sync pixel (prebid#1208)
    
    * openx adapter: forward bid response currency in openx adapter if set (prebid#1211)
    
    it was always set to the default USD before
    
    * add ucfunnel adapter (prebid#1192)
    
    * Update required params for TheMediaGrid adapter (prebid#1188)
    
    * add zeroclickfraud adapter (prebid#1207)
    
    * add zeroclickfraud adapter
    
    * fixes for PR
    
    * fix casing of Zeroclickfraud
    
    * Fix Adform's parameters regex (prebid#1214)
    
    * Added adform info file
    
    * Added Adform adapter and bidder
    
    * Updates from master
    
    * Removed usersyncInfo from Adform adapter. Inverted Imp type check.
    
    * Removed excessive loop
    
    * Updated with the last master
    
    * Create readme file for adform
    
    * Fix Adform's parameters regex
    
    Motivation: catastrophic backtracking during regex execution
    
    Details:
    - https://regex101.com/r/NNQrWq/1
    - string to check "url_domain:keskustelu.suomi24.fi,url_path:/matkailu/matkakohteet/aasia,layout:lg,categories:Matkailu,main_category:Matkailu"
    
    Co-authored-by: v.statkevich <v.statkevich@adform.com>
    Co-authored-by: Olga Linkevich <o.linkevich@adform.com>
    
    * If Device.UA is not present in request body, init it with user-agent from header (prebid#1219)
    
    * If Device.UA is not present in request body, init it with user-agent from request header if it's present
    
    * Moved User-Agent handler to parseVideoRequest func and added unit test
    
    * Minor clean up
    
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    
    * Queued request timeout (prebid#1217)
    
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    
    * docs: adding currency support section (prebid#1199)
    
    * Add ValueImpression Adapter (prebid#1204)
    
    * Kidoz adapter (prebid#1210)
    
    Co-authored-by: Ryan Haksi <ryan.haksi@freshgrade.com>
    
    * Update auction.md (prebid#1224)
    
    Fix type
    
    * Update auction.md (prebid#1225)
    
    Fix typo.
    
    * Added logging to cache for video endpoint (prebid#1220)
    
    * WIP added logging to cache for video endpoint
    
    * Updating cache call to use TTL from config
    
    * Updates from initial feedback
    * Log now includes HTTP headers
    * Fixed caching to use a new cache entry rather than appending to the
    VAST
    * Added feature where is query is set, the test flag is set in the
    request
    
    * Updated recorded response and handleError
    
    * Updates from code review comments
    
    * Changed recorded output to be only the debug ext
    * Removed extra marhal calls
    * Changed cache to be an endpoint dependency
    * Added debugLog struct to hold all debug related info
    * Numerous smaller changes
    
    * Further code cleanup and added unit tests for debug changes
    
    * Added missing error checks
    
    * Added unit test for error case
    
    * added VISX vendor ID for usersyncing (prebid#1229)
    
    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    
    * First pass at phase 1 TCF 2.0 support (prebid#1228)
    
    * First pass at phase 1 TCF 2.0 support
    
    * minor fixes
    
    * Update go-gdpr library and fix stuff
    
    * Fixes for PR comments
    
    * Updated price granularity unmarshal to accept empty values and ranges (prebid#1230)
    
    * Update vendorID for TheMediaGrid s2s Bid Adapter (prebid#1232)
    
    * treat 204 from FAN as a no bids response (prebid#1233)
    
    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    
    * AMP CCPA Fix (prebid#1187)
    
    * Update rubicon.md (prebid#1234)
    
    * adding schain interface (prebid#1203)
    
    * added Rewarded Video section (prebid#1200)
    
    also edited all examples so they include the full openRTB context
    
    * nanointeractive adapter (prebid#1213)
    
    * nanointeractive adapter
    
    * nanointeractive adapter, changes after review
    
    * nanointeractive adapter
    
    * nanointeractive adapter, changes after review
    
    * formatting
    
    * Typos Fix (prebid#1236)
    
    * Fix Typo
    
    * Fixed More Typos
    
    * Moved hb_pc_cat_dur modification to be before caching (prebid#1250)
    
    * Handle CCPA + enable gzip response
    
    [#169984259]
    
    * Addressing review (prebid#273)
    
    [#169984259]
    
    * Remove custom gzip logic  (prebid#280)
    
    * Getting rid of custom gzip logic
    
    [#169984259]
    
    * Restore prod ad server url
    
    [#169984259]
    
    Co-authored-by: Benjamin <b.chastanier@criteo.com>
    Co-authored-by: guscarreon <guscarreon@gmail.com>
    Co-authored-by: Aadesh <aadeshp95@gmail.com>
    Co-authored-by: Winston-Yieldmo <46379634+Winston-Yieldmo@users.noreply.github.com>
    Co-authored-by: htang555 <htang555@gmail.com>
    Co-authored-by: Cameron Rice <37162584+camrice@users.noreply.github.com>
    Co-authored-by: ah-tappx <46002207+ah-tappx@users.noreply.github.com>
    Co-authored-by: hhhjort <31041505+hhhjort@users.noreply.github.com>
    Co-authored-by: Marsel <taipovm@gmail.com>
    Co-authored-by: Corey Kress <coreykre@buffalo.edu>
    Co-authored-by: Scott Kay <noreply@syntaxnode.com>
    Co-authored-by: Kevin Kerr <kkerr@triplelift.com>
    Co-authored-by: Mansi Nahar <mansinahar@users.noreply.github.com>
    Co-authored-by: Benjamin <benjamin.chastanier@gmail.com>
    Co-authored-by: TheMediaGrid <44166371+TheMediaGrid@users.noreply.github.com>
    Co-authored-by: Austin Bischoff <Austinb@users.noreply.github.com>
    Co-authored-by: rpanchyk <rpanchyk@users.noreply.github.com>
    Co-authored-by: Florian Hartwig <florian.hartwig@pubnative.net>
    Co-authored-by: Salomon Rada <salomon@gamoshi.com>
    Co-authored-by: vladi-mmg <vladi@m-m-g.com>
    Co-authored-by: Aleksei Lin <aleksey@incsw.in>
    Co-authored-by: PubMatic-OpenWrap <UOEDev@pubmatic.com>
    Co-authored-by: jmaynardxandr <46759873+jmaynardxandr@users.noreply.github.com>
    Co-authored-by: evanmsmrtb <evanm@smrtb.com>
    Co-authored-by: CPMStar <josh@cpmstar.com>
    Co-authored-by: johnwier <49074029+johnwier@users.noreply.github.com>
    Co-authored-by: pm-isha-bharti <isha.bharti@pubmatic.com>
    Co-authored-by: Seba Perez <sperez@est.frba.utn.edu.ar>
    Co-authored-by: Michael Kuryshev <mk0x9@users.noreply.github.com>
    Co-authored-by: Viacheslav Chimishuk <vchimishuk@yandex.ru>
    Co-authored-by: Shalmali Patil <shalmali.patil@pubmatic.com>
    Co-authored-by: DmitryStashkevich <34479135+DmitryStashkevich@users.noreply.github.com>
    Co-authored-by: vstatkevich <v.statkevich@gmail.com>
    Co-authored-by: v.statkevich <v.statkevich@adform.com>
    Co-authored-by: Olga Linkevich <o.linkevich@adform.com>
    Co-authored-by: Veronika Solovei <kalypsonika@gmail.com>
    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    Co-authored-by: bretg <bgorsline@gmail.com>
    Co-authored-by: thuyhq <61451682+thuyhq@users.noreply.github.com>
    Co-authored-by: rhaksi-kidoz <61601767+rhaksi-kidoz@users.noreply.github.com>
    Co-authored-by: Ryan Haksi <ryan.haksi@freshgrade.com>
    Co-authored-by: ACannuniRP <57228257+ACannuniRP@users.noreply.github.com>
    Co-authored-by: Aadesh Patel <aadesh.patel@xandr.com>
    Co-authored-by: Rade Popovic <32302052+nanointeractive@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    42d5281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd90991 View commit details
    Browse the repository at this point in the history
  4. Stricter Privacy Scrubbing (prebid#1286)

    * Stricter Privacy Scrubbing
    
    * Update Unit Test Style
    
    * Fixed Whitespace
    SyntaxNode committed May 6, 2020
    Configuration menu
    Copy the full SHA
    cc3d2da View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Add Adapter Orbidder (prebid#1275)

    Co-authored-by: Volk, Rainer <Rainer.Volk@otto.de>
    Co-authored-by: RainerVolk4014 <53347752+RainerVolk4014@users.noreply.github.com>
    Co-authored-by: rvolk <>
    Co-authored-by: Hendrik Iseke <hendrik.iseke@gmx.de>
    Co-authored-by: hendrikiseke1979 <53309111+hendrikiseke1979@users.noreply.github.com>
    5 people committed May 11, 2020
    Configuration menu
    Copy the full SHA
    2481fea View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

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

Commits on May 13, 2020

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

Commits on May 14, 2020

  1. Bugfix for missing fields in imp.video (prebid#1297)

    Co-authored-by: Veronika Solovei <veronika.solovei@xandr.com>
    VeronikaSolovei9 and Veronika Solovei committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c18a2d8 View commit details
    Browse the repository at this point in the history
  2. Add cpmOverride (prebid#1289)

    * Add cpmOverride
    
    Enabled `request.ext.rubicon.debug.cpmOverride` and `request.imp[].ext.rubicon.debug.cpmOverride` processing.
    Updates tests
    
    * Remove unnecessary error checks and add shallow copy
    
    * Fixed same pointer
    DGarbar committed May 14, 2020
    Configuration menu
    Copy the full SHA
    9f7ed20 View commit details
    Browse the repository at this point in the history
  3. Add Beintoo adapter (prebid#1274)

    * Add Beintoo adapter
    ddantuonobeintoo committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6e5d044 View commit details
    Browse the repository at this point in the history
  4. Yeahmobi adapter (prebid#1279)

    Co-authored-by: junping.zhao <junping.zhao@yeahmobi.com>
    zhaojp and junping.zhao committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ce94bf4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. advangelists: Vendor id update (prebid#1307)

    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    trchandraprakash and Chandra Prakash committed May 21, 2020
    Configuration menu
    Copy the full SHA
    fe4f9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28671d1 View commit details
    Browse the repository at this point in the history
  3. Restore the AMP privacy exception as an option. (prebid#1311)

    * Restore the AMP privacy exception as an option.
    
    * Adds missing test case
    
    * More PR feedback
    
    * Remove unused constant
    
    * Comment tweak
    hhhjort committed May 21, 2020
    Configuration menu
    Copy the full SHA
    3c5ecee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ddbc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f4ed61 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Fix debug log error messages (prebid#1270)

    * Fixing missing error messages for debug logging
    
    * Updated formatting of debug log message
    
    * Updated unit tests for debug log to have test flag enabled
    
    * Cleaned up debug log implementation
    
    * Updates from review comments
    
    * Cleaned up field and function names
    * Added replacer for <> characters
    * Added cache string unit test
    
    * Moved regex from function to struct field
    
    * Moved debug regex to endpoint deps
    
    * Moving regex initialization to NewVideoEndpoint
    camrice committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0f6510a View commit details
    Browse the repository at this point in the history
  2. MobileFuse Adapter (prebid#1303)

    Co-authored-by: Dan Barnett <danb@mobilefuse.com>
    dtbarne and Dan Barnett committed May 26, 2020
    Configuration menu
    Copy the full SHA
    b929c4e View commit details
    Browse the repository at this point in the history
  3. eplanning: Support for apps (prebid#1306)

    chino117 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    bb0f9d6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Introduce Adhese adapter (prebid#1292)

    Co-authored-by: Mateusz <mateusz@adhese.eu>
    sander-adhese and mefjush committed May 28, 2020
    Configuration menu
    Copy the full SHA
    8a128ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88aaf63 View commit details
    Browse the repository at this point in the history
  3. Updating bidder params for Advangelists (prebid#1316)

    * Updating placement info on bidder params
    
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    trchandraprakash and Chandra Prakash committed May 28, 2020
    Configuration menu
    Copy the full SHA
    9683f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc9c01 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    4f97d5a View commit details
    Browse the repository at this point in the history
  2. Privacy: Remove user.ext.eids (prebid#1294)

    * Privacy: Remove user.ext.eids
    
    * Extract To A Method
    
    * Minor Refactor + More Tests
    
    * Performance Tweak
    SyntaxNode committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    0f0b098 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    b6ed6da View commit details
    Browse the repository at this point in the history
  2. fix conflict

    stevealliance committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    2f3c122 View commit details
    Browse the repository at this point in the history