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

Magnite Analytics: utilize performance metrics #9925

Merged
merged 1 commit into from
May 15, 2023

Conversation

robertrmartinez
Copy link
Collaborator

Type of change

  • Other

Description of change

The adapter used to take its own timestamp to resolve how long bidder latency took using date.now()

However, a recent change began to batch up events so they are emitted together.

So date.now() led to inaccurate / longer latencies in reporting when it is a no-bid.

This change utilizes the metrics on the bid objects in order to log the correct total and http lantencies.

@robertrmartinez robertrmartinez requested a review from musikele May 9, 2023 21:52
@ChrisHuie ChrisHuie changed the title Magnite Analytics: Utilize performance metrics Magnite Analytics: utilize performance metrics May 11, 2023
Copy link
Contributor

@musikele musikele left a comment

Choose a reason for hiding this comment

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

LGTM

@musikele musikele merged commit a2411cc into master May 15, 2023
@musikele musikele deleted the magniteAnalytics_metricsFixes branch May 15, 2023 13:51
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.

2 participants