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

KRKPD-996: refactors interpretResponse #30

Merged
merged 9 commits into from
Apr 15, 2024
Merged

KRKPD-996: refactors interpretResponse #30

merged 9 commits into from
Apr 15, 2024

Conversation

nickllerandi
Copy link

@nickllerandi nickllerandi commented Apr 9, 2024

Type of change

  • Refactoring (no functional changes, no api changes)

Description of change

@nickllerandi nickllerandi marked this pull request as ready for review April 10, 2024 15:46
height: adUnit.height,
ttl: 300,
creativeId: adUnit.creativeID,
cpm: Number(adUnit.cpm) || 0,
Copy link

Choose a reason for hiding this comment

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

Is there a way we could track errors around these default statements? My concern is we might mask issues returning invalid bids

Copy link

Choose a reason for hiding this comment

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

It looks like we don't currently track any adapter errors, so adding this here wouldn't be useful. We should look into adding adapter error tracking and track these fallbacks as types of errors in the future

Copy link
Author

Choose a reason for hiding this comment

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

Yea I've got a ticket for that now under the prebid maintenance epic

@ssadman22 ssadman22 requested a review from a team April 12, 2024 16:48
@nickllerandi nickllerandi merged commit 51f7efb into master Apr 15, 2024
@nickllerandi nickllerandi deleted the krkpd-996 branch April 15, 2024 14:12
nickllerandi added a commit that referenced this pull request Apr 15, 2024
* refactors interpretResponse

* updates comment

* simpler

* removes unnecessary comment

* removes more unnecessary comments

* revert ttl

* reverts ttl test values

* revert some || changes

* removes comments

---------

Co-authored-by: “Nick <“nick.llerandi”@kargo.com>
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.

4 participants