Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for the aliases conflict #4

Merged
merged 44 commits into from
Aug 26, 2020
Merged

Fix for the aliases conflict #4

merged 44 commits into from
Aug 26, 2020

Commits on Aug 13, 2020

  1. user id module refresh ids when consent changes (prebid#5451)

    * first cut at making the userId module aware of user consent choices so it can refresh the ID if consent changes
    
    * typos in comments
    
    * fix failing tests
    
    * refactor consent changes tests to prepare for adding tcf v2 tests
    
    * an update in 4.0 changed the interface for the `setStoredValue()` method which caused the previous code to break. Here I changed the code to read/write the consent data cookie to just do it directly rather than use the code for handling storing the actual id objects.
    smenzer authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    b9ebe16 View commit details
    Browse the repository at this point in the history
  2. Fix v2CmpResponseCallback handle (prebid#5564)

    * Fix v2CmpResponseCallback handle
    
    * Add case when gdpr doesn't apply to v2CmpResponseCallback
    
    Co-authored-by: Aleksandar Kiselicki <a.kiselicki@levi9.com>
    akiselicki-liveramp and akiselicki authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ef00b3f View commit details
    Browse the repository at this point in the history
  3. TCFv2.0 Purpose 7 (prebid#5444)

    * TCF v2.0 enforcement
    
    * test/spec/modules/gdprEnforcement_spec.js
    
    * add check for gdpr version
    
    * add logInfo message
    
    * remove comment and store value of PURPOSES in an object
    
    * add gvlid check
    
    * add unit tests for validateRules function
    
    * remove purposeId parameter from validateRules function
    
    * add extra tests
    
    * make failing unit test case pass
    
    * deprecate allowAuctionWithouConsent with tcf 2 workflow
    
    * add extra checks for defaults
    
    * remove tcf 2 test page
    
    * add strict gvlid check
    
    * add comments and shorten log messages
    
    * shorted log messages
    
    * add unit tests for setEnforcementConfig
    
    * add gvlid for alias and gvlMapping support
    
    * remove gvlid check
    
    * add support to add gvlid for aliases
    
    * add enableAnalytics hook
    
    * purpose 7 implementation: 1.hook added 2.new field to set gvlid for analytics adapters
    
    * add enableAnalytics hook
    
    * emit tcf2 events
    
    * fix regression
    
    * modify mechanism of event emitted after auction end
    
    * add unit test for enableAnalyticsHook
    
    * add unit test for auction end event
    
    Co-authored-by: Jaimin Panchal <email@example.com>
    Fawke and Jaimin Panchal authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c34786d View commit details
    Browse the repository at this point in the history
  4. prebid.js 4.3.0 release

    mkendall07 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    a761b31 View commit details
    Browse the repository at this point in the history
  5. 4.4.0-pre

    mkendall07 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    22a59bd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. PubMatic to support passing content object set in pbjs.setConfig (pre…

    …bid#5592)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * read content object from config and send it in site.content and app.content
    
    * do not use content object from config if content object is present in app as app.content
    
    * fixed the test-cases
    
    * app.content related test cases
    pm-harshad-mane authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7ede93b View commit details
    Browse the repository at this point in the history
  2. PubMatic: Support for Outstream Renderer (BlueBilyWig Renderer) (preb…

    …id#5553)
    
    * changes to support native in pubmaticbid adapter
    
    * Removed port from endpoint
    
    * Removed protocol from endpoint
    
    * Formatting
    
    * Fix request payload
    
    * Updated test case
    
    * Changed request and response as per ortb spec
    
    * Change in request and response
    
    * Removed comments and extra code
    
    * Code Review comments
    
    * Code Review Comments and Test cases for request and response
    
    * Removed data type as all data asset types are handled
    
    * Code Review Changes
    
    * Code Review Comments
    
    * Supporting both banner and native and sending 0x0 in case of native
    
    * Bug Fixes
    
    * Bug response not processed by prebid
    
    * Change warning message
    
    * Fixed typo
    
    * Do not send request in case of invalid native bid
    
    * Do not send request in case of invalid native requests
    
    * objects converted to strings in log for debug purposes
    
    * Fixed logic to check for required parmas
    
    * Fixed typo for stringify
    
    * documentation for native
    
    * Review comments from Prebid
    
    * Typo
    
    * Typo
    
    * Updated pub id for native
    
    * Code Review
    
    * Support for pubid
    
    * Test Cases for PubCommonId in PubMatic adapter
    
    * Delete yarn.lock
    
    * Rename adaptermanager.js to adapterManager.js
    
    * Rename yieldNexusBidAdapter.js to yieldnexusBidAdapter.js
    
    * Rename yieldNexusBidAdapter.md to yieldnexusBidAdapter.md
    
    * Rename yieldNexusBidAdapter_spec.js to yieldnexusBidAdapter_spec.yieldnexusBidAdaptera
    
    * Rename yieldnexusBidAdapter_spec.yieldnexusBidAdaptera to yieldnexusBidAdapter_spec.js
    
    * bluebillywig outstream player support in pubmatic adapter
    
    * removed pubcommon id test cases
    
    * BBW Renderer
    pm-shashank-jain authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    db02d8a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    84e2361 View commit details
    Browse the repository at this point in the history
  2. Digitrust removal, broader identity support, floor-module support (pr…

    …ebid#5599)
    
    * Digitrust remove, broader identity support, floor-module support
    
    * Digitrust removal, broader identity support, floor-module support
    rtuschkany authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    952e0fb View commit details
    Browse the repository at this point in the history
  3. Adds support for additional consent (prebid#5600)

    * add addtlConsent consent to consent object
    
    * add unit test for additional consent
    
    * Update consentManagement.js
    
    * Update index.js
    
    * Update prebidServerBidAdapter_spec.js
    
    * condense else if
    patmmccann authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7696428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97713dd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Emx bid adapter: gdpr user sync update (prebid#5611)

    * adding ccpa support for emx_digital adapter
    
    * emx_digital ccpa compliance: lint fix
    
    * emx 3.0 compliance update
    
    * fix outstream renderer issue, update test spec
    
    * refactor formatVideoResponse function to use core-js/find
    
    * Added GVLID to Adapter, Updated getUserSyncs to accept and leverage gdprConsent
    
    * Added testing coverage for gdpr in getUserSyncs
    
    Co-authored-by: Nick Colletti <nick.colletti@emxdigital.com>
    Co-authored-by: Nick Colletti <gnomish@gmail.com>
    Co-authored-by: Kiyoshi Hara <Kiyoshi.Hara@emxdigital.com>
    Co-authored-by: Dan Bogdan <daniel.bogdan@emxdigital.com>
    5 people authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f983af2 View commit details
    Browse the repository at this point in the history
  2. Yieldone Analytics Adapter: Fix empty events (prebid#5617)

    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    
    * Add adUnitName to analytics data for Yieldone Analytics Adapter
    
    * Fix yieldone Analytics Adapter to log only id from adUnitPath
    
    * Fix bug with timeout event in Yieldone Analytics Adapter
    
    * Update yieldone analytics adapter to remove excess 'ad' field from data
    
    * Update yieldone analytics adapter
    
    * Yieldone Analytics Adapter: remove dispensable events from log
    
    * Platform One Analytics Adapter: fixes after review
    
    * Fix empty events in Yieldone Analytics Adapter
    hbanalytics authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    cc58b23 View commit details
    Browse the repository at this point in the history
  3. Add Bright Mountain Media Bid Adapter (prebid#5593)

    * Add Bright Mountain Media Bid Adapter
    
    * Fix missing quotes around placement_id string
    
    * Update maintainer email
    BrightMountainMediaInc authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8646ba7 View commit details
    Browse the repository at this point in the history
  4. Added IronSource bidder tests and adapter according to specs (prebid#…

    …5568)
    
    * Added IronSource bidder tests and adapter according to specs
    
    * Update tests according to request
    liranbaruch authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    38e078e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e182b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c61de8 View commit details
    Browse the repository at this point in the history
  7. Update rubicon adapter for liveramp userid requirements change (prebi…

    …d#5620)
    
    * 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
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * update liveramp userid support
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    28a4c34 View commit details
    Browse the repository at this point in the history
  8. Add intentIq (prebid#5624)

    yuvalgg authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    3b5a747 View commit details
    Browse the repository at this point in the history
  9. Adds advertiserDomains to kargo adapter (prebid#5625)

    * Update kargoBidAdapter.js
    
    * Update kargoBidAdapter_spec.js
    patmmccann authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    fb72d51 View commit details
    Browse the repository at this point in the history
  10. Adding alias (prebid#5622)

    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Fix Consent parameters
    
    * Update aniviewBidAdapter.js
    
    V3 support
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Update refererInfo
    
    * Update aniviewBidAdapter.js
    
    Fix tabs and spaces
    
    * Update aniviewBidAdapter.js
    
    fixes
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Add ccpa support
    
    * Update aniviewBidAdapter.js
    
    Typo
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    * Fix size and sample
    
    Fixed sizes from playerSize
    Updated md sample
    
    * Fix tabs
    
    * Fix sizes
    
    * Recheck
    
    * Add tgt parameter
    
    * Update sample
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    Co-authored-by: Roman Shevchenko <iroman.via@gmail.com>
    itaynave and roshecode authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c0850e9 View commit details
    Browse the repository at this point in the history
  11. oneVideo Adapter: User sync pixel updates (VIDEOPUB-17981) (prebid#5583)

    * updated DBM sync pixel to ups/57304 + removed yahoo sync pixel
    
    * updated unit tests
    
    * updated GDPR tests
    
    * Update package-lock.json
    
    * Update package-lock.json
    
    * update local branch to origin
    
    * added sync pixel unit tests
    
    * Update package-lock.json
    adam-browning authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b01fe09 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    e1100af View commit details
    Browse the repository at this point in the history
  2. Extending the Real Time Data Module (prebid#5519)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * RTD module extend prebid#4610
    
    * add hook for submodule init
    variables naming
    omerDotan authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    23af840 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Update dfpAdServerVideo.js to allow for vast4 (prebid#5608)

    * Update dfpAdServerVideo.js
    
    This had a bug in which all requests were hardcoded to vast 3, although pubs may have selected vast 3 or 4
    
    * Update dfpAdServerVideo_spec.js
    
    * Update dfpAdServerVideo_spec.js
    patmmccann authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f0e4433 View commit details
    Browse the repository at this point in the history
  2. purposes in call for invibes (prebid#5533)

    * added tcf 2.0
    
    * Updated adapter to support gdprEnforcement
    
    * reverted storage manager initialization
    
    * add purposes in call
    
    * send purposes in string array
    
    * InvibesBidAdapter - gdpr updates
    
    * [InvibesBidAdapter] GDPR - purpose adjustments
    
    * [InvibesBidAdapter] fixed tests for new alg & reordered adapter checks
    
    * add tc string
    
    Co-authored-by: florin_nedelcu_invibes <florin.nedelcu@invibes.com>
    Co-authored-by: Cristian Grigoras <cristian.grigoras@invibes.com>
    Co-authored-by: raduchept <radu.cheptanariu@invibes.com>
    4 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ce00f4c View commit details
    Browse the repository at this point in the history
  3. Update rubicon adapter for sharedid userid support (prebid#5627)

    * 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
    
    * Re-add rubicon analytics without deprecated getTopWindowUrl util
    
    * Cache referrer on auction_init instead of bid_requested
    
    * merged remote master changes
    
    * update liveramp userid support
    
    * changed source value to all lowercase
    
    * update share id name
    
    * add unit test for shareid eid
    
    * update shareid obj paths
    
    Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp>
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local>
    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
    7 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2c0ea15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a38f40 View commit details
    Browse the repository at this point in the history
  5. Add a new bidder adapter :mediagoBidderAdapter (prebid#5614)

    * mediago bid adaptor
    
    * 修改去掉固定ip
    
    * mediago bid adapter: add test spec
    
    * spec code style
    
    * change into prod EP and auto size.
    
    * delete other param
    
    * 修改为强制https协议
    SylviaF authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a1692da View commit details
    Browse the repository at this point in the history
  6. updated userid module to stop caching the entire consent object (preb…

    …id#5641)
    
    * updated userid module to stop caching the entire consent object but rather just a hash of it, since all we need it for is comparison purposes.
    
    * IE doesn't support Math.imul, so providing a polyfill for it when necessary
    
    * use `===` to compare consent values; convert hashes to a string when returning them
    
    * add test for string response and fix @returns doc
    
    * don't use polyfills!
    smenzer authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0d8d9bf View commit details
    Browse the repository at this point in the history
  7. New bidder & analytics adapter: Concert (attempt Aniview#2) (prebid#5623

    )
    
    * Add concert bid adapter, doc and tests.
    
    * Add analytics adapter
    
    * Add email
    
    * fix alert from lgtm
    
    * try to fix test for ie 11
    
    * Handle USP string for PPID
    
    * Fix linking error
    
    * Debug: Find out why IE11 is failing
    
    * More debugging
    
    * More debugging
    
    * Attempt to store queue in-prototype
    
    * Revert "Attempt to store queue in-prototype"
    
    This reverts commit 829ad84.
    
    * More debugging
    
    * More debugging
    
    * Remove Array.includes to support IE11
    
    Co-authored-by: Messay Bekele <messay.bekele@voxmedia.com>
    Co-authored-by: Messay Bekele <walia@users.noreply.github.com>
    Co-authored-by: Andrew Amato <andrew.amato@voxmedia.com>
    4 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b4c6b47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40e5c7d View commit details
    Browse the repository at this point in the history
  9. DMX support for video instream and more user id support (prebid#5618)

    * adding DMX
    
    test @97%, two files added one updated
    
    * Update districtm_spec.js
    
    * Update districtmDMX.js
    
    * adding all districtm needed file
    
    * remove legacy file
    
    * remove typo || 0 in the test method
    
    * force default to return a valid width and height
    
    * update unit test code for failing test
    
    * changed class for an object
    
    * remove package-lock.json
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * adding CCPA support for DMX
    
    * adding test for ccpa and gdpr
    
    * districtm dmx adding deal id field
    
    * idsync support ccpa & gdpr
    
    * Adding code getProtocols and gegtApi function + video object support
    
    * Resolve userId detection on dmx
    
    * adding support for video and vast support inline and wrap
    
    * Change video setting to be only taken from mediaTypes object from placement setting
    
    * Adding documentation for video support
    
    * Support for bid floor modules and remove deprecated user id module
    
    * fixed caniuse error for ie11 Array.includes and add advertiser domain in meta object
    
    * replace includes array method for indexOf
    
    * switch anoter includes array function for indexOf
    
    Co-authored-by: Steve Alliance <steve@districtm.ca>
    Co-authored-by: Luis <luissastreverzun@gmail.com>
    Co-authored-by: Steve Alliance <stevealliance@Steves-Air.localdomain>
    Co-authored-by: Steve Alliance <stevealliance@Steves-MacBook-Air.local>
    Co-authored-by: steve-a-districtm <steve@districtm.net>
    6 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    67d184a View commit details
    Browse the repository at this point in the history
  10. JW Player Real Time Data Provider (prebid#5537)

    * [AD-469] Add player vendor.
    
    * ssets up targeting module
    
    * implements getTargeting
    
    * implements getPlayer
    
    * blocks bids until all targeting requests complete
    
    * makes getTarget more resilient
    
    * enables mdule hook
    
    * replaces triple dot notation
    
    * Revert "replaces triple dot notation"
    
    This reverts commit 7a76ea6.
    
    * Revert "Revert "replaces triple dot notation""
    
    This reverts commit 130aa2a.
    
    * checks current item only if mediaid is missing
    
    * adds unit tests
    
    * completes test cases
    
    * stores segments for current item
    
    * renames jwp targeting
    
    * refactors fetch tests
    
    * refactors get targeting tests
    
    * refactors blocking tests
    
    * renames module
    
    * cleans changes made to app nexus
    
    * removes setup and player utilities
    
    * renames onFetchCompletion
    
    * renames onFetchCOmpletion in unti tests
    
    * throws instead of early return
    
    * reduces timeout and introduces override
    
    * targeting timeout supersedes
    
    * renames feed fetch timeout
    
    * adds inline doc
    
    * uses find util
    
    * adds jwplayer rtd provider
    
    * implements targeting retrieval
    
    * ensures provider is found
    
    * implements init
    
    * jwTargeting is object
    
    * commits test file
    
    * adds file extension
    
    * adds tests
    
    * fixes test for proper structure
    
    * uses default clock mock
    
    * ends reqs before rtd module timeout
    
    * removes obsolete export
    
    * request counts updates in aggregate
    
    * cleans server mock after each test
    
    * deletes jwplayer targeting
    
    * includes content id
    
    * adds test for missing segment
    
    * getSegments is nullable
    
    * replaces condition with guard
    
    * updates doc
    
    * adds md file
    
    * adds example page
    
    Co-authored-by: vseventer <mark@vseventer.com>
    Co-authored-by: karimJWP <karimJWP@github.com>
    3 people authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    494015f View commit details
    Browse the repository at this point in the history
  11. Prebid 4.4.0 Release

    robertrmartinez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    1d1ffa3 View commit details
    Browse the repository at this point in the history
  12. Increment pre version

    robertrmartinez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8513f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. module rule documentation updates (prebid#5619)

    * module rule updates
    
    * Adding FPD.user
    bretg authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    32066aa View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Add sspBC adapter (prebid#5531)

    * add sspbc adapter
    
    * tests for sspbc adapter
    
    * sspBC adapter v4.5: set correct creativeId, add adomain to bid.meta, set test mode in adexchange, read site SN from bid response
    
    * sspBC adapter v4.5: set meta.advertiserDomains, update test to expect bid.meta
    
    * sspBC Adapter: add ajax tests (test ad with & without gdpr)
    
    * sspBC Adapter: remove ajax tests
    
    Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
    wojciech-bialy-wpm and Wojciech Biały authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    29bd8de View commit details
    Browse the repository at this point in the history
  2. [IdentityLinkIdSystem] - pass tcfv2 consent string to envelope api (p…

    …rebid#5634)
    
    * [IdentityLinkIdSystem] - pass tcfv2 consent string to envelope api
    
    * [IdentityLinkIdSystem] - used deepAccess
    NemanjaRajkovic9 authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b26bfe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f4b28 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update vidazooBidAdapter_spec.js (prebid#5639)

    * Update vidazooBidAdapter_spec.js
    
    * Update vidazooBidAdapter_spec.js
    patmmccann authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7001a23 View commit details
    Browse the repository at this point in the history
  2. Add smartxBidAdapter (prebid#5275)

    * Add smartclipBidAdapter
    
    * Updated imported files
    
    * .js file
    
    * Beautify code
    
    * Revert "Beautify code"
    
    This reverts commit da2aea7.
    
    * testing
    
    * partial tab fix
    
    * syntax fixes
    
    * further syntax fixes
    
    * Trailing spaces...
    
    * const parameters fpr smartInTxt Functions
    
    * const to var
    
    * // eslint-disable-next-line camelcase
    
    * new commit
    
    * Update Targeting
    
    * Update syntax
    
    * beautify code
    
    * remove trailing spaces
    
    * Update smartclipBidAdapter.md
    
    * Update smartclipBidAdapter.js
    
    * Update smartclipBidAdapter.js
    
    * rename files
    
    * added first unit tests, further adjustments
    
    * adjusted queries, ran gulp lint, etc
    
    * adjustments, further tests
    
    * extendet unit tests
    
    * naming for spec
    
    * adjusted bidfloor and bidfloorcur, removed old queries, adjustments in the markdown with more use cases
    
    * added more use cases within md file
    
    * layout fix
    
    * md layout
    
    * smartxBidAdapter.js - triple equals, removed context2 due to not used in params.ad_units. Adjusted query.
    smartxBidAdapter_spec.js - fixed typo
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <skylinar@web.de>
    3 people authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    71ff934 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    e2c4e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61536f4 View commit details
    Browse the repository at this point in the history