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

Upgrade Quantcast adapter for Prebid 1.0 #1753

Merged
merged 24 commits into from Oct 26, 2017
Merged

Upgrade Quantcast adapter for Prebid 1.0 #1753

merged 24 commits into from Oct 26, 2017

Commits on Oct 15, 2017

  1. Add v1.0 adapter skeleton

    Li Xinyang committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    b87dc31 View commit details
    Browse the repository at this point in the history
  2. Fix a typo in variable name declaration

    Li Xinyang committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    275b772 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Change spec dependencies

    Li Xinyang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    017c89c View commit details
    Browse the repository at this point in the history
  2. Add new describes for test

    Li Xinyang authored and Li Xinyang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    e94e790 View commit details
    Browse the repository at this point in the history
  3. Move URL detechtion inside buildRequests method

    Li Xinyang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    08c4300 View commit details
    Browse the repository at this point in the history
  4. Add necessary cases

    Li Xinyang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    d276ad1 View commit details
    Browse the repository at this point in the history
  5. Clean test cases

    Li Xinyang committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    642115d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Export Quantcast adapter constants

    Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    444a2bf View commit details
    Browse the repository at this point in the history
  2. Implemenent test cases

    Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    d99851e View commit details
    Browse the repository at this point in the history
  3. Fix wrong ports number

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    5a7809e View commit details
    Browse the repository at this point in the history
  4. Correct test cases

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    553b34d View commit details
    Browse the repository at this point in the history
  5. Make string with single quote

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    abf387a View commit details
    Browse the repository at this point in the history
  6. Remove unused statements

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    459ca31 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove unused statements"

    This reverts commit 459ca31.
    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    83a4de0 View commit details
    Browse the repository at this point in the history
  8. Remove unused statements

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    6520c69 View commit details
    Browse the repository at this point in the history
  9. Change string to single quote

    Li Xinyang authored and Li Xinyang committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    7ad07a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Fix sizes type

    Li Xinyang authored and Li Xinyang committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    c79279f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Fix the sizes propty name typo in the spec

    Li Xinyang authored and Li Xinyang committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    b95315f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Remove unused method, key value and comments

    Li Xinyang committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    1322e00 View commit details
    Browse the repository at this point in the history
  2. Update the spec

    Li Xinyang committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    4b1aef8 View commit details
    Browse the repository at this point in the history
  3. Change code using single quote

    Li Xinyang committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    2b56022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bee2344 View commit details
    Browse the repository at this point in the history
  5. Handle undefined Server Response

    Li Xinyang committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    417852e View commit details
    Browse the repository at this point in the history
  6. Add required params from the server response

    Li Xinyang authored and Li Xinyang committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    d6a00e6 View commit details
    Browse the repository at this point in the history