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

adding account to s2s bidder-sync request #3123

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

harpere
Copy link
Collaborator

@harpere harpere commented Sep 25, 2018

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

For GDPR reasons, the Rubicon version of Prebid Server needs to know the account ID provided in s2sConfig on the /cookie-sync call.

e.g.

POST /cookie_sync
{"uuid":"ed4df869-bc53-48c4-9c61-6100be76fad6","bidders":["rubicon"],"account":12345 }

Specifically, Rubicon's PBS cluster has a forked difference from open source where we set an "audit" cookie for GDPR to be able to back into how the main uids cookie was set. This is not a general requirement, just one that Rubicon's lawyers added.

So there isn't currently a use-case for this in PBS-Go, but there could be one in the future.

We don't view this PBJS change as unreasonable even without other existing use cases -- it's a small data field that's already in s2sConfig and has the same attribute/value that's provided there.

@bretg bretg changed the title adding account_id to s2s bidder-sync request adding account to s2s bidder-sync request Sep 25, 2018
@harpere harpere added the needs 2nd review Core module updates require two approvals from the core team label Sep 25, 2018
@mkendall07 mkendall07 merged commit 6ddd14f into prebid:master Sep 25, 2018
@bretg bretg removed needs 2nd review Core module updates require two approvals from the core team needs review labels Sep 26, 2018
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* adding account_id to s2s bidder-sync request

* changed param name from account_id to account
ArmandChoy pushed a commit to RockYou-Ads/Prebid.js that referenced this pull request Sep 28, 2018
* 'master' of https://github.com/prebid/Prebid.js: (367 commits)
  Rubicon adapter: get referrer from bidderRequest.refererInfo.referer; (prebid#3087)
  Minor freewheel-ssp update (prebid#3119)
  fixes prebid#3128 YieldlabBidAdapter is not using bidRequest.params.adSize (prebid#3129)
  Support Video Renderer (prebid#3104)
  Fix for Issue 3130: passing new copy of adUnits object to every adapter (prebid#3131)
  Add video params to Beachfront adapter (prebid#3121)
  Sonobi - Fix ref encoding (prebid#3125)
  update circleci link to just Prebid.js builds (prebid#3132)
  Bugfix: Issue 3111 (prebid#3122)
  increment prebid version
  Prebid 1.25.0 Release
  adding account to s2s bidder-sync request (prebid#3123)
  Revert "Trafficroots Bid Adapter Submission (prebid#2993)" (prebid#3124)
  Trafficroots Bid Adapter Submission (prebid#2993)
  add versioning and deprecation policy doc (prebid#3103)
  improving kargo unit tests for currency handling (prebid#3106)
  AdOcean adapter improvment (prebid#3011)
  Serverbid Bid Adapter: Add pubnx alias (prebid#3064)
  Adds an id parameter (prebid#3107)
  added sizes for rubicon (prebid#3094)
  ...
SublimeJeremy pushed a commit to SublimeSkinz/Prebid.js that referenced this pull request Oct 1, 2018
* adding account_id to s2s bidder-sync request

* changed param name from account_id to account
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* adding account_id to s2s bidder-sync request

* changed param name from account_id to account
pedrolopezmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Mar 18, 2019
* adding account_id to s2s bidder-sync request

* changed param name from account_id to account
@robertrmartinez robertrmartinez deleted the improvement/s2s-sync branch July 5, 2023 19:48
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