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

Merge prebid/Prebid into adform/Prebid #10

Merged
merged 75 commits into from
Jun 13, 2017
Merged

Merge prebid/Prebid into adform/Prebid #10

merged 75 commits into from
Jun 13, 2017

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    b58c9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441455d View commit details
    Browse the repository at this point in the history
  3. AdSupply adapter (#1162)

    * Added adsupply adapter
    
    * Added client Id
    
    * Fixed code review comments
    msadsupply authored and jaiminpanchal27 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    4be50ea View commit details
    Browse the repository at this point in the history
  4. Bidfluence CDN endpoint URL update (#1163)

    * Updated Cdn endpoint
    
    * Update test Ids
    francescocristallo authored and Matt Kendall committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a374e81 View commit details
    Browse the repository at this point in the history
  5. added audit beacon to detect misuse of this bidder. Detects auctions… (

    …#1134)
    
    * added audit beacon to detect misuse of this bidder.  Detects auctions within iframes or popup windows.
    
    * fix for bug #1123 - Rhythmone: Multiple requestBids Not Working.  An auction ended flag was set, preventing additional auctions from completing.  This has been removed along with some google analytics tracking code.
    
    * Altered the beacon logging domain to something with a functional SSL cert.
    
    * updating s3 bucket name
    
    * updating s3 bucket name _again_.
    
    * Adding optional curly braces.  Removing optional parentheses.
    jstocker76 authored and matthewlane committed May 2, 2017
    Configuration menu
    Copy the full SHA
    2652fc0 View commit details
    Browse the repository at this point in the history
  6. remove old adloader#trackPixel (#1159)

    snapwich authored and Nate Cozi committed May 2, 2017
    Configuration menu
    Copy the full SHA
    7fde081 View commit details
    Browse the repository at this point in the history
  7. Pubgears Header Bidding Adapter (#953)

    * adapters/pubgears: initial commit of adapter, unit tests
    
    * adapters/pubgears: new specs
    
    * adapaters.json: added pubgears
    
    * 😎 style fixes
    
    * pubgears: support for non-array `sizes` bids
    
    * pubgears: use `placementCode`, not `adUnitCode`
    
    * pubgears style changes
    
    * pubgears: remove vertical white-space
    
    * pubgears: use utils.replaceInToken instead of own
    
    also add unit test to insure tokens in creative template are expanded
    correctly
    
    * rename test ... ahem ...
    
    * pubgears: send $0 bid as status code 2
    Walexander authored and Nate Cozi committed May 2, 2017
    Configuration menu
    Copy the full SHA
    c17c483 View commit details
    Browse the repository at this point in the history
  8. Prebid Server to Server (#1165)

    * s2s
    
    * -update
    
    * Revert "-update"
    
    This reverts commit 1bcd3cb.
    
    * fixed heigth and width
    
    * updates
    
    * Prebid server to server
    
    * Add cookie sync
    
    * Adding bid to bidsRequested
    
    * Updated bid_id code returned by server
    
    * update per URL coming back in response
    
    * saving bid requests in adapter
    
    * Unit tests for s2s adapter
    
    * Handling no bid response and cookie sync url updates
    
    * Code refactor, added new param to s2sConfig public api
    
    * Added missing functions back and updated endpoint
    
    * Added required param check and unit tests
    
    * top url fix
    
    * Remove clutter and bug fix
    
    * Add cookie persist.
    
    * Rename s2s to prebidServer.
    
    * Add back unit tests.
    
    * Update cookie persist.
    
    * substitute for the `${AUCTION_PRICE}` macro
    
    * address review notes
    
    * Adding adapter back
    jaiminpanchal27 authored and Nate Cozi committed May 2, 2017
    Configuration menu
    Copy the full SHA
    4470c08 View commit details
    Browse the repository at this point in the history
  9. AOL Adapter - ONE Mobile endpoint implemented. (#1115)

    * ONE Mobile implemented.
    
    * Fixed JSHint issues.
    
    * Remove logic for supporting old browsers.
    mpereira96 authored and jaiminpanchal27 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    22b9422 View commit details
    Browse the repository at this point in the history
  10. Quantcast adaptor (#1063)

    * Initial code
    
    * First cut of the adapter
    
    * Renaming for consistency
    
    * Indendation and syntax changes
    
    * request processing has been completed
    
    * Further testing
    
    * Switched to using Placement Code
    
    * Renamed the fields of request and response to be more consistent with Prebid.js
    
    * Added Unit tests
    
    * Changed the URL
    
    * Fixed nit:spacing issues
    
    * Added fix for the case when request is not found for whatever reason in the requests object
    
    * nit being resolved
    
    * Addressing comments
    
    * Fixed the indentation as per jshint errors on travis-ci build
    
    * Replacing qcx with Quantcast and changing URL
    
    * removed use of internal constants
    
    * Use getBidRequest
    
    * Pass bidRequest as second param
    
    * Wrapping the JSON parse in try/catch
    
    * Replacing pbjs use to 681PREBID_GLOBAL681
    
    * Fixing JSHint errors
    
    * Replacing array wrapping with parseSizesInput usage to make it cleaner
    
    * Fixed the error, not caught in gulp test
    
    * No need to compare to undefined since as per new code, we only need to match to null
    
    * Fixed the warning
    
    * integration testing and adding quantcast to the demo html page
    
    * Converting sizes into an object and removing the single size object
    
    * Added withCredentials variable to AJAX calls
    
    * using placement code as the key
    
    * Adding the bidder code and request id to responseBid
    ShreeniwasIyer authored and Nate Cozi committed May 2, 2017
    Configuration menu
    Copy the full SHA
    90e67f0 View commit details
    Browse the repository at this point in the history
  11. Audience Network: bid when at least one valid slot size (#1148)

    lovell authored and Matt Kendall committed May 2, 2017
    Configuration menu
    Copy the full SHA
    2b3161f View commit details
    Browse the repository at this point in the history
  12. Widespace adapter validate size fix (#1140)

    * A bugfix where we was validating the bid sizes wrong. Causing that we rejected bid responses that was not in a square format.
    After this fix we can deliver panorama ad´s etc.
    
    * Updated version number to 1.0.1
    
    * forcing Travis to rebuild
    jonasmattsson1 authored and jaiminpanchal27 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    8fbb1e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0956c74 View commit details
    Browse the repository at this point in the history
  14. Prebid 0.23.0 Release

    protonate committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f97cccc View commit details
    Browse the repository at this point in the history
  15. pre-release version bump

    protonate committed May 2, 2017
    Configuration menu
    Copy the full SHA
    d6fd130 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Bugfix: internal bids requested overwritten (#1173)

    * promote getBidderRequest to utils
    
    * handle no_bid and no_cookie lookups on bidsRequested
    
    remove internal bids requested collection
    
    * no bid response creates bid with bid_ad, ad_unit
    Nate Cozi authored and matthewlane committed May 3, 2017
    Configuration menu
    Copy the full SHA
    41526ba View commit details
    Browse the repository at this point in the history
  2. Improve footer styling (#1171)

    matthewlane authored and Nate Cozi committed May 3, 2017
    Configuration menu
    Copy the full SHA
    40a8848 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. fix size mapping for s2s (#1175)

    Matt Kendall authored and Nate Cozi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7fba6dd View commit details
    Browse the repository at this point in the history
  2. add lodash as dependency (#1174)

    snapwich authored and dbemiller committed May 4, 2017
    Configuration menu
    Copy the full SHA
    73dfa73 View commit details
    Browse the repository at this point in the history
  3. Bugfix/encoding url (#1178)

    * fix size mapping for s2s
    
    * fixed bug with double encoding cookie sync URL
    Matt Kendall authored and Nate Cozi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    efed21e View commit details
    Browse the repository at this point in the history
  4. check array length when mapping sizes (#1180)

    Nate Cozi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    337328f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Sharethrough: Change to using a closure for the callback from ajax to…

    … preserve bidObj (#1108)
    
    * Change to using a closure for the callback from ajax to preserve bidObj
    
    * fix jslint errors
    
    * update version
    
    * fix specs
    
    * put entire callback inside try catch
    
    * tests uses fake server
    
    * removed exposing callback
    rizhang authored and Matt Kendall committed May 5, 2017
    Configuration menu
    Copy the full SHA
    38d6d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62114d View commit details
    Browse the repository at this point in the history
  3. Clear cookie sync to prevent multiple calls (#1181)

    * Clear cookie sync to prevent multiple calls
    
    * unit tests
    
    * style fixed
    
    * put back margin
    Matt Kendall authored and Nate Cozi committed May 5, 2017
    Configuration menu
    Copy the full SHA
    0e70c38 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Add trafficSourceCode + test (#1184)

    Matt Kendall committed May 8, 2017
    Configuration menu
    Copy the full SHA
    8bb3e7f View commit details
    Browse the repository at this point in the history
  2. Prebid 0.23.1 Release

    protonate committed May 8, 2017
    Configuration menu
    Copy the full SHA
    32053f7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. pre release version bump

    protonate committed May 9, 2017
    Configuration menu
    Copy the full SHA
    3252cb4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. inclusion of popular Nordic ad sizes to default size list (#1168)

    inclusion of popularNordic ad sizes to default size list
    
    Removed redundant 104 size and added size 32 instead
    
    Fixed trailing comma
    Suren Silva authored and snapwich committed May 10, 2017
    Configuration menu
    Copy the full SHA
    0eba2bc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Add PubWise Analytics (#1151)

    * PubWise Analytics
    
    * Updates based on Feedback
    GLStephen authored and Matt Kendall committed May 15, 2017
    Configuration menu
    Copy the full SHA
    0b9dc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7ef8f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Add type conversion into PrebidServer to handle inconsistent types. (#…

    …1195)
    
    * Add type conversion into prebxdserver to handle inconsistent types.
    
    * Only check for params that exist.
    
    * adding test
    
    * fix string conversion and add unit tests
    
    * fix for code review
    
    * add debug output
    
    * remove accidental commit
    
    * newline
    Matt Kendall committed May 16, 2017
    Configuration menu
    Copy the full SHA
    2485377 View commit details
    Browse the repository at this point in the history
  2. Bug fix: bids served by secure creatives does not get pushed into _wi…

    …nningBids (#1192)
    canyousayyes authored and Nate Cozi committed May 16, 2017
    Configuration menu
    Copy the full SHA
    ecc4f33 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Add dynamic bidfloor parameter to Smart Adserver Adapter (#1194)

    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add dynamic bidfloor option in the SmartAdServer prebid call.
    Sébastien F authored and Matt Kendall committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ed24249 View commit details
    Browse the repository at this point in the history
  2. Upgrade linters to ESLint with stricter code style (#1111)

    * Upgraded to ESLint with stricter code style, for both sources and tests
    * Updated some dependencies and the yarn.lock file
    matthewlane authored and dbemiller committed May 17, 2017
    Configuration menu
    Copy the full SHA
    0799a64 View commit details
    Browse the repository at this point in the history
  3. Add Support for DigiTrust in Rubicon Adapter (#1201)

    * Add support for DigiTrust
    
    * Add rubicon tests covering digitrust failures
    
    * Remove whitespace in Rubicon adapter
    grevory authored and harpere committed May 17, 2017
    Configuration menu
    Copy the full SHA
    4b938b2 View commit details
    Browse the repository at this point in the history
  4. HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (#…

    …1133)
    
    * Remove batching mechanism and use AJAX instead of JSONP
    
    * Fix `undefined` value checks
    ronenst authored and jaiminpanchal27 committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ca4c66a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Rename secureCreatives file and lint (#1203)

    * Rename secureCreatives file and lint
    
    * Updated package script for linting
    
    * Use 'gulp run-tests' in package script for testing
    grevory authored and matthewlane committed May 18, 2017
    Configuration menu
    Copy the full SHA
    a12fd8a View commit details
    Browse the repository at this point in the history
  2. Common user-sync (#1144)

    ckbo3hrk authored and Nate Cozi committed May 18, 2017
    Configuration menu
    Copy the full SHA
    d630e3b View commit details
    Browse the repository at this point in the history
  3. updated tag (#1212)

    jaiminpanchal27 authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    df1d0f7 View commit details
    Browse the repository at this point in the history
  4. Allowed setTargetingForGPTAsync() to target specific ad unit codes. (#…

    …1158)
    
    * Allowed setTargetingForGPTAsync() to target specific ad unit codes.
    
    Adds a paremeter to setTargetingForGPTAsync that allows it to set the
    targeting for specific ad unit codes (as divs).
    
    * Updated comments to pass linting.
    schiem authored and Nate Cozi committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9c9bf4a View commit details
    Browse the repository at this point in the history
  5. Fixes #1114 possible xss issue (#1186)

    * Fixes #1114 possible xss issue
    
    * fix linting error
    Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    18955eb View commit details
    Browse the repository at this point in the history
  6. Improvement/prebid iframes amp pages (#1119)

    * load prebid per amp-ad iframe
    
    remove bidder setting, clean up PR
    
    adjust auction duration, clean up
    
    * example of single auction option
    Nate Cozi authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    ae3deb6 View commit details
    Browse the repository at this point in the history
  7. Updated documentaion (#1160)

    * Added some links, and reorganized the documentation a little bit. Removed some details which seemed superfluous to me.
    
    * Updated headers.
    
    * Spread the additional resources sections throughout the docs. Re-added some information about pull requests.
    dbemiller authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    1803b5a View commit details
    Browse the repository at this point in the history
  8. Improvement/alias queue (#1156)

    * Replaced que with queue. Made the line terminator characters in pbjs_example_gpt.html be unix-like, rather than windows-like.
    
    * Removed some redundant tests.
    
    * Separated que from queue, and added a deprecation warning. Wrote unit tests.
    
    * Limited the number of deprecation warnings to at most 2.
    
    * Style fixes.
    
    * Removed the deprecation warnings.
    
    * Renamed queue to cmd, per the github poll.
    
    * Fixed two more occurrences of outdated strings/comments.
    dbemiller authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    29a521e View commit details
    Browse the repository at this point in the history
  9. Add native support (#1072)

    * Prebid native
    
    * Support native mediaType on adUnits and validate native bidders
    
    * Recognize native mediaType on bid request and set on bid response
    
    * Validate bid response contains required native assets
    
    * Test native bid validation
    
    * Support v3 endpoint and response
    
    * Set up for writing native adapters array at build time
    
    * Fire native impression trackers
    
    * Use native targeting keys in enableSendAllBids
    
    * Update v3 native bid shapes
    
    * Build native-enabled adapters list from adapters.json
    
    * Fix linting errors
    
    * Move functions to utils
    
    * Use existing utils function
    
    * Fire requests for bidders that support native
    
    * Clarify mapping mechanism
    
    * Test native request
    
    * Add served ad to _winningBids
    
    * Camel case asset properties
    matthewlane authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    694dfba View commit details
    Browse the repository at this point in the history
  10. Improvement/timeout xhr (#1172)

    * implement timeout on ajax requests
    
    * missing semi-colon
    Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    223b969 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. When prebid server issues a no-bid response, call addBidResponse for …

    …every adUnit requested (#1204)
    
    * No bid response has no ad unit, create bid response for every ad unit requested
    
    To fix #1196
    
    * Test to cover cases when response has no bids
    
    * Pass through the bid object to link request and response
    
    * Some fixes to support new linting
    
    * Populated wrong field
    
    * Generate status NO_BID response if server requested usersync
    dmitriyshashkin authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    baff871 View commit details
    Browse the repository at this point in the history
  2. Thoughtleadr adapter - fix postMessage (#1207)

    ilya-pirogov authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    4c2f3b4 View commit details
    Browse the repository at this point in the history
  3. Beachfront adapter - add ad unit size (#1183)

    * Added ad unit size to bid request
    
    * Fixed lint errors
    
    * Added ad unit size to bid request
    
    * Prebid 0.23.1 Release
    
    * Add trafficSourceCode + test (#1184)
    
    * pre release version bump
    
    * inclusion of popular Nordic ad sizes to default size list (#1168)
    
    inclusion of popularNordic ad sizes to default size list
    
    Removed redundant 104 size and added size 32 instead
    
    Fixed trailing comma
    
    * Add PubWise Analytics (#1151)
    
    * PubWise Analytics
    
    * Updates based on Feedback
    
    * add new rp_secure param to rubicon adapter (#1190)
    
    * Add type conversion into PrebidServer to handle inconsistent types. (#1195)
    
    * Add type conversion into prebxdserver to handle inconsistent types.
    
    * Only check for params that exist.
    
    * adding test
    
    * fix string conversion and add unit tests
    
    * fix for code review
    
    * add debug output
    
    * remove accidental commit
    
    * newline
    
    * Add dynamic bidfloor parameter to Smart Adserver Adapter (#1194)
    
    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add dynamic bidfloor option in the SmartAdServer prebid call.
    
    * Bug fix: bids served by secure creatives does not get pushed into _winningBids (#1192)
    
    * Upgrade linters to ESLint with stricter code style (#1111)
    
    * Upgraded to ESLint with stricter code style, for both sources and tests
    * Updated some dependencies and the yarn.lock file
    
    * Add Support for DigiTrust in Rubicon Adapter (#1201)
    
    * Add support for DigiTrust
    
    * Add rubicon tests covering digitrust failures
    
    * Remove whitespace in Rubicon adapter
    
    * HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (#1133)
    
    * Remove batching mechanism and use AJAX instead of JSONP
    
    * Fix `undefined` value checks
    
    * Rename secureCreatives file and lint (#1203)
    
    * Rename secureCreatives file and lint
    
    * Updated package script for linting
    
    * Use 'gulp run-tests' in package script for testing
    
    * updated tag (#1212)
    
    * Common user-sync (#1144)
    
    * Changed “bidRequest” to “bid” for clarity
    bfmdeploy authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    3f9ac58 View commit details
    Browse the repository at this point in the history
  4. Probed 0.24.0 Release

    jaiminpanchal27 committed May 19, 2017
    Configuration menu
    Copy the full SHA
    6a8f481 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    jaiminpanchal27 committed May 19, 2017
    Configuration menu
    Copy the full SHA
    472a8c7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Map sponsor request param to endpoint param (#1219)

    matthewlane authored and Nate Cozi committed May 24, 2017
    Configuration menu
    Copy the full SHA
    b97baca View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Bugfix/target filtering api fix (#1220)

    * fix bug and unit tests
    
    * Fix space
    
    * PR review fix
    
    * Address review comments. Fix 1 more bug :)
    
    * Add back alias
    
    * Make sure we reset targeting properly based on input type.
    
    * update per review
    
    * defensive coding
    Matt Kendall authored and Nate Cozi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a4d5160 View commit details
    Browse the repository at this point in the history
  2. Audience Network: separate size from format (#1218)

    lovell authored and Nate Cozi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    ea7b5fa View commit details
    Browse the repository at this point in the history
  3. tests: drop ie9 browserstack test

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    fb14458 View commit details
    Browse the repository at this point in the history
  4. Prebid 0.24.1 Release

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a2fb6c8 View commit details
    Browse the repository at this point in the history
  5. pre-release version bump

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    5170880 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Missing 250x250 ad size (#1225)

    benjaminclot authored and Nate Cozi committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9b66380 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Adding deal id to bid response (#1252)

    * Adding deal id to bid response
    
    * Added unit test for deal id
    jaiminpanchal27 authored and Nate Cozi committed May 31, 2017
    Configuration menu
    Copy the full SHA
    de09a97 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. admixer adapter: add "video" mediaType support (#1200)

    * Atomx adapter: add "video" mediaType support
    
    * admixer adapter: fix lint errors
    Galphimbl authored and dbemiller committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    d4748d0 View commit details
    Browse the repository at this point in the history
  2. create adapter adyoulike (#1155)

    * create adapter adyoulike
    
    * move bidRequests in callBids scope
    
    * update adyoulike.js and adyoulike_spec.js syntax
    
    * refactor getReferrerUrl and getCanonicalUrl
    jbAdyoulike authored and jaiminpanchal27 committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    6b36d64 View commit details
    Browse the repository at this point in the history
  3. Fixes #998 Allow keyvalues, gender and age to be passed in PubMatic (#…

    …1213)
    
    * Fixes #998 Allow keyvalues, gender and age to be passed in PubMatic's adapter
    
    * Linting and make sure to define variables
    ptomasroos authored and dbemiller committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    cf76e85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece853a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Fixed syntax error in iframe content template (#1272)

    jmanwaring authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    fd7ae19 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in the gulpfile which caused bad /dev/ rebuilds when watc…

    …hing files with gulp serve (#1276)
    dbemiller authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    53abddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c1dc5 View commit details
    Browse the repository at this point in the history
  4. Adding Video Support for Conversant Adapter (#1153)

    * Added support for video
    * Added tag_id parameter
    * Added position parameter
    * Changed API endpoint
    * Added support for multiple sizes per ad unit
    trex-conversant authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    3d174d1 View commit details
    Browse the repository at this point in the history
  5. Prevent 'about:' protocol in _publisherTagUrl (#1170)

    * handle pubmatic targeting key value pairs if in DFP GPT format
    
    * hardcoded pubmatic request to https as protocol-less url prevents chrome req from injected iframe
    
    * add newline for consistency
    
    * specifically check for http prot, fall back to https in crit adapter
    
    * added spaces to pass eslint #1170
    
    * removed blank line refs PR #1170
    tomraa authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    66089e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Rubicon Adapter - Adding 320x150 (#1279)

    levjad authored and bretg committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    adf68ae View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Add drop pixels once feature to AOL Adapter (#1224)

    * Added drop pixels once feature.
    
    * Fixed code style.
    vzhukovsky authored and Nate Cozi committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    afd7da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a0f9c View commit details
    Browse the repository at this point in the history
  3. Trion adapter (#1254)

    * Adding a new Trion Interactive Adapter and associated tests to prebid.
    
    * adding pub and section id grab before user sync is called
    
    * sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location
    
    * Revert "sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location"
    
    This reverts commit 2bab824.
    
    * Revert "Revert "sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location""
    
    This reverts commit 7786302.
    grohm33 authored and dbemiller committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    d019890 View commit details
    Browse the repository at this point in the history
  4. Getting DigiTrustID in GumGum adapter (#1256)

    * get DigiTrust ID from DigiTrust Object, if present, and send to our endpoint
    
    * no longer retrieving DigiTech.keyv from DigiTrust object as we are not using it - at least for the moment. And remaned dt.id query param to just dt
    bruscantini authored and jaiminpanchal27 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    f17ec54 View commit details
    Browse the repository at this point in the history
  5. Integration test page for adapters (#1182)

    * Added a hello world example page for testing new adapter submissions.
    
    * Added a line to the README which (hopefully) will point adapter PRs to the new test page.
    
    * Updated the github PR template.
    dbemiller authored and matthewlane committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    b680317 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

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