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

Connatix events #11

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Connatix events #11

wants to merge 21 commits into from

Conversation

rares-mihai-preda
Copy link
Collaborator

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

Copy link

Tread carefully! This PR adds 1 linter warning (possibly disabled through directives):

  • modules/connatixBidAdapter.js (+1 warning)

bidId,
mediaTypes,
sizes,
placementId: params.placementId,
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure

if (!isConnatixTimeout) {
return;
}
const timeout = timeoutData.timeout || config.getConfig('bidderTimeout')
Copy link
Collaborator

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

Copy link
Collaborator Author

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')

Copy link

github-actions bot commented Sep 2, 2024

Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):

  • modules/connatixBidAdapter.js (+3 warnings)

Copy link

github-actions bot commented Sep 5, 2024

Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):

  • modules/connatixBidAdapter.js (+3 warnings)

Copy link

github-actions bot commented Sep 5, 2024

Tread carefully! This PR adds 3 linter warnings (possibly disabled through directives):

  • modules/connatixBidAdapter.js (+3 warnings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants