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

Legacy Sonobi Adapter - Added debugging and analytics params to bid request. #2464

Merged
merged 10 commits into from
May 1, 2018

Conversation

JonGoSonobi
Copy link
Contributor

Type of change

  • Bugfix
  • Feature

Description of change

No documentation change necessary.
Added extra parameters for debugging and analytics purposes.
Fixed issue where sonobi adapter might make a bid request with an empty key_maker object.

@@ -287,9 +286,14 @@ describe('Sonobi adapter tests', () => {

it('should attempt to call bidder for: ' + adUnitName, () => {
adapter.callBids(adUnit);
expect(stubLoadScript.args[0][0].indexOf('vp=tablet')).to.not.equal(-1);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will fail in browserstack (as I've learned after merging the 1.0 version of this) since it tests on various devices. You need to do a fix similar to something like I did here for the master branch: 3767129

@JonGoSonobi
Copy link
Contributor Author

@snapwich ah I didn't realize. I committed the changes.

@snapwich snapwich merged commit 729196e into prebid:legacy May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants