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

Scaleable Analytics Adapter: Grouping Server Calls #4634

Merged

Conversation

cconnors1515
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New 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

Grouping all adunits together into a single call up to the server. This occurs once for auctions initiated and another time for bids/timeouts. Wins are still sent to server individually.
Also added a placeholder bidder for auction inits for each adunits to help differentiate requests for an adunit and requests for each bidder.

@cconnors1515
Copy link
Contributor Author

Tests work fine on my local machine.

Copy link
Member

@mkendall07 mkendall07 left a comment

Choose a reason for hiding this comment

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

LGTM, just waiting for the build to retry

@mkendall07 mkendall07 self-assigned this Dec 18, 2019
@stale
Copy link

stale bot commented Jan 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 1, 2020
@cconnors1515
Copy link
Contributor Author

@mkendall07 Just putting a message since it was marked as stale.

@stale stale bot removed the stale label Jan 4, 2020
@cconnors1515
Copy link
Contributor Author

@mkendall07 I merged in new master to bring in the XHR changes which allow for tests to work. The current failing test is a different adapter failing the linting.

@mkendall07
Copy link
Member

@cconnors1515
SOrry about that - can you rebase off master again to fix the linting errors?

@cconnors1515
Copy link
Contributor Author

@mkendall07 Should be good to go now! I needed to add a local polyfill for Object.entries in order to pass tests on IE11. This probably should be added as an issue as local tests pass fine.

@cconnors1515
Copy link
Contributor Author

@mkendall07 Can you add the need 2nd review label (if its needed) when you get a chance? Hoping to get this in for next release. Thanks!

@stale
Copy link

stale bot commented Jan 30, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 30, 2020
@cconnors1515
Copy link
Contributor Author

@mkendall07 @jsnellbaker Am I able to get this pushed to master? Thank You

@stale stale bot removed the stale label Jan 30, 2020
Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

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

These changes LGTM.

@mkendall07 any further concerns on your end?

@cconnors1515
Copy link
Contributor Author

@jsnellbaker Thanks for the approval!

@jsnellbaker jsnellbaker merged commit 3fe85c3 into prebid:master Feb 12, 2020
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