Skip to content

33across Bid Adapter: Bugfix + Refactor#2024

Merged
matthewlane merged 11 commits intoprebid:masterfrom
33Across:master
Feb 6, 2018
Merged

33across Bid Adapter: Bugfix + Refactor#2024
matthewlane merged 11 commits intoprebid:masterfrom
33Across:master

Conversation

@curlyblueeagle
Copy link
Contributor

@curlyblueeagle curlyblueeagle commented Jan 10, 2018

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other

Description of change

  • Fixed how creativeId was being interpreted in response. It was incorrectly looking for it in bidder ext
  • Added test mode which will guarantee a bid response (real or test) and thus help regression test better
  • Fixed lint errors in tests
  • Removed ability to set test url via parameters.
  • test parameters for validating bids
{
  bidder: '33across',
  params: {
    siteId: 'aRlI5W_9yr5jkxacwqm_6r',
    productId: 'inpage',
    test: 1
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

Other information

@harpere harpere self-requested a review January 12, 2018 05:12
@harpere harpere self-assigned this Jan 12, 2018
@mkendall07 mkendall07 added this to the Prebid 1.3 release milestone Jan 24, 2018
@jaiminpanchal27 jaiminpanchal27 self-requested a review February 6, 2018 18:11
Copy link
Collaborator

@jaiminpanchal27 jaiminpanchal27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matthewlane matthewlane merged commit aee2ef0 into prebid:master Feb 6, 2018
Millerrok pushed a commit to Vertamedia/Prebid.js that referenced this pull request Feb 12, 2018
* 'master' of https://github.com/prebid/Prebid.js: (51 commits)
  Update maintainer email (prebid#2132)
  Replace event string with constant (prebid#2128)
  Add adapter for IAS (prebid#2056)
  Fix sovrn dealid (prebid#2119)
  Added support for NURL and ADM as backup (prebid#2112)
  fix bug where hooked functions w/ no hooks weren't ran immediately (prebid#2115)
  Increment pre version
  Prebid 1.3.1 Release
  Omit app and device if not present rather than send false (prebid#2116)
  Increment pre version
  Prebid.js 1.3.0 Release
  Unit test fixes (prebid#2111)
  must explicitly list pre1api for it to be included in build (prebid#2097)
  adkernel adapter additional bid parameters (prebid#2105)
  removing userSync (prebid#2032)
  33across Bid Adapter: Bugfix + Refactor (prebid#2024)
  Port calling order fix to 1.x  (prebid#2067)
  Update adform adapter request (prebid#2107)
  Serverbid Bid Adapter: getUserSyncs and new adsizes (prebid#2106)
  Add hfa and pv parameter to request payload (prebid#2109)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments