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

Add freewheel ssp bidder adapter for prebid 1.0 #1793

Merged
merged 52 commits into from
Dec 19, 2017

Commits on Jan 5, 2017

  1. add stickyadsTV bidder adapter

    guillaume-sticky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    632c8c1 View commit details
    Browse the repository at this point in the history
  2. init unit test file

    guillaume-sticky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    a91ac2d View commit details
    Browse the repository at this point in the history
  3. ad some unit tests

    guillaume-sticky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    9e2d70e View commit details
    Browse the repository at this point in the history
  4. fix unit test on ad format with parameters

    guillaume-sticky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    9c92c3e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. add some unit tests

    guillaume-sticky committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    7ed68e9 View commit details
    Browse the repository at this point in the history
  2. add unit tests on getBid method

    guillaume-sticky committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    88a45ac View commit details
    Browse the repository at this point in the history
  3. add some test cases in unit tests

    guillaume-sticky committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    7d6bf3c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. minor fix on component id tag.

    guillaume-sticky committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    affdd67 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. remove adapters-sticky.json test file

    guillaume-sticky committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    654a473 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    3b0760e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. use top most accessible window instead of window.top

    guillaume-sticky committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    8c0f143 View commit details
    Browse the repository at this point in the history
  2. Pass in the bid request in the createBid call.

    guillaume-sticky committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    fd877dc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. use top most accessible window instead of window.top

    guillaume-sticky committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    09f7348 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    28a36a6 View commit details
    Browse the repository at this point in the history
  3. add unit tests

    guillaume-sticky committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    90264e8 View commit details
    Browse the repository at this point in the history
  4. update unit tests

    guillaume-sticky committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    29453af View commit details
    Browse the repository at this point in the history
  5. fix unit test.

    guillaume-sticky committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    b664ee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. fix CI build

    guillaume-sticky committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    57c31a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    2915576 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    c5c41be View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. add alias freewheel-ssp

    guillaume-sticky committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    475eee3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    71bfaa1 View commit details
    Browse the repository at this point in the history
  2. update unit tests on bidderCode value

    guillaume-sticky committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    410ee00 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Merge branch 'master' into master

    Matt Kendall authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    8f7c947 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    Conflicts:
    	src/adapters/stickyadstv.js
    	test/spec/adapters/stickyadstv_spec.js
    guillaume-sticky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    1d7be59 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. fix component id values and add unit tests

    guillaume-sticky committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    b09dfdd View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d5e6d79 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. allws to use any outstream format.

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    d52df6f View commit details
    Browse the repository at this point in the history
  2. fix ASLoader on futur outstream format versions

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    9ad2b7f View commit details
    Browse the repository at this point in the history
  3. minor: fix code format.

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    427b45c View commit details
    Browse the repository at this point in the history
  4. update unit tests

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    c65c62d View commit details
    Browse the repository at this point in the history
  5. minor fix code format

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    23639ff View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'Prebid/master'

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    8c26777 View commit details
    Browse the repository at this point in the history
  7. minor: add missing new line at eof

    guillaume-sticky committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    7b2ff67 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    Conflicts:
    	modules/stickyadstvBidAdapter.js
    guillaume-sticky committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    cea7ebd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Merge remote-tracking branch 'Prebid/master'

    Conflicts:
    	modules/stickyadstvBidAdapter.js
    guillaume-sticky committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    025f361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecaff5e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    584d8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545876d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4735b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6db605 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    6740fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aae6c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

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

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    fc3e217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6360b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ccb39d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f7c27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efee22b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91029d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

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

Commits on Dec 8, 2017

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