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

Update remote repository #17

Merged
merged 24 commits into from
Oct 14, 2021
Merged

Commits on Oct 7, 2021

  1. Cwire bid adapter: initial release (#7421)

    * working prebid response
    
    * add cwid to local storage
    
    * wip
    
    * write prebid tests, and prepare for release
    
    * cleanup
    
    * change param types & add cw refgroups array url parser
    
    * working prebid response
    
    * add cwid to local storage
    
    * wip
    
    * write prebid tests, and prepare for release
    
    * cleanup
    
    * change param types & add cw refgroups array url parser
    
    * required changes
    
    * remove double line
    
    * revert file to old content
    
    * bump
    
    * import only used functions from utils
    kodi authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    630b24e View commit details
    Browse the repository at this point in the history
  2. PubMatic Bid Adapter: fix a typo in outstreamAU param name docs (#7547)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit bc6c9f6.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit ef500ab.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit 7e3fa3f.
    
    * fixing a typo in outstreamAU param
    pm-harshad-mane authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    88bbec1 View commit details
    Browse the repository at this point in the history
  3. Ad Generation: adding new format and adomain support (#7533)

    * adding new format.
    
    adding test spec.
    
    adding test spec.
    
    * fix adgeneration adapter
    banakemi authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9c35483 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Ogury Bid Adapter: adding onTimeout support (#7535)

    * [SPY-10216] adding onTimeout support
    
    * [SPY-12216] reformulating test name
    mbouallagui authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    6d8a146 View commit details
    Browse the repository at this point in the history
  2. Dgkeeword RTD: add content type to request (#7550)

    * change to stop preflight.
    
    * stop preflight
    mediaconsortium-develop authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2e83adc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

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

Commits on Oct 12, 2021

  1. Talkads Bid Adapter: add new bid adapter (#7546)

    * Add files via upload
    
    * Add files via upload
    
    * Params update
    
    * Params update
    
    * Add test feature with fake test bid
    natexo-technical-team authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a9e1060 View commit details
    Browse the repository at this point in the history
  2. Pubmatic Bid Adapter: video.placement param missing message in debug (#…

    …7561)
    
    * Added video.placement param missing debug message
    
    * Added Adunit code along with message
    
    * Updated test cases for video placement missing scenario
    
    Co-authored-by: Kapil Tuptewar <kapiltuptewar@L1290.local>
    kapil-tuptewar and Kapil Tuptewar authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7123eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fe194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b14589b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74cd51a View commit details
    Browse the repository at this point in the history
  6. Support yahoo.com eid source value (#7563)

    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9d9621d View commit details
    Browse the repository at this point in the history
  7. Ogury Bid Adapter: Handle TTD as a new source (#7558)

    * add TTD URL in getUserSyncs method and related unit tests
    
    * Refactor unit tests naming
    
    * refactor unit test name
    AurelienMozoo authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e54ec61 View commit details
    Browse the repository at this point in the history
  8. Yieldlab Adapter: add support for iab content (#7413)

    * Yieldlab Adapter: add support for iab content
    
    * Yieldlab Adapter: use array.indexOf instead of array.includes
    
    * Yieldlab Adapter: support content object from first party data
    
    Co-authored-by: Yu Tong <y.tong@yieldlab.de>
    rey1128 and Yu Tong authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    424d9a0 View commit details
    Browse the repository at this point in the history
  9. Proxistore Bid Adapter: export vendor id in gvlid (#7553)

    * export vendor id
    
    * reformat
    
    * rollback package.json
    
    * change double quotes to single
    
    * fix line 185 single quote
    
    * fix last quotes
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    vincentproxistore and ChrisHuie authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a5ffc7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e60d065 View commit details
    Browse the repository at this point in the history
  11. Livewrapper Analytics Adapter: prioritize reporting Livewrapped floor…

    … data (#7554)
    
    * 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
    
    * Support for ID5
    Pass metadata from adapter
    
    * Typo in test + eids on wrong level
    
    * Fix for Prebid 3.0
    
    * Fix get referer
    
    * http -> https in tests
    
    * Native support
    
    * Read sizes from mediatype.banner
    
    * Revert accidental commit
    
    * Support native data collection + minor refactorings
    
    * Set analytics endpoint
    
    * Support for app parameters
    
    * Fix issue where adunits with bids were not counted on reload
    
    * Send debug info from adapter to external debugger
    
    * SChain support
    
    * Send GDPR data in analytics request
    
    * video support
    
    Video support
    
    * Report back floor via analytic
    
    * Send auction id and adunit/bidder connection id
    
    * Criteo id support
    
    * Updated example
    
    * livewrapped Analytics Adapter info file
    
    * Livewrapped gvlid
    
    * Pass parameter from wrapper
    
    * Read data-adunitid attribute on ad container if it exists and pass to analytics endpoint
    
    * Fix null check
    
    * Prioritize Livewrapped floors information over floor price module floor information
    bjorn-lw authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    60672a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. BLIINK Bid Adapter : Add new format, outstream, banner (#7529)

    * feat(adapter): Add bliink bid adapter
    
    * feat(tests): Add tests unit file
    
    * refactor: code optimisation and fix cookie sync
    
    * fix(bliinkAdapter): get meta value
    
    * update: Update documentation bliinkBidAdapter.md
    
    * update: Fix sizes in buildBid function
    
    * fix: step build
    
    * Revert "fix: step build"
    
    This reverts commit 9a746f5a175190ddd209f6f51bd71946a5575fe7.
    
    * fix: step build
    
    * fix: step build
    
    * fix: step build
    
    * fix: tests units
    
    * fix: js doc
    
    * fix: tests units
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    Co-authored-by: Jonathan <jonathan@bliink.io>
    Co-authored-by: samuel.kerboeuf <samuel@bliink.io>
    3 people authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    cf2395e View commit details
    Browse the repository at this point in the history
  2. Nativo Bid Adapter : refresh increment logic change (#7569)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    Co-authored-by: Joshua Fledderjohn <jfledderjohn@nativo.com>
    jsfledd and jsfledd authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c514d20 View commit details
    Browse the repository at this point in the history
  3. add docReferrer (#7551)

    Co-authored-by: atkachov <atkachov@admixer.ua>
    AdmixerTech and altkachov authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    719523b View commit details
    Browse the repository at this point in the history
  4. Yahoo SSP Bid Adapter: fix for adId (#7571)

    * Added ysspBidAdapter
    
    * Renaming to Yahoo SSP
    
    * changing all internal references from yssp to yahoossp
    
    * added alias for aol, onemobile, onedisplay
    
    * Removing aliases from adapter
    
    * Pass EU consent string in the correct location in the payload.
    
    * WIP
    
    * WIP
    
    * pubId support 1st draft
    
    * WIP
    
    * WIP
    
    * WIP pubId unit tests
    
    * WIP
    
    * WIP
    
    * pubid tests stable
    
    * pubId support
    
    * md update
    
    * site id inventory mapping fix
    
    * update to md file
    
    * update to md file
    
    * order userId list
    
    * added user id yahoo.com
    
    * placementId support
    
    * inventoryId & placementId stable unit tests
    
    * maintainer group update
    
    * maintainer group update
    
    * Redirecting to PubGW urls without .ads.
    
    * url switch fix
    
    * fetch specific utils
    
    * lint
    
    * change inventoryId to siteId
    
    * WIP
    
    * custom key-value pair support
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * updated FPD support
    
    * unit tests stable
    
    * unit tests stable
    
    * check includes
    
    * md file update
    
    * code review updates
    
    * WIP
    
    * WIP
    
    * code review comments
    
    * WIP
    
    * review comments implemented
    
    * update to md file
    
    * update to md file
    
    * update to md file
    
    * type fix
    
    * type fix
    
    * typo fix
    
    * readme structure
    
    * typo
    
    * yarn.lock removed
    
    * revert yarn.lock
    
    * SRA Mode adId fix
    
    * SRA adId patch v1.0.1
    
    * SRA adId patch v1.0.1
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    Co-authored-by: Samuel Adu <samuel.adu@gmail.com>
    3 people authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b8a7ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    e20c46f View commit details
    Browse the repository at this point in the history
  2. Pixfuture Bid Adapter: updated the getUserSyncs method (#7456)

    * Add files via upload
    
    * Add files via upload
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter_spec.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    Bug fixing: has been lost "pubext" parameter
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    Removing the trailing spaces in lines: 168 and 172
    
    * Add files via upload
    
    * Update pixfutureBidAdapter.js
    
    removing trilling spaces in the lines: 168,172,178
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Pixfuture Bid Adapter: updated the getUserSyncs method and changed utils import by separated methods instead whole utils
    
    updated the getUserSyncs method and changed utils import by separated methods instead whole utils
    
    * Fixed utls import
    
    Fixed utls import
    
    * Bugfixing remove non used fill import
    
    Bugfixing remove non used fill import
    
    * Update pixfutureBidAdapter.js
    
    * resolving conflicts
    
    * multiline fix
    
    Co-authored-by: polischukPix <o.polishchuk@pixfuture.com>
    Co-authored-by: Alexandr <i.polischukalexandr@gmail.com>
    3 people authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8cb2250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6aad6 View commit details
    Browse the repository at this point in the history