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

Flipp Bid Adapter: fix height parameter #11633

Merged
merged 23 commits into from
Jun 3, 2024
Merged

Commits on Mar 6, 2023

  1. Flipp Bid Adapter: initial release

    * Added flippBidAdapter
    mike-lei committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    900681f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. OFF-372 Support DTX/Hero in flippBidAdapter (#2)

    * support creativeType
    
    * OFF-422 flippBidAdapter handle AdTypes
    
    ---------
    
    Co-authored-by: Jairo Panduro <[email protected]>
    mike-lei and jpanduro-blackbird committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3e78053 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. OFF-465 Add getUserKey logic to prebid.js adapter (#3)

    * Support cookie sync and uid
    
    * address pr feedback
    
    * remove redundant check
    mike-lei committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    302de4d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 18, 2023

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

Commits on May 25, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 30, 2023

  1. fix docs

    mike-lei committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8030c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e9b83 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. use client bidding endpoint

    mike-lei committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b84ba5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5dc3e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. OFF-876 [Prebid Adapter] Check userKey for empty string (#6)

    * add more checks to userKey
    
    * update document
    
    * add uuid format statement
    mike-lei committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1801066 View commit details
    Browse the repository at this point in the history
  2. merge latest

    mike-lei committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8e5a9aa View commit details
    Browse the repository at this point in the history
  3. modify docs

    mike-lei committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5d18ac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. fix network id

    mike-lei committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d872f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0dc956 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d839521 View commit details
    Browse the repository at this point in the history
  2. OFF-1455 [Prebid.js] height should use the compactHeight and standard…

    …Height fields in decisions response (#8)
    
    * Flipp Bid Adapter: initial release
    
    * Added flippBidAdapter
    
    * OFF-372 Support DTX/Hero in flippBidAdapter (#2)
    
    * support creativeType
    
    * OFF-422 flippBidAdapter handle AdTypes
    
    ---------
    
    Co-authored-by: Jairo Panduro <[email protected]>
    
    * OFF-465 Add getUserKey logic to prebid.js adapter (#3)
    
    * Support cookie sync and uid
    
    * address pr feedback
    
    * remove redundant check
    
    * OFF-500 Support "startCompact" param for Prebid.JS #4
    
    * set startCompact default value (#5)
    
    * fix docs
    
    * use client bidding endpoint
    
    * update unit testing endpoint
    
    * OFF-876 [Prebid Adapter] Check userKey for empty string (#6)
    
    * add more checks to userKey
    
    * update document
    
    * add uuid format statement
    
    * modify docs
    
    * fix network id
    
    * use compactHeight and standardHeight in customData
    
    ---------
    
    Co-authored-by: Jairo Panduro <[email protected]>
    mike-lei and jpanduro-blackbird committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e6506e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f525b1 View commit details
    Browse the repository at this point in the history
  4. Update flippBidAdapter.js

    mike-lei committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a3dbd42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5675b4 View commit details
    Browse the repository at this point in the history
  6. update docs

    mike-lei committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c5b9b34 View commit details
    Browse the repository at this point in the history
  7. fix unit test

    mike-lei committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f657c07 View commit details
    Browse the repository at this point in the history