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

33Across: Adapter performance enhancements #2899

Merged
merged 28 commits into from
Jul 26, 2018
Merged

Conversation

curlyblueeagle
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

  • UserSync based on unique siteId request param values since siteId is the criteria. Previously, the sync occurred for requests to each ad unit regardless of siteId associated which resulted in redundant calls hitting user sync limits
  • Eliminated preflight requests.

Be sure to test the integration with your adserver using the Hello World sample page.

curlyblueeagle and others added 28 commits November 7, 2017 10:04
@jsnellbaker jsnellbaker self-requested a review July 26, 2018 17:05
@jsnellbaker jsnellbaker self-assigned this Jul 26, 2018
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.

Hi @curlyblueeagle

I tested out these changes and they appear to be working as expected. To confirm, the new values in the .md - are they supposed to return a test ad?

I'm currently receiving the following response when the request goes out:

{"id":"2ee28bdffaca59","cur":"USD","seatbid":[],"ext":{"ttx":{"tactic":"hb","devicetype":2,"iso-3166-alpha-2":"US"}}}

@curlyblueeagle
Copy link
Contributor Author

@jsnellbaker The response is to be expected. The setup in the .md is does not yield a test bid.

@jsnellbaker
Copy link
Collaborator

Ok, thanks for confirming.

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

Successfully merging this pull request may close these issues.

2 participants