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

t #1

Merged
merged 289 commits into from
Oct 8, 2019
Merged

t #1

merged 289 commits into from
Oct 8, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 21, 2019

  1. Digitrust support in PBS bid adapter and Rubicon bid adapter (#3935)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * - Get digitrust data from bid request
    - Send UnifiedID and PubCommon data to OpenRTB
    
    * - Replace lodash with Prebid util functions
    - Updated pubcommon id location when sending to OpenRTB
    
    * Remove pref property when sending DigiTrust to OpenRTB
    
    * Updated tests to check new user external id locations in request
    
    * Remove use of array find from unit test
    msm0504 authored and Isaac Dettman committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    bbd73ce View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. ID5 userId submodule (#3798)

    * Extract GDPRApplies in userId.js to make it available to cookie-sync requiring it
    
    * Adding id5 userId submodule, tests and documentation
    
    * Fixed typo in test name for unifiedid
    
    * Adding test to userId for ID5
    
    * Follow correct naming convention for GDPRApplies: renamed to isGDPRApplicable
    
    * Refactoring of id5 module following refactoring of userId module.
    
    * Moved init of id5 user module at the end of the id5 module itself
    
    * regroup import to avoid a CircleCI Bug
    padurgeat authored and Isaac Dettman committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    de8381f View commit details
    Browse the repository at this point in the history
  2. EMX Digital: Device info and Video parameter updates (#3929)

    * EMX Digital - device info and video parameter updates
    
    * update timeout value to grab from bidderRequest arg
    
    * removing unused import
    
    * removing object spread use. quote fix for lint
    
    * remove space
    EMXDigital authored and jsnellbaker committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    37232c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75aca43 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. [33Across adapter] Map ad unit path to element id (#3920)

    * fix return of _mapAdUnitPathToElementId()
    
    * improve logging of _mapAdUnitPathToElementId()
    
    * do not use Array.find()
    
    * return id once element is found
    
    * return id once element is found
    
    * let -> const
    glebglushtsov authored and Mike Chowla committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    b6aaf64 View commit details
    Browse the repository at this point in the history
  2. New Adapter: bidglass (#3861)

    * Added bidglass adapter + test
    
    * PR Review Updates:
    
    - Added formal params to getUserSyncs function definition
    - getUserSyncs now always returns an array
    - Improved unit test coverage
    
    * PR Review Updates:
    
    - Removed unused methods: getUserSyncs, onTimeout, onBidWon,
    onSetTargeting
    - Removed getUserSyncs unit test
    - Removed "dead code"
    - Removed some unnecessary comments
    - Fixed usage of parseInt
    dliebner authored and jaiminpanchal27 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9d2f06c View commit details
    Browse the repository at this point in the history
  3. Prebid.js Video (#3901)

    * Implemented changes required to provide support for video in the IX bidding adapter for Instream and Outstream contexts.
    
    * Implemented changes required to provide support for video in the IX bidding adapter for Instream and Outstream contexts.
    
    * fix find module
    ix-prebid-support authored and jaiminpanchal27 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e64360c View commit details
    Browse the repository at this point in the history
  4. Add Outstream Renderer for Yieldlab Adapter (#3910)

    * Add Outstream Renderer
    
    * Fix playerSize overwrite
    
    Prebid is translating the playerSize to an array of arrays, so we have to return accordingly
    mirkorean authored and robertrmartinez committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8e198bb View commit details
    Browse the repository at this point in the history
  5. Standardized COPPA support (#3936)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * Send coppa flag on requests to OpenRTB from Prebid server
    
    * Support coppa flag being set in Prebid config
    
    * Add unit tests for deepSetValue util function
    msm0504 authored and bretg committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    64a258a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e55684b View commit details
    Browse the repository at this point in the history
  7. Prebid 2.21.0 Release

    Eric Harper committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5e1d889 View commit details
    Browse the repository at this point in the history
  8. Increment pre version

    Eric Harper committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    426676c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    6e02649 View commit details
    Browse the repository at this point in the history
  2. ozone adapter 2.1 - bug fix for multi bids + GDPR parameter handling (#…

    …3916)
    
    * bug fix for multi bids + GDPR parameter handling
    
    * Updated spec files and adapter files to remove references to ozoneData and more stringent GDPR checks.
    afsheenb authored and jsnellbaker committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5cdd5a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. added cur to ortb

    Isaac Dettman committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    7b70c14 View commit details
    Browse the repository at this point in the history
  2. Revert "added cur to ortb"

    This reverts commit 7b70c14.
    Isaac Dettman committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    99a165a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Added 640x320 size (#3954)

    hdeodhar authored and bretg committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    cec25d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac5e3b View commit details
    Browse the repository at this point in the history
  3. Update creative.html (#3955)

    Updating for the new safe frame issue discovered, see prebid/prebid-universal-creative#64 for more details!
    robertrmartinez authored and Isaac Dettman committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2bd04a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    9c73631 View commit details
    Browse the repository at this point in the history
  2. Update emoteevBidAdapter.js (#3928)

    * Update emoteevBidAdapter.js
    
    Retrieve various data from the adapter configuration, and ensure they
    are properly formatted:
    - GDPR vendor consent
    - Metadata: intended to be used as an ID for external partners
    - Context: describe the context of the current ad unit
    
    Test coverage for emoteevBidAdapter.js:
    - Statements 94.83%
    - Branches 98.39%
    - Functions 100%
    - Lines 94.34%
    
    fixup! Update emoteevBidAdapter.js
    
    * remove pubCommonId import from emoteevBidAdapter
    
    * Format indentation
    
    * More detailed integration page example
    
    * Rename attribute to externalId
    
    * Simplify names of constants
    
    * Minor tweak
    
    * Update context value
    piotr-yuxuan authored and Mike Chowla committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    be76682 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Submodule system using hooks (#3924)

    * prebid-core only contains src and a few node_modules
    
    * add back removed neverBundle to webpack build
    
    * add module and submodule hooks
    
    * allow vargs for submodules for flexibility
    
    * fix jsdoc type syntax
    
    * updated id5 userid submodule for submodule bundle size duplication fix
    
    * add id5 userid submodule to .submodules
    
    * fix opt out logic
    
    * spelling fix to comment
    
    * update to automatically include 'pubcommon' and 'unifiedid' (uncomment to optional submodule for prebid3.0)
    
    * additional update to automatically include 'pubcommon' and 'unifiedid'
    
    * additional update to automatically include 'pubcommon' and 'unifiedid'
    
    * merged differences from master
    
    * adpod changes to support submodules
    
    * fix --modules argument with .json to work correctly with submodules
    
    * fix to remove included and duplicated submodules
    snapwich authored and jaiminpanchal27 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    113cfe9 View commit details
    Browse the repository at this point in the history
  2. Gamoshi: Add adasta new bidder alias (#3949)

    * Add support for multi-format ad units. Add favoredMediaType property to params.
    
    * Add tests for gdpr consent.
    
    * Add adId to outbids
    
    * Modify media type resolving
    
    * Refactor multi-format ad units handler.
    
    * Add adasta - new bidder alias for gamoshi
    
    * Unify rtb endpoints
    
    * Modify adasta alias code
    sa1omon authored and jaiminpanchal27 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1087329 View commit details
    Browse the repository at this point in the history
  3. Added bid adapter for seedtag (#3915)

    * Added bid adapter for seedtag
    
    * Revert changes to package-lock
    
    * added safe check
    cabama authored and jaiminpanchal27 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d418f61 View commit details
    Browse the repository at this point in the history
  4. 33Across: Update GDPR handling (#3944)

    * check gdpr in buildRequest
    
    * User sync based on whether gdpr applies or not
    
    * check if consent data exists during user sync
    
    * split user sync into further branches: 1) when gdpr does not apply 2) when consent data is unavailable
    
    * contribute viewability to ttxRequest
    
    * update tests
    
    * remove window mock from tests
    
    * use local variables
    
    * introduce ServerRequestBuilder
    
    * add withOptions() method to ServerRequestBuilder
    
    * add semicolons
    
    * sync up package-lock.json with upstream/master
    
    * stub window.top in tests
    
    * introduce getTopWindowSize() for test purpose
    
    * reformat code
    
    * add withSite() method to TtxRequestBuilder
    
    add withSite() method to TtxRequestBuilder
    
    * add isIframe() and _isViewabilityMeasurable()
    
    * handle NON_MEASURABLE viewability in nested iframes
    
    * consider page visibility, stub utils functions getWindowTop() and getWindowSelf()
    
    * contribute viewability as 0 for inactive tab
    
    * add prebidjs version to ttx request
    
    * send caller as an array
    
    * fix JSDoc in utils.js
    
    * send viewability as non measurable when unable to locate target HTMLElement, add warning message
    
    * introduce mapAdSlotPathToElementId()
    
    * introduce getAdSlotHTMLElement(), add logging
    
    * introduce mapAdSlotPathToElementId()
    
    * update logging in ad unit path to element id mapping
    
    * rephrase logging, fix tests
    
    * update adapter documentation
    
    * remove excessive logging
    
    * improve logging
    
    * revert change
    
    * fix return of _mapAdUnitPathToElementId()
    
    * improve logging of _mapAdUnitPathToElementId()
    
    * do not use Array.find()
    
    * return id once element is found
    
    * return id once element is found
    
    * let -> const
    
    * Removing killswitch behavior for GDPR
    
    * Updated comments to reflect current gdpr logic
    
    * URI encode consent string
    
    * Updated example site ID to help Prebid team e2e test our adapter
    curlyblueeagle authored and jsnellbaker committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f605931 View commit details
    Browse the repository at this point in the history
  5. Prebid 2.22.0 Release

    jsnellbaker committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    0a96baf View commit details
    Browse the repository at this point in the history
  6. increment pre version

    jsnellbaker committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    b02a00c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. adding back the ID5 documentation in userId.md that had been accide…

    …ntally removed (#3975)
    smenzer authored and bretg committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    2e0ea78 View commit details
    Browse the repository at this point in the history
  2. Support of outstream renderer in oneVideo Adaptor (#3959)

    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    DeepthiNeeladri authored and jaiminpanchal27 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    3e6460d View commit details
    Browse the repository at this point in the history
  3. Beachfront Adapter: Add secure protocol to endpoints (#3979)

    jsalis authored and Mike Chowla committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    3709e47 View commit details
    Browse the repository at this point in the history
  4. TheMediaGrid Bid Adapter: use referrer from refererInfo (#3968)

    * Added Grid Bid Adapter
    
    * remove priceType from TheMediaGrid Bid Adapter
    
    * Add video support in Grid Bid Adapter
    
    * Added test parameter for video slot
    
    * update Grid Bid Adapter to set size in response bid
    
    * Update Grid Bid Adapter to support identical uids in parameters
    
    * Fix typo in test file for Grid Bid Adapter
    
    * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
    TheMediaGrid authored and jaiminpanchal27 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    242d19f View commit details
    Browse the repository at this point in the history
  5. PulsePoint adapter - Video support + userId module support (#3937)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per #509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing #866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * initial commit
    
    * Adding ortb params
    
    * Outstream fixes
    
    * Minor fixes
    
    * Test fixes
    
    * Minor refactor
    
    * Minor changes
    
    * Removing yarn lock file
    
    * battr fix and added test
    
    * PulsePoint adapter - user id module support (#10)
    
    * Making user sync pixels https as well.
    
    * fixing review comment
    anand-venkatraman authored and robertrmartinez committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e28792e View commit details
    Browse the repository at this point in the history
  6. Criteo real time user sync (#3930)

    * add criteo rtus submodule and user id changes
    
    * update appnexus adapter to include criteo user id
    
    * updated to submodules pattern
    jaiminpanchal27 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    748f651 View commit details
    Browse the repository at this point in the history
  7. AOL Adapter: Perform requests over https by default. (#3957)

    * Perform requests over https by default.
    Preserve insecure requests only if explicitly specified via the server override parameter (to aid with testing).
    
    * Slight refactor.
    slimkrazy authored and Mike Chowla committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    d44fe45 View commit details
    Browse the repository at this point in the history
  8. Rubicon add meta fields to bids (#3947)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * Added meta fields to bids in response from Rubicon exchange
    msm0504 authored and robertrmartinez committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    7d11007 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca16968 View commit details
    Browse the repository at this point in the history
  10. update sizeConfig logic around multiformat bids (#3938)

    jsnellbaker authored and Isaac Dettman committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f2b0f52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95495bf View commit details
    Browse the repository at this point in the history
  12. Fix #3939 - update firefox specific code in renderAd function (#3980)

    * update browser specific code in renderAd function
    
    * update TODO comment
    jsnellbaker committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1086def View commit details
    Browse the repository at this point in the history
  13. Prebid 2.23.0 Release

    Mike Chowla committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    a52232e View commit details
    Browse the repository at this point in the history
  14. Increment pre version

    Mike Chowla committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b777ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Synacor media bidder updates: filter bad sizes & extra video paramete…

    …rs (#3885)
    
    * Synacor media bidder updates:
    - Filter out 1x1 & 1x2 adsizes that we don't support
    - Added a bunch of openrtb video params
    
    * SynacormediaBidAdapter: Replace let with const
    
    * SynacormediaBidAdapter: Replace let with const
    
    * SynacormediaBidAdapter: Updated setValidVideoParams
    
    Updated setValidVideoParams so that the length check works correctly.
    amuraco authored and Isaac Dettman committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b26e6ad View commit details
    Browse the repository at this point in the history
  2. Adding a method pbjs.getUserIds to share userIds in Prebid to externa…

    …l codes (#3889)
    
    * Adding a mthod pbjs.getUserIds to share userIds in Prebid to external codes
    
    - Need an API to share the UserIds retrieved by Prebid with external codes
    - Use casse: UserIds can be passed to Wrappers like A9/EB
    
    - Added pbjs.getUserIds method
    - Moved the cide that initalizes all sub-modules and calls passbacks into a separate function
    - Moved code to combine submodule ids in an object into a separate function
    
    * implemented code suggestion chnages
    
    * fixed eslint issue
    pm-harshad-mane authored and Isaac Dettman committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2be5cc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. restrict outstream w/o renderer to PBS (#3881)

    * restrict outstream w/o renderer to PBS
    
    * reject Request to Prebid Server for invalid media types
    
    * add player height and width to response
    sumit116 committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d17e437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70f4e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Fix typo (#3986)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    admanmedia authored and jsnellbaker committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b9e49d5 View commit details
    Browse the repository at this point in the history
  2. Fixing the issue introduced in #3845 for rubi analytics adapter (#3996)

    * Fixing the issue introduced in #3845 for rubi analytics adapter
    
    * using utils.deepClone instead of custom clone
    robertrmartinez authored and Isaac Dettman committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e07d2dc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    6399ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b7a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08fd1a5 View commit details
    Browse the repository at this point in the history
  4. Triplelift adapter tdid support (#3983)

    * Add user support in _buildPostBody
    
    * Add tdid check to test spec
    
    * Remove comments
    
    * Removing package-lock.json changes
    rmcnierney authored and jaiminpanchal27 committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    406d2a5 View commit details
    Browse the repository at this point in the history
  5. adding tdid support (#3981)

    samuelhorwitz authored and jaiminpanchal27 committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3623913 View commit details
    Browse the repository at this point in the history
  6. update PR_REVIEW with some docs notes (#3994)

    * update PR_REVIEW with some docs notes
    
    * adding note about COPPA change
    jsnellbaker authored and jaiminpanchal27 committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    5a80bbf View commit details
    Browse the repository at this point in the history
  7. Kargo Adapter: fix extensible error (#3998)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * add '_sessionId' to the object literal for spec
    
    * removed error merge
    
    * replaced obj property with sibling variable
    
    * updated test for changes to sessionId
    Isaac Dettman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    50d779a View commit details
    Browse the repository at this point in the history
  8. Mgid Adapter: make placementId optional (#3992)

    Gaudeamus authored and Isaac Dettman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    66e45ea View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Google ad manager support for long-form video (#3787)

    * gam support
    
    * update gam module to use submodules pattern
    
    * Fix unit tests
    
    * bug fix: do not add bid if it is rejected and revert gulphelpers
    jaiminpanchal27 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    565e3c9 View commit details
    Browse the repository at this point in the history
  2. Prebid 2.24.0 Release

    Jaimin Panchal committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    7fb982f View commit details
    Browse the repository at this point in the history
  3. Increment pre version

    Jaimin Panchal committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d3643fd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Added 'ceh' config property in Criteo bid adapter (#3969)

    * Added 'ceh' config property and mapped it to CDB request
    
    Added 'ceh' config property and mapped it to CDB request
    
    * Added config.resetConfig() to ensure that call to setConfig won't have an impact on any other test
    
    * Missed the ';'
    leonardlabat authored and jsnellbaker committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    3740de3 View commit details
    Browse the repository at this point in the history
  2. ozone adapter - minor fix to add w/h to video requests (#3953)

    * minor fix to add w/h to video requests
    
    * fixing padding/spacing errors caught by circleCI
    
    * fixing padding/spacing errors caught by circleCI, take two
    afsheenb authored and jsnellbaker committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    1d92d40 View commit details
    Browse the repository at this point in the history
  3. Rhythmone Adapter - Remove usersync, do not send device, do not send …

    …bad banners (#3927)
    rhythmonebhaines authored and jsnellbaker committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    1b331f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. My6Sense: Endpoint subdomain changed. (#3982)

    * My6sense new adapter
    
    * endpoint fix
    
    * Code fix
    
    * Added changes in adapter md file
    
    * Changed the end point
    
    * supportedMediaTypes values added
    
    * md file was updated with a valid widget key
    
    * endpoint changed
    
    * indentation issues fixed
    my6sense authored and bretg committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    fa9d4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46cdbef View commit details
    Browse the repository at this point in the history
  3. Padsquad bid adapter (#4002)

    * padsquad bid adapter
    
    * padsquad bid adapter
    
    * removed unnecessary log line
    yeeldpadsquad authored and jsnellbaker committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    e6e080a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adc1576 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Debug update and remove setConfig hook (#4007)

    * Debug update and remove setConfig hook
    
    * fix config failing on circular dependency with utils
    jsnellbaker authored and Isaac Dettman committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c202a13 View commit details
    Browse the repository at this point in the history
  2. Rubicon integration type (#4008)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * Update Rubicon Bid and Analytics Adapters to read int_type from config
    
    * Unit tests for changes to Rubicon bid and analytics adapters
    msm0504 authored and harpere committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    517c252 View commit details
    Browse the repository at this point in the history
  3. Inskin Bid Adapter - New Feature (#4011)

    * Add support for different publisher payment models.
    
    * Add Inskin integration example.
    
    * Append pubcpm to impression tracker.
    
    * Added unit tests for pubCMP vs clearPrice.
    cciocov authored and bretg committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2ceeb38 View commit details
    Browse the repository at this point in the history
  4. Add Logicad for Publishers bid adapter (#4010)

    * Add Logicad for Publishers bid adapter
    
    * Add test code
    logicad authored and jsnellbaker committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2aa8846 View commit details
    Browse the repository at this point in the history
  5. Realvu adapter: Remove _ps in _f=conf request (#3995)

    * Remove _ps in _f=conf request
    
    * Replace "
    
    * realvuAnalyticsAdapter_spec updated
    tchibirev authored and bretg committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    0663a8a View commit details
    Browse the repository at this point in the history
  6. init as empty object (#4017)

    jaiminpanchal27 authored and jsnellbaker committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    5dfdd8a View commit details
    Browse the repository at this point in the history
  7. Prebid 2.25.0 Release

    bretg committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    99132d8 View commit details
    Browse the repository at this point in the history
  8. Increment pre version

    bretg committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    3a7590a View commit details
    Browse the repository at this point in the history
  9. DigiTrust Facade init GH Issue 3911 (#3918)

    * GH Issue 3911
    Fix to init the DigiTrust facade object if the userId framework would not normally execute the call due to an ID being found.
    
    * Fixed superfluous trailing arg issue.
    
    * Addition of unit test for digiTrustIdSystem. Fix init error in facade callback.
    
    * Uncommenting init code.
    
    * Reverting package-lock.json file.
    
    * Removed extraneous function parameter.
    
    * Removing unused code. Fixing file casing issue causing unit test to fail.
    
    * Adding support for SameSite=none to cookie
    
    * Tweaking unit test.
    
    * Removing Promise from unit test as IE doesn't like it.
    
    * Cleanup of unused code lines
    
    * Minor comment changes.
    
    * Commenting out unit tests to see if this fixes Safari timeout issue.
    
    * Reenable test. Fixing where done was not being called.
    
    * Whitespace changes for lint
    
    * Capture and clear fallback timer to fix unit tests.
    
    * Removing unused function
    
    * Comment improvements. Retry CircleCI for unassociated failure.
    
    * Removed old call to attachIdSystem.
    goosemanjack authored and Isaac Dettman committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4a3372d View commit details
    Browse the repository at this point in the history
  10. Integrate id link system (#3965)

    * idLink - integrate new submodule idLinkSystem in to userId module
    
    * idLink - Fix unit tests
    
    * identityLink - Change submodule name from idLink to identityLink
    
    * Identity Link - Remove identity link to be default submodule
    mamatic authored and Isaac Dettman committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    05cf0d2 View commit details
    Browse the repository at this point in the history
  11. Update rubicon analytics adapter with wrapper name (#3990)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * changed to only send wrapperName with event when it has a value
    
    * changed wrapperName to use value from config 'rubicon.wrapperName'
    
    * update tests for wrapperName
    
    * update wrapperName as let for consistency
    
    * updated wrapperName from let to const
    Isaac Dettman authored and harpere committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c2bdb94 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. TrustX Bid Adapter updating to use referrerInfo (#3972)

    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    PWyrembak authored and jsnellbaker committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    bfc12a1 View commit details
    Browse the repository at this point in the history
  2. Adkernel adapter minor update (#4000)

    * Updated maintainer email
    
    * Minor refactoring & more unit tests
    
    * Unit tests for new utility function
    ckbo3hrk authored and jsnellbaker committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    df7020b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f83b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Add oRTB cur to PrebidServer Adapter (#3951)

    * Add 'cur' to ORTB obj
    Isaac A. Dettman committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    c16640a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. adformOpenRTB adapter: support currency param (#4016)

    * adformOpenRTB adapter: support currency param
    
    * use common currency settings
    braizhas authored and bretg committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    0f54ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5394230 View commit details
    Browse the repository at this point in the history
  3. Teads-adapter: Read placementId from response and add sync informatio…

    …ns (#3963)
    
    * Read placementId and add informations
    
    * Secure gdprConsent object access
    Valentin authored and jaiminpanchal27 committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    e2d877d View commit details
    Browse the repository at this point in the history
  4. Deep libs and lint fix (#3993)

    * make sure linter checks re-export imports.
    
    * replace deepAccess and deepSetValue with better npm libs
    
    * move re-exports to top of utils
    snapwich committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    85d1eae View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Update endpoint for Sharethrough adapter (#4029)

    * Add HTML5 video support param to bid requests
    
    * Use const instead of var for consistency
    
    * Update supported sizes
    
    - Default size returned changed from 0x0 to 1x1 to support PrebidServer
    - Now will always respect the bid sizes supported when configured
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Update maintainer contact email
    
    * Support Prebid.js User ID module
    
    - Add support for Unified ID solution of User ID module by
      checking for `bidRequest.userId.tdid` param in `buildRequests`
      method of Sharethrough's adapter
    - Update specs, maintain 80%+ code coverage
    
    * Update logic for changing userAgent string in tests
    
    * Add 3 pbjs callbacks to the adapter
    
    * Add comments on empty implementations
    
    * Update Sharethrough endpoint
    madma authored and bretg committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    60d4aba View commit details
    Browse the repository at this point in the history
  2. TripleLift adapter: Always use secure endpoint (#4028)

    * Update contact
    
    Update contact for TL updates/Prebid Q&A
    
    * Always Secure
    
    Fix STR_ENDPOINT to always go to tlx secure endpoint
    
    * Update test to always_secure
    
    * Update tripleliftBidAdapter.md
    cdsmith16 authored and bretg committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    9ec63c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Update hello world example and remove other outdated GPT examples (#4009

    )
    
    * Update hello world example and remove other outdated GPT examples
    
    * updated timeouts
    
    * updated PREBID_TIMEOUT
    mkendall07 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    0bb46cf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Hotfix for referrer in TrustX Bid Adapter (#4039)

    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    
    * HOTFIX for referrer encodind in TrustX Bid Adapter
    
    * Fix test for TrustX Bid Adapter
    PWyrembak authored and jsnellbaker committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    5dfb923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8302d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03bc30d View commit details
    Browse the repository at this point in the history
  4. adformOpenRTB adapter: size targeting using aspect ratios (#4019)

    * adformOpenRTB adatper: size targeting using aspect ratios
    
    * avoid throwing errors while parsing aspect_ratios
    braizhas authored and msm0504 committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    0561222 View commit details
    Browse the repository at this point in the history
  5. Prebid server support for OpenRTB Native bids (#3145)

    * initial support for native requests in prebid server
    
    * add support for native request in prebid server OpenRTB
    
    * fixes and new test for native openrtb responses
    
    * updates to prebidServerBidAdapter for native support
    
    * resolve conflicts with prebid-server video changes
    
    * successfully returning and rendering native ad through prebid server
    
    * add example prebid server native page
    
    * fix bugs and tests for prebid-server native
    
    * resolve unused variable lint alert in native example
    
    * allow native adUnits without sizes in prebid server
    snapwich committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    f013970 View commit details
    Browse the repository at this point in the history
  6. MarsMedia adapter: Update prebid api (#3978)

    * Create Mars bid adapter
    
    * Fix ESLint errors
    
    * Add more tab between 86-97 for ESLint
    vladi-mmg authored and robertrmartinez committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    c079efe View commit details
    Browse the repository at this point in the history
  7. Appnexus native view tracker (#4022)

    * First pass: adding viewability script to rtbBid
    
    * Added viewability scrit in the right place
    
    * Clean up
    
    * Corrected script position, added a workaround to get the adId after the bid's creation and fixed tests
    
    * Removed debugging logs
    
    * More cleanup
    
    * Opted to append rtbBid.viewability.config to the existing (nativeAd.javascript_trackers) in the bidAdapter's newBid function
    
    * Removed AnalyticsAdaper code and added bidAdapter.onBidWon to check for our jstracker and update their src attributes.
    
    * Added a way to differentiate scripts and clean up
    
    * Changed newBid to disarm jstracker before it's ready and changed onBidWon to arm it. This prevents the tracker from being loaded twice.
    
    * Making the code more robust
    
    * Grouped code in a function. Also changed parameters to reflect that finding the element will now fall be a view_js responsability.
    
    * Changed parameter pbjs_iframeid name to pbjs_auc so its not misleading
    
    * Variable name change to better reflect its nature
    
    * Fixing URL parameters (; separated and replacing completely the useless one)
    
    * undo changes to appnexus Analytics adapter
    
    * update regex variable
    
    * update regex again
    jsnellbaker committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    e603156 View commit details
    Browse the repository at this point in the history
  8. Prebid 2.26.0 release

    jsnellbaker committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    e8ed8f3 View commit details
    Browse the repository at this point in the history
  9. increment pre version

    jsnellbaker committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    4817ef6 View commit details
    Browse the repository at this point in the history
  10. Fix referrer encoding in The Media Grid Bid Adapter (#4040)

    * Added Grid Bid Adapter
    
    * remove priceType from TheMediaGrid Bid Adapter
    
    * Add video support in Grid Bid Adapter
    
    * Added test parameter for video slot
    
    * update Grid Bid Adapter to set size in response bid
    
    * Update Grid Bid Adapter to support identical uids in parameters
    
    * Fix typo in test file for Grid Bid Adapter
    
    * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
    
    * Hotfix for referrer in Grid Bid Adapter
    TheMediaGrid authored and msm0504 committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9b5083d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. [mgid] add referrer and utc offset to bid request (#4023)

    * make placementId optional
    
    * get referrer
    
    * fix formatting
    
    * fix formatting
    Gaudeamus authored and Mike Chowla committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    30cfb6d View commit details
    Browse the repository at this point in the history
  2. ucfunnel support tdid (#3977)

    * ucfunnel tdid support
    ucfunnel authored and Mike Chowla committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    918305f View commit details
    Browse the repository at this point in the history
  3. Reload Adapter & Spec: Added GDPR and multiple sizes (#3967)

    * Reload Adapter & Spec: Added GDPR and multiple sizes
    
    * Reload Adapter - Fixed LGTM alert
    
    * Reload Adapter - Fixed import (path relative)
    
    * Reload Adapter: Read values from refererInfo and utils class.
    
    * Reload Adapter - Added onBidWon
    
    * Reload Adapter - Changed attribute's name
    
    * Reload Adapter - Backward Compatibility
    
    * Reload Adapter - Backward compatibility
    mafernandez80 authored and Mike Chowla committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    4d1bad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. AdkernelAdn adapter minor update (#4033)

    * Updated maintainer email
    
    * Minor refactoring & more unit tests
    
    * Updated config example
    ckbo3hrk authored and Fawke committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    9ed95bb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Minor bug fixing in onetagBidAdapter.js (#4054)

    Fixed a minor bug. Updated TTL in response to align the correct specifications.
    onetag-dev authored and jsnellbaker committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    92a5073 View commit details
    Browse the repository at this point in the history
  2. Update karma to address vulnerabilities. (#4038)

    * update packages to fix vulns
    
    * upgrade node version to support advanced features
    
    * fix command gulp test --browserstack not exiting
    
    * fixes gulp view-coverage command failing
    
    * fix: command, gulp serve now keeps running without exiting
    
    * fix: error in package-lock.json
    
    * update README.md to reflect change in node version
    Fawke authored and jsnellbaker committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    2fa4387 View commit details
    Browse the repository at this point in the history
  3. New adkernel adapter aliases (#4057)

    ckbo3hrk authored and Mike Chowla committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a1eb122 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. adding supply chain Object feature (#4051)

    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    DeepthiNeeladri authored and msm0504 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    1e14de8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Adding new BidAdapter 'eywamedia' (#4055)

    * Adding new BidAdapter 'eywamedia'
    
    * removed unused import
    
    * removed unused variables
    
    * removed unused import
    
    * removed unused import - my bad!
    sharathdn1 authored and Fawke committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    2215c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b21252c View commit details
    Browse the repository at this point in the history
  3. Add instream & outstream video support to Criteo adapter (#4037)

    * assign adapter version
    
    * Mapped video parameter from prebid.js to cdb
    
    * Mapped video parameter from prebid.js to cdb
    
    * Ensure that context is consistent with placement and that we do not support longform
    
    * updated playersize property name
    
    * fixed size parsing to be able to handle single player size as well as several
    
    * Changed playersize to plural playersizes in CDB contract
    
    * Use displayurl instead of creative as we want to fetch the direct url vast cache instead a vast wrapper
    leonardlabat authored and robertrmartinez committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a0ba466 View commit details
    Browse the repository at this point in the history
  4. topRTBBidAdapter (#3817)

    * toprtbBidAdapter
    
    * topRTB adapter hbid queryparam added
    
    * toprtbBidAdapter-ssp aws url
    
    * topRTBBidAdapter
    
    * Video format topRTBBidAdapter
    
    * Video format topRTBBidAdapter
    
    * deviceType added
    
    * tracking new added
    
    * impression event added
    
    * fix test failed
    
    * fix testing failed
    
    * removed debug logs
    
    * added single quotes in adUnitId
    
    * remove console log
    
    * code committed to add SSL
    
    * adunitId changes for valid response
    Unnamalai57 authored and robertrmartinez committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0183f23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1ccdf0 View commit details
    Browse the repository at this point in the history
  6. Consent String added to the HB request (#4044)

    * nanointeractive bid adapter
    
    * nanointeractive bid adapter
    
    * - using utils.getParameterByName instead of utils.getTopWindowLocation().href
    - bidderCode is removed
    - Default ALG changed to 'ihr'
    - added protocol to 'cors' param
    
    * markdown file
    
    * enabling localhost for bid requests
    
    * Bugfix interpretResponse - added body; Removed unnecessary parameters; Adjusted tests;
    
    * New feature - subId
    
    * Fixed lint errors
    
    * Nano Interactive Bid Adapter
       New Bid params:
         - categoryName
         - name
       Getting referrer information
    
    * Fixed documentation
    
    * Removed unnecessary parameter from documentation
    
    * Cleaning up documentation
    
    * - Sending window location to server if possible
    
    * - Lint errors fix
    
    * Using utils.js method for sending location to server
    
    * Removing unnecessary parameter passing
    
    * added ConsentString to HB request
    
    * removing unused location params in testing
    rade-popovic authored and jsnellbaker committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    32ce0eb View commit details
    Browse the repository at this point in the history
  7. Update URI for IdentityLink integration (#4049)

    * Update URI for IdentityLink integration
    
    We have moved the URI for the Envelope API, and are currently shiming requests with the rt parameter. This will eventually be deprecated, so we want to update to the correct URI w/o the rt param.
    
    * bump
    adayNU authored and jsnellbaker committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    36ef1de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cce306 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64a45da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe8074a View commit details
    Browse the repository at this point in the history
  11. Prebid 2.27.0 Release

    Eric Harper committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    22b0b73 View commit details
    Browse the repository at this point in the history
  12. Increment pre version

    Eric Harper committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d7ebb57 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. GumGum adapter: push first indexed value in sizes array to bidRespons…

    …es.height and width (#4006)
    
    * changed resizing unit tests to return the first size dimensions in the sizes array
    
    * added some changes
    WayneYang1 authored and bretg committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    131c56a View commit details
    Browse the repository at this point in the history
  2. Improve Piximedia Adapter (#4026)

    * Add Piximedia adapter
    
    * Add piximediaBidAdapter.md
    
    * Improve protocol of Piximedia bidder
    
    * Add Piximedia adapter
    
    * Fix piximediaBidAdapter_spec.js style
    
    * Fix Piximedia adapter
    
    * Revert "Fix Piximedia adapter"
    
    This reverts commit 10a10d6.
    
    * Impprove Piximedia adapter
    
    * Remove CR at end of file
    
    * Add test for pbsizes in Piximedia adapter
    christopher-allene-piximedia authored and sumit116 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    cd252ec View commit details
    Browse the repository at this point in the history
  3. Rhythmone Adapter - deprecate direct usage of window objects. (#4061)

    rhythmonebhaines authored and harpere committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    36d67b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Fix removeAdUnit (#4053)

    * Fix removeAdUnit
    
    When there are multiple adUnits with the same code, only one of them gets removed. This fixes that.
    
    * snapwich fix
    benjaminclot authored and snapwich committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    6fb6049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d9f85e View commit details
    Browse the repository at this point in the history
  3. Fix for #4047 (#4063)

    * Changed isBidRequestValid to reject bid requests missing required parameters.
    
    * Filter outstream video bid requests.
    
    * Improved detection of different media types. Ignore all media types except instream video and banner.
    
    * Added test to confirm behaviour with multi-format request.
    
    * Removed unnecessary change to bid sizes.
    
    * Removed unused imports and tests.
    
    * Added log message for unsupported media types.
    dpapworth-qc authored and jsnellbaker committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    ecd3815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad3358 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. referer changes (#4072)

    derberbaby authored and harpere committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    e6c819b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa828d1 View commit details
    Browse the repository at this point in the history
  3. tlbidadapter missing semicolons (#4076)

    Fill in missing semicolons from TDID support update, which may be impacting TDID collection due to pb minification.  Also updating for consistency with remainder of adapter.
    cdsmith16 authored and harpere committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d6c394e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bd2ac0 View commit details
    Browse the repository at this point in the history
  5. Multiple sizes handling in adYouLike adaptor (#4013)

    * Remove useless bidderCode in bid response
    
    * send all the available sizes in the bid request
    
    * Use the banner sizes if given
    
    * avoid compatibility issue with old bid format
    guiann authored and harpere committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    1f08933 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

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

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    0bd5d61 View commit details
    Browse the repository at this point in the history
  2. Yieldmo unified id (#4041)

    * update maintainer email
    
    * Add TTD unified id
    
    * Remove console.log
    
    * Remove trailing spaces
    Elber Carneiro authored and Isaac A. Dettman committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    f4db14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0511807 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    74a6ea5 View commit details
    Browse the repository at this point in the history
  2. 2.28.0 release

    mkendall07 committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    874b99c View commit details
    Browse the repository at this point in the history
  3. 2.29.0-pre

    mkendall07 committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c1aa4e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Add bid adapter for Sublime (#3960)

    * Add bid adapter for Sublime
    
    * Fix tests for sublimeBidAdapter
    
    * Fix tests for sublimeBidAdapter
    
    * fix(sublime-adapter): fixes to submit sublimePrebidAdapter
    
    * fix(sublime-adapter): fixes to submit sublimePrebidAdapter
    
    * Remove callback and fix tests
    
    * Update adapter to version 0.4.0
    
    - Support of multiple bid request
    - Remove pixel call
    - Remove tag
    - Refactor
    - Update test
    
    * Rearrange constant and import alphabetically
    
    * sublimeBidAdapter: remove deprecated method getTopWindowUrl
    SublimeJeremy authored and jsnellbaker committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    d61756d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Identity Link - Use ats library for retrieving envelope (#4077)

    * Identity Link - Use ats library for retrieving envelope
    
    * Identity Link - add withCredentials options
    
    * Identity Link - renamed file identityLinkSystem to identityLinkIdSystem
    mamatic authored and Isaac A. Dettman committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    72ff0e4 View commit details
    Browse the repository at this point in the history
  2. OPT-1949 Update prebid.js to pass in window.href & add keyword proces…

    …s to our integration (#4083)
    
    * OPT-1949 Update prebid.js to pass in window.href & add keyword process to our integration
    
    * OPT-1949 remove kw custom value from test
    
    * OPT-1949 fix test
    
    * OPT-1949 specify url value
    raguilar-ias authored and Mike Chowla committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    511a38b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Fix #4059 - ensure native keys are not seen as custom targeting keys (#…

    …4086)
    
    * ensure native keys are not seen as custom keys
    
    * add unit test for native keys
    jsnellbaker committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f622bdc View commit details
    Browse the repository at this point in the history
  2. New Adapter request : cosmos (#4096)

    * Create cosmosBidAdapter.js
    
    Implemented cosmos adapter
    
    * Create cosmosBidAdapter.md
    
    Document file for cosmos
    
    * Create cosmos_sample.html
    
    Test File
    
    * Deleted cosmos_sample.html
    
    * Added unittesting.
    dev-cosmos authored and jsnellbaker committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    7ee3eb2 View commit details
    Browse the repository at this point in the history
  3. Banner e2e (#4092)

    * reorganize e2e/ tests into separate directories
    
    * new test page for e2e-banner testing
    
    * add test to check if Banner Ad is getting loaded
    
    * change location of the spec files to reflect change in test/e2e directory structure
    
    * add test case to check for generation of valid targeting keys
    Fawke authored and jsnellbaker committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    dca695f View commit details
    Browse the repository at this point in the history
  4. Add Meazy bid adapter (#4015)

    * add meazy bid adapter
    
    * fix dealid
    
    * jsnellbaker review
    
    * jsnellbaker review
    
    * jsnellbaker review
    Dima Shirokov authored and jsnellbaker committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    99e3e52 View commit details
    Browse the repository at this point in the history
  5. Prebid 2.29.0 Release

    Mike Chowla committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b8565e7 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    Mike Chowla committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    6467bba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. enable withCredentials on unifiedId ajax call (#4090)

    minh-daole-ttd authored and Mike Chowla committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    c0c1b3e View commit details
    Browse the repository at this point in the history
  2. Rubicon adapter doc: adding video example (#4091)

    bretg authored and Mike Chowla committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    2096980 View commit details
    Browse the repository at this point in the history
  3. Collect info about which ad units receive bids (#4094)

    * Livewrapped bid and analytics adapter
    
    * Fixed some tests for browser compatibility
    
    * Fixed some tests for browser compatibility
    
    * Changed analytics adapter code name
    
    * Fix double quote in debug message
    
    * modified how gdpr is being passed
    
    * Added support for Publisher Common ID Module
    
    * Corrections for ttr in analytics
    
    * ANalytics updates
    
    * Auction start time stamp changed
    
    * Detect recovered ad blocked requests
    Make it possible to pass dynamic parameters to adapter
    
    * Collect info on ad units receiving any valid bid
    bjorn-lw authored and jsnellbaker committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    35e4b2b View commit details
    Browse the repository at this point in the history
  4. s2sTesting: random number moved to global (#3851)

    * s2sTesting: random number moved to global
    
    We got a request that if if 10% of bidderA and 10% of bidderB should be server-side, they should be the same 10% of requests.
    
    This is a simple approach to the change that implies that the same page experience only throws one random number for the purposes of s2sTesting. i.e. if there are dynamic ads on the page, all newly created ads on the page will continue to use the same number. This is ok from the purposes of the s2sTesting module.
    
    * Added get for randNum + fix lint & tests
    
    * update to remove getter
    
    * remove log
    
    * update test
    bretg authored and robertrmartinez committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    801f0fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc3987d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Updates to RDN Adapter (#4080)

    * handle no bid in rdn adapter
    snapwich committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    e798c0c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Gamoshi: Add 9MediaOnline new adaptor alias (#4108)

    * Add support for multi-format ad units. Add favoredMediaType property to params.
    
    * Add tests for gdpr consent.
    
    * Add adId to outbids
    
    * Modify media type resolving
    
    * Refactor multi-format ad units handler.
    
    * Add 9MediaOnline bidder adaptor
    Salomon Rada authored and Fawke committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    60501c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    d6ba289 View commit details
    Browse the repository at this point in the history
  2. GumGum: add DigiTrust module (#4109)

    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    susyt authored and jsnellbaker committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    d5ee713 View commit details
    Browse the repository at this point in the history
  3. Add GDPR and UID module support to Undertone adapter (#4102)

    * Added user sync support for undertone bid adapter (new pull request)
    
    * Added user sync support for undertone bid adapter
    
    * undertone adapter - send gdpr data in bid request in user sync request
    
    * undertone adapter
    - send gdpr data in bid request in user sync request
    - send external uids in the bid request
    
    * undertone adapter
    - send gdpr data in bid request in user sync request
    - send external uids and prebid version in the bid request
    
    * Update undertoneBidAdapter_spec.js
    
    * Update undertoneBidAdapter.js
    omerko authored and Mike Chowla committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    11801ba View commit details
    Browse the repository at this point in the history
  4. Add placement support to beachfront adapter (#4117)

    jsalis authored and Mike Chowla committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9c128af View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. fix typo on size parameter (#4122)

    guiann authored and jsnellbaker committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    18543d6 View commit details
    Browse the repository at this point in the history
  2. Long form video price bucket bugfix (#4125)

    * long form price bucket bugfix
    
    * updated logic to use medium as default granularity
    
    * remove unused import
    
    * use contants
    
    * move functions to auction module
    jaiminpanchal27 committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    761226f View commit details
    Browse the repository at this point in the history
  3. Prebid 2.30.0 release

    Jaimin Panchal committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2005af4 View commit details
    Browse the repository at this point in the history
  4. Increment pre version

    Jaimin Panchal committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    099a723 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Optimera added optional device param (#4105). (#4106)

    * Optimera added optional device param (#4105).
    
    * Updating to use deepAccess util method (#4105).
    
    * Condensing dealId check (#4105).
    mcallari authored and msm0504 committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    87e84b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. SupplyChain object support in Prebid (#4084)

    * moving dctr related code in a function
    
    * moving parsedRequest variable out of the loop
    
    and moving GDPR related block at bottom
    
    * added a todo comment
    
    * exporting hasOwn function
    
    * added functionality to pass schain object
    
    - adapter manager will validate schain object
    - if it is valid then only it can be passed on to all bidders
    - bidders do not need to validate again
    
    * changed logMessage to logError
    
    - also fixed isInteger check
    
    * Moved schain related code from adapaterManager.js to schain.js
    
    * indentation chnages
    
    * logical bug fix
    
    * added test cases for schain
    
    * PubMatic: pass schain object in request
    
    * indentation
    
    * unit test for PubMatic schain support
    
    * using isInteger from utils
    
    * moved schain as a module
    
    * indentation
    
    * removed commented code
    
    * added try-catch as the statement code was breaking CI for IE-11
    
    * Revert "added try-catch as the statement code was breaking CI for IE-11"
    
    This reverts commit 88f495f.
    
    * added a try-catch for a staement as it was breaking CI sometimes
    
    * added schain.md for schain module
    
    * added a few links
    
    * fixed typos
    
    * simplified the approach in adpater code
    
    * trying to restart CI
    
    * Revert "trying to restart CI"
    
    This reverts commit 25f877c.
    
    * adding support in prebidServerBidAdpater as well
    
    * bug fix
    
    * minor changes
    
    - moved consts out of function
    - added a error log on finding an invalid schain object
    
    * modified a comment
    
    * added name to a test case
    
    * Revert "added a try-catch for a staement as it was breaking CI sometimes"
    
    This reverts commit e9606bf.
    
    * moving schain validation logic inside PM adapter
    
    * Revert "moving schain validation logic inside PM adapter"
    
    This reverts commit 31d00d5.
    
    * added validation mode: strict, relaxed, off
    
    * updated documentation
    
    * moved a comment
    
    * changed value in example
    pm-harshad-mane authored and Isaac A. Dettman committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a7ad5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Auto detect if we can bust out of iframe (#15) (#4099)

    * Add HTML5 video support param to bid requests
    
    * Use const instead of var for consistency
    
    * Update supported sizes
    
    - Default size returned changed from 0x0 to 1x1 to support PrebidServer
    - Now will always respect the bid sizes supported when configured
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Update maintainer contact email
    
    * Support Prebid.js User ID module
    
    - Add support for Unified ID solution of User ID module by
      checking for `bidRequest.userId.tdid` param in `buildRequests`
      method of Sharethrough's adapter
    - Update specs, maintain 80%+ code coverage
    
    * Update logic for changing userAgent string in tests
    
    * Add 3 pbjs callbacks to the adapter
    
    * Add comments on empty implementations
    
    * Update Sharethrough endpoint
    
    * Add logic to detect safeframe
    
    * Remove console.log statements
    Fix issue with clientjs detection
    Small refactors (linting)
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Continue work on safeframe detection spec
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * [WIP]
    
    * update version of sharethrough adapter from 3.0.1 to 3.1.0
    * create sharethroughInternal const in adapter so that we can properly stub methods for testing, and utilize utility functions
    * rename safeframe detection and iframe JS tag insertion code
    
    * Finish iframe handler specs
    Refactor spec file
    
    * Change method of detecting whether locked in a frame or not
    
    * Add logic to detect safeframe
    
    * Remove console.log statements
    Fix issue with clientjs detection
    Small refactors (linting)
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Continue work on safeframe detection spec
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * [WIP]
    
    * update version of sharethrough adapter from 3.0.1 to 3.1.0
    * create sharethroughInternal const in adapter so that we can properly stub methods for testing, and utilize utility functions
    * rename safeframe detection and iframe JS tag insertion code
    
    * Finish iframe handler specs
    Refactor spec file
    
    * Change method of detecting whether locked in a frame or not
    epechuzal authored and sumit116 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3fe149a View commit details
    Browse the repository at this point in the history
  2. Rubicon adapter: added sizes (#4147)

    * added missing comma
    
    * fixing syntax error
    hdeodhar authored and bretg committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    eaffc3d View commit details
    Browse the repository at this point in the history
  3. add logic to prefer prebid modules over external modules in build pro…

    …cess (#4124)
    
    * add check in getModules helper function
    
    * update logic based on feedback
    
    * update node version of project
    jsnellbaker authored and bretg committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3f556dc View commit details
    Browse the repository at this point in the history
  4. Improve Digital adapter: adding bid floor, referrer, more native fiel…

    …ds (#4103)
    
    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    jbartek25 authored and robertrmartinez committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a49d89b View commit details
    Browse the repository at this point in the history
  5. YIELDONE adapter - change urls to adapt https (#4139)

    * update: change urls to adapt https
    
    * fix test code
    koji-eguchi authored and bretg committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    80cbd2c View commit details
    Browse the repository at this point in the history
  6. Added SupplyChain Object support and an onTimeout Callback (#4137)

    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    telariaEng authored and Mike Chowla committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e61b246 View commit details
    Browse the repository at this point in the history
  7. Revert "Added SupplyChain Object support and an onTimeout Callback (#…

    …4137)"
    
    This reverts commit e61b246.
    
    This commit doesn't use the schain module added in #4084
    Mike Chowla committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    fe0c9e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Nobid Prebid Adapter commit (#4050)

    * Nobid Prebid Adapter commit
    
    * Fixed global replace and unit tests
    
    * Fixed find function
    
    * Added nobidBidAdapter.md
    
    * Removed description and added "Bid Params" section.
    
    * Added test siteId 2 for testing.
    
    * Refactored the Adapter to remove most references to the nobid object. We still need the nobid object because we have a passback tag in DFP that makes reference to it.
    
    * Fix concurrent responses on the page
    
    * Cosmetic change to log an error in case of missing ad markup
    
    * Keep nobid.bidResponses cross adapters.
    
    * Added GDPR support in user sync and added test coverage.
    gulp test-coverage
    gulp view-coverage
    
    * Padding issues
    
    * Fix padding issues
    
    * Fix padding
    robdubois authored and robertrmartinez committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    deeb4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e897d47 View commit details
    Browse the repository at this point in the history
  3. support pubcid and uids (#4143)

    nwlosinski authored and bretg committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7e43220 View commit details
    Browse the repository at this point in the history
  4. Fix misspelling and minor cleanup of schain docs (#4150)

    Mike Chowla authored and bretg committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f125ac7 View commit details
    Browse the repository at this point in the history
  5. Prebid 2.31.0 Release

    bretg committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    777d031 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    bretg committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    c716dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Rubicon: tuning logged messages (#4157)

    * Rubicon: tuning logged messages
    
    * Update rubiconBidAdapter.js
    
    * fixed indentation
    bretg committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ff0a8a6 View commit details
    Browse the repository at this point in the history
  2. Rubicon Video COPPA fix (#4155)

    * Rubicon Video COPPA fix
    
    * Unit test for Rubicon Video COPPA fix
    umbrella-artem-seryak authored and bretg committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c47bb80 View commit details
    Browse the repository at this point in the history
  3. Playground XYZ adapter - iframe usersync bug fix (#4141)

    * corrected user sync type
    
    * removed support for iframe usersync
    
    * added unit tests for getUserSyncs
    monofonik authored and bretg committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    67e3a9c View commit details
    Browse the repository at this point in the history
  4. update nvmrc file (#4162)

    jsnellbaker authored and bretg committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0cbe57c View commit details
    Browse the repository at this point in the history
  5. update gulp-footer package (#4160)

    jsnellbaker authored and bretg committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7a0bf6e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Datablocks bid/analytics adapter (#4128)

    * add datablocks Analytics and Bidder Adapters
    
    * remove preload param
    
    * remove preloadid
    
    * better coverage of tests
    
    * better coverage
    
    * IE doesn't support array.find
    
    * lint test
    
    * update example host
    
    * native asset id should be integer
    htang555 authored and jsnellbaker committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    f828b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdbb12 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Shorten SomoAudience to just Somo (#4163)

    * Shorten SomoAudience to just Somo
    
    * Make package-lock return
    SuprPhatAnon authored and bretg committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    02cd6e4 View commit details
    Browse the repository at this point in the history
  2. Quantcast: Fix for empty video parameters (#4145)

    * Copy params from bid.params.video.
    
    * Added test for missing video parameters.
    
    * Include mimes from adunit.
    dpapworth-qc authored and bretg committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    69107fe View commit details
    Browse the repository at this point in the history
  3. One Video adding Rewarded Video Feature (#4142)

    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    
    * adding tagid
    
    * syntaxx error fix
    
    * video.html
    
    * space trailing
    
    * space
    
    * tagid
    
    * inventoryId and placement
    
    * rewarded video
    
    * added unit test case
    DeepthiNeeladri authored and bretg committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    97fab61 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Module to pass User Ids to DFP (#4140)

    * first commit
    
    * renamed
    
    * minor doc change
    
    * documentation
    
    * small change
    
    * EB
    
    * removed unused imports
    
    * minor changes
    
    * reanmaed a const
    
    * adding more methods to test shareUserIds module
    
    * unit tets cases for shareUserIds
    
    * indentation
    
    * renamed DFP to GAM
    
    * renamed shareUserIds to userIdTargeting
    
    * Update userIdTargeting.md
    
    * trying to restart CI
    
    * digitrust userId case handled
    
    * minor comment change
    
    * using auctionEnd event instead of requestBids.before
    
    * using events.on
    pm-harshad-mane authored and jaiminpanchal27 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    25b6471 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Buzzoola bid adapter (#4127)

    * initial commit for buzzoola adapter
    
    * leave only banners for now
    
    * fix bid validation
    
    * change endpoint url
    
    * add video type
    
    * restore renderer
    
    * fix renderer
    
    * add fixed player sizes
    
    * switch bids
    
    * convert dimentions to strings
    
    * write tests
    
    * 100% tests
    
    * remove new DOM element creation in tests
    
    * handle empty response from server
    
    * change description
    VanCyric authored and Fawke committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c520176 View commit details
    Browse the repository at this point in the history
  2. E2e tests for Native and Outstream video Ad formats. (#4116)

    * reorganize e2e/ tests into separate directories
    
    * new test page for e2e-banner testing
    
    * add test to check if Banner Ad is getting loaded
    
    * change location of the spec files to reflect change in test/e2e directory structure
    
    * add test case to check for generation of valid targeting keys
    
    * create Native Ad test page
    
    * add test case to check validity of the targeting keys and correct rendering of the Ad
    
    * update old browser versions to new
    
    * update browser version
    
    * update title
    
    * remove console.log statements
    
    * add basic functional test for e2e outstream video ad format
    Fawke committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8b92b1f View commit details
    Browse the repository at this point in the history
  3. Update LockerDome adUnitId bid param (#4176)

    This is not a breaking change
    margsliu authored and jsnellbaker committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    276e1f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d0b75c View commit details
    Browse the repository at this point in the history
  5. S2s testing disable client side (#4123)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * New testServerOnly flag
    
    * Tests and a bug fix
    
    * Removed dead code
    
    * Fixes requested in review
    
    * Check each adUnit
    
    * isTestingServerOnly changes per Eric
    
    * Fixed IE 11 bug
    
    * More tests
    
    * improved test case names
    tjeastmond authored and harpere committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7990f4b View commit details
    Browse the repository at this point in the history
  6. New option to Include deal KVPs when enableSendAllBids === false (#4136)

    * new option to include KVPs which have deals when
    enableSendAllBids === false
    
    * updating tests to be more realistic
    robertrmartinez authored and harpere committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    730c561 View commit details
    Browse the repository at this point in the history
  7. Prebid 2.32.0 Release

    jsnellbaker committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    958859a View commit details
    Browse the repository at this point in the history
  8. increment pre version

    jsnellbaker committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1b5f68f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 12, 2019

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

Commits on Sep 13, 2019

  1. if schain config is not defined then error should not be thrown (#4165)

    * if schain config is not defiend then error should not be thrown
    
    * relaxed mode nodes param not defined error handled
    
    * added test cases for config validation
    
    * a curly bracket was missing in the example
    pm-harshad-mane authored and jaiminpanchal27 committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    3915517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4cc081 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    59532e4 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#4193)

    * Update README.md
    
    * Update README.md
    djrosenbaum authored and jsnellbaker committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    29066dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f60799f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c456472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b50a95f View commit details
    Browse the repository at this point in the history
  6. Sonobi - send entire userid payload (#4196)

    * added userid param to pass the entire userId payload to sonobis bid request endpoint
    
    * removed console log
    git p
    
    * fixed lint
    JonGoSonobi authored and harpere committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    017a8f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94488e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. userId - Add support for refreshing the cached user id (#4082)

    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * UserId - ID5 - Updated doc with new contact point for partners
    
    * UserId - Merged getStoredValue and getStoredDate
    
    * [UserId] - ID5 - Moved back ID5 in ./modules
    
    * UserId - ID5 - Fixed incorrect GDPR condition
    
    * [UserId] - Doc update and test cleanup
    padurgeat authored and mkendall07 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e981849 View commit details
    Browse the repository at this point in the history
  2. Prebid 2.33.0 Release

    Eric Harper committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    17969da View commit details
    Browse the repository at this point in the history
  3. Increment pre version

    Eric Harper committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    3524709 View commit details
    Browse the repository at this point in the history
  4. SupplyChainObject support and fires a pixel onTimeout (#4152)

    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    
    * - Using the schain object from validBidRequest if present. Reverting to checking if params has it if not.
    
    * - reverting changes to merge with master
    
    * - Resolving merge issues
    telariaEng authored and Mike Chowla committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    a3cd6e6 View commit details
    Browse the repository at this point in the history
  5. Feature/add profile parameter (#4185)

    * Add optional profile parameter
    ujuettner authored and Mike Chowla committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    313bdc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. EMXDigital Bid Adapter: Add video dimensions in request (#4174)

    * addressed feedback from #3731 ticket
    
    * removed commented code from emx test spec
    
    * logging removed from spec
    
    * flip h & w values from playerSize for video requests
    
    * adding Outstream mediaType to EMX Digital
    
    * adding device info. update to grab video param. styling changes.
    
    * add video dimensions from playerSize
    
    * fix test for video dimensions
    EMXDigital authored and Fawke committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ebf4272 View commit details
    Browse the repository at this point in the history
  2. Added keywords parameter support in TrustX Bid Adapter (#4183)

    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    
    * HOTFIX for referrer encodind in TrustX Bid Adapter
    
    * Fix test for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added keywords passing support
    PWyrembak authored and jsnellbaker committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    fa0019c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. rubicon: avoid passing unknown position (#4207)

    * rubicon: not passing pos if not specified
    
    * added comment
    
    * not sending pos for video when undefined
    
    * cleaning up test
    
    * fixed unit test
    bretg committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    53a13f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    93874d8 View commit details
    Browse the repository at this point in the history
  2. GumGum: only send gdprConsent when found (#4205)

    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    
    * only send gdprconsent if present
    susyt authored and harpere committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    def7138 View commit details
    Browse the repository at this point in the history
  3. LKQD: Use refererInfo.referer as fallback pageurl (#4210)

    * Refactored URL query parameter passthrough for additional values, changed SSP endpoint to v.lkqd.net, and updated associated unit tests
    
    * Use refererInfo.referer as fallback pageurl
    
    * Removed logs and testing values
    mrcrawfo authored and harpere committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1e03b4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1642f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    eb841b2 View commit details
    Browse the repository at this point in the history
  2. added adId property to adRenderFailed event (#4097)

    When no bid (therefore no adUnitCode) is available in the adRenderFailed event it can be difficult to identify the erroring slot.But in almost all cases the given slot still has the adId targeting.
    Pascal S authored and Isaac A. Dettman committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e817865 View commit details
    Browse the repository at this point in the history
  3. OpenX Adapter: Forcing https requests and adding UserID module suppor…

    …t for LiveRamp and TTD (#4182)
    
    * OpenX Adapter: Updated requests to force https
    
    * OpenX Adapter: Added support for TTD's UnifiedID and LiveRamp's IDL
    jimee02 authored and Isaac A. Dettman committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    495baa9 View commit details
    Browse the repository at this point in the history
  4. PubMatic to support userId sub-modules (#4191)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    pm-harshad-mane authored and Isaac A. Dettman committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    562a889 View commit details
    Browse the repository at this point in the history
  5. TripleLift support for UnifiedId and IdentityLink (#4197)

    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    willchapin authored and Isaac A. Dettman committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f81b567 View commit details
    Browse the repository at this point in the history
  6. Added lemma adapter (#4126)

    * lemmaBidAdapter.js
    
    Added lemma bid adapter file
    
    * lemmaBidAdapter.md
    
    Added lemma bid adapter md file
    
    * lemmaBidAdapter_spec.js
    
    Added lemma bid adapter test spec file
    
    * Update lemmaBidAdapter.js
    
    Fixed automated code review alert comparison between inconvertible types
    
    * Update lemmaBidAdapter.js
    
    Fixed review changes
    
    * Update lemmaBidAdapter.md
    
    Correct parameter value.
    lm-abhijit authored and msm0504 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8544dbf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Adkernel adapter new alias (#4221)

    ckbo3hrk authored and mkendall07 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5651800 View commit details
    Browse the repository at this point in the history
  2. Force https scheme for Criteo Bidder (#4227)

    * assign adapter version number
    
    * Ensure that Criteo's bidder is always called through https
    leonardlabat authored and mkendall07 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    991b94d View commit details
    Browse the repository at this point in the history
  3. Add Video Support for Datablocks Bid Adapter (#4195)

    * add datablocks Analytics and Bidder Adapters
    
    * remove preload param
    
    * remove preloadid
    
    * better coverage of tests
    
    * better coverage
    
    * IE doesn't support array.find
    
    * lint test
    
    * update example host
    
    * native asset id should be integer
    
    * add datablocks Video
    
    * remove isInteger
    
    * skip if empty
    htang555 authored and robertrmartinez committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    4be8495 View commit details
    Browse the repository at this point in the history
  4. update adUnit, bidRequest and bidResponse object (#4180)

    * update adUnit, bidRequest and bidResponse object
    
    * add test for mediaTypes object
    Fawke authored and robertrmartinez committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    2ab711b View commit details
    Browse the repository at this point in the history
  5. 3 display banner and video vast support for rads (#4209)

    * add stv adapter
    
    * remove comments from adapter file
    
    * start rads adapter
    
    * fix adapter and tests
    
    * fixes
    
    * fix adapter and doc
    
    * fix adapter
    
    * fix tests
    
    * little fix
    
    * add ip param
    
    * fix dev url
    
    * #3 radsBidAdapter.md
    
    * #3 radsBidAdapter.md: cleanup
    
    * fix code and doc
    onlsol authored and robertrmartinez committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0ad0bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. UserId - Add SameSite and server-side pubcid support (#3869)

    * Add SameSite and server-side pubcid support
    
    * Fix emoteevBidAdapter unit test
    pycnvr authored and Isaac A. Dettman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    925f1b1 View commit details
    Browse the repository at this point in the history
  2. added schain to appnexus bid adapter (#4229)

    * added schain to appnexus bid adapter
    
    * semicolon
    mkendall07 authored and jsnellbaker committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    112c953 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ff666 View commit details
    Browse the repository at this point in the history
  4. Prebid 2.34.0 release

    jsnellbaker committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    124a2be View commit details
    Browse the repository at this point in the history
  5. increment pre version

    jsnellbaker committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0274410 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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

Commits on Sep 27, 2019

  1. videoNow bid adapter (#4088)

    * -- first commit
    
    * -- cors and bidder's name fixed
    
    * -- almost ready
    
    * -- added docs
    
    * -- added nurl tracking
    
    * -- bid params
    
    * -- tests added
    
    * -- test fixed
    
    * -- replace placeholder in the onBidWon pixel's url
    
    * -- commit for restart tests
    
    * -- change response data format for display ad
    
    * -- tests updated
    
    * -- 100% tests coverage
    
    * -- a few clean the test's code
    
    * -- custom urls from localStorage
    
    * -- tests updated
    
    * -- a few clean the test's code
    
    * -- new init model
    
    * -- spec for new init model
    
    * -- fix for new init model
    
    * -- code cleaned
    
    * -- 100% tests coverage
    
    * -- 100% tests coverage
    
    * -- fixed test
    
    * -- commit for restart tests
    sdbaron authored and jsnellbaker committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    25e5fd0 View commit details
    Browse the repository at this point in the history
  2. djax new bidder adapter (#4192)

    * djax bidder adapter
    
    * djax bidder adapter
    
    * Update hello_world.html
    djaxbidder authored and jsnellbaker committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    91146b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Added Turk Telekom Bid Adapter (#4203)

    * Added Turk Telekom Bid Adapter
    
    * Fix md file for Turk Telekom Bid Adapter
    turktelssp authored and sumit116 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    21f1275 View commit details
    Browse the repository at this point in the history
  2. MicroAd: Use HTTPS in all requests (#4220)

    * Always use HTTPS endpoint in MicroAd
    
    * Update code
    
    * Fixed a broken test in MicroAd
    strong-zero authored and mkendall07 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3ed4ba2 View commit details
    Browse the repository at this point in the history
  3. Schain: avoiding Object.values as it is breaking on IE11 (#4238)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * avoiding use of Object.values
    pm-harshad-mane authored and mkendall07 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3921f98 View commit details
    Browse the repository at this point in the history
  4. 3952 delay auction for ids (#4115)

    * 3952 delay auction for user ids
    
    * 3952 add integration example
    
    * 3952 add tests
    
    * 3952 fix html example
    
    * add todos
    
    * 3952 continue auction if ids received
    
    * 3952 add tests for auction delay
    
    * increase test coverage
    
    * set config for test
    
    * remove todo
    
    * add a few more checks to tests
    
    * add comment, force tests to rerun
    mutdmour authored and jaiminpanchal27 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    696f1e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Feature: adUnitBidLimit (#3906)

    * added new feature to config to limit bids when sendallbids is enabled
    
    * cleaned up code. removed extra spaces etc
    
    * removed trailing spaces in config
    
    * remove .flat() and replaced with spread operator
    
    * removed flat function and instead pushing using spread operator
    
    * updated to use sendBidsControl instead
    
    * updated targeting_spec to test bidLimit
    
    * removed trailing spaces from targeting_spec
    r-schweitzer authored and mkendall07 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4691c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Update Rubicon Adapter netRevenue default (#4242)

    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    Isaac A. Dettman authored and harpere committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    fdc8e78 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    88e3825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd6a0b View commit details
    Browse the repository at this point in the history
  3. IdentityLink - change expiration time to 30 days (#4239)

    mamatic authored and Mike Chowla committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    976718f View commit details
    Browse the repository at this point in the history
  4. Add coppa support for AppNexus adapter (#4253)

    * Add coppa support for AppNexus adapter
    
    * test name
    mkendall07 authored and Mike Chowla committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    1aecd87 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    4ac3582 View commit details
    Browse the repository at this point in the history
  2. Konduit module (#4184)

    * Adding Konduit module
    
    * Removed superfluous arguments passed to obtainVastUrl function
    
    * Removed superfluous arguments passed to obtainVastUrl function.
    
    * Build trigger (empty commit)
    
    * Module documentation updated according to the comments
    
    * Logic in obtainVastUrl function updated according to the review comment.
    
    * Removed hook, enabled eslint
    konduit-dev authored and jaiminpanchal27 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    214efe8 View commit details
    Browse the repository at this point in the history
  3. Circle CI runs e2e tests on every push (#4200)

    * run functional tests on circle ci on push to any remote branch
    
    * remove extraneous key from config file
    
    * add test.localhost as alias to 127.0.0.1
    
    * check 0: execute circle-ci
    
    * move /etc/config to a separate command
    
    * change bid partner to rubicon
    
    * test appnexus bid adapter in ci
    
    * comment browserstack command
    
    * remove console.log statement
    
    * test1: circle-ci
    
    * change reference dev -> prod while loading prebid
    
    * add console.log statement
    
    * check-2: circle-ci
    
    * comment browserstack testing
    
    * change bid adapter
    
    * change bid adapter
    
    * remove test case for checking targeting keys
    
    * remove the ci flag
    
    * uncomment test for checking correct generation of targeting keys
    
    * swap AN -> Rubicon for testing targeting keys
    Fawke authored and jaiminpanchal27 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    bc855ed View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Outcon bid adapter. (#4161)

    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    TinchoF authored and jsnellbaker committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2121f18 View commit details
    Browse the repository at this point in the history