-
Notifications
You must be signed in to change notification settings - Fork 0
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
Connatix events #11
base: master
Are you sure you want to change the base?
Connatix events #11
Conversation
…weability or the publisher does not sent us the viewability container id
Tread carefully! This PR adds 1 linter warning (possibly disabled through directives):
|
modules/connatixBidAdapter.js
Outdated
bidId, | ||
mediaTypes, | ||
sizes, | ||
placementId: params.placementId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can make use of destructuring to get these 2 out of params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
modules/connatixBidAdapter.js
Outdated
if (!isConnatixTimeout) { | ||
return; | ||
} | ||
const timeout = timeoutData.timeout || config.getConfig('bidderTimeout') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we use ?? instead to prevent any issues with tmeout being set to 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will replace this with isNumber(timeoutData.timeout) ? timeoutData.timeout : config.getConfig('bidderTimeout')
Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):
|
Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):
|
Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):
|
Type of change
Bugfix
Feature
New bidder adapter
Updated bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Other information