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.

@jsnellbaker jsnellbaker merged commit 5bf8e5a into prebid:master Jul 26, 2018
florevallatmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Sep 6, 2018
* Adding 33across adapter

* Updated per code review from Prebid. See prebid#1805 (review)

* Added support for test bid and crid.

* Removed ability to set test url via params

* Incorporated changes requested in prebid#1855 to fix usage of deprecated method

* Reverted hack to karma conf maker to make unit tests pass with --file option

* Enabling POST withCredentials to send userSync cookies

* Sync based on unique site id

* Store siteID's in module level object instead of config

* Eliminate preflight. Remove test setup in docs

* Added alias for contact mailing list
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* Adding 33across adapter

* Updated per code review from Prebid. See prebid#1805 (review)

* Added support for test bid and crid.

* Removed ability to set test url via params

* Incorporated changes requested in prebid#1855 to fix usage of deprecated method

* Reverted hack to karma conf maker to make unit tests pass with --file option

* Enabling POST withCredentials to send userSync cookies

* Sync based on unique site id

* Store siteID's in module level object instead of config

* Eliminate preflight. Remove test setup in docs

* Added alias for contact mailing list
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* Adding 33across adapter

* Updated per code review from Prebid. See prebid#1805 (review)

* Added support for test bid and crid.

* Removed ability to set test url via params

* Incorporated changes requested in prebid#1855 to fix usage of deprecated method

* Reverted hack to karma conf maker to make unit tests pass with --file option

* Enabling POST withCredentials to send userSync cookies

* Sync based on unique site id

* Store siteID's in module level object instead of config

* Eliminate preflight. Remove test setup in docs

* Added alias for contact mailing list
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Adding 33across adapter

* Updated per code review from Prebid. See prebid#1805 (review)

* Added support for test bid and crid.

* Removed ability to set test url via params

* Incorporated changes requested in prebid#1855 to fix usage of deprecated method

* Reverted hack to karma conf maker to make unit tests pass with --file option

* Enabling POST withCredentials to send userSync cookies

* Sync based on unique site id

* Store siteID's in module level object instead of config

* Eliminate preflight. Remove test setup in docs

* Added alias for contact mailing list
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* Adding 33across adapter

* Updated per code review from Prebid. See prebid#1805 (review)

* Added support for test bid and crid.

* Removed ability to set test url via params

* Incorporated changes requested in prebid#1855 to fix usage of deprecated method

* Reverted hack to karma conf maker to make unit tests pass with --file option

* Enabling POST withCredentials to send userSync cookies

* Sync based on unique site id

* Store siteID's in module level object instead of config

* Eliminate preflight. Remove test setup in docs

* Added alias for contact mailing list
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