-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
dgkeywordRtdProvider submodule: support 1plusX SDK #8984
dgkeywordRtdProvider submodule: support 1plusX SDK #8984
Conversation
What is happening here? One rtd module is reading from another's endpoint? Can you explain the use case, perhaps in your docs pr? |
@bwhisp can you comment? |
Yes. This module was built for connecting to 1plusx, and this patch doesn't change the endpoint.
If 1plusx added |
Made fpid optional by 4e30dab |
@patmmccann |
we're waiting on comment from triplelift team. @bwhisp please let us know |
Hello @patmmccann, sorry for the delay |
@yki-t we're happy to merge with the docs update, thanks! |
I would like to give some context to the reviewers about this PR. Digital Garage which is a customer of 1plusX DMP, part of TripleLift, uses its in-house developed Prebid module (https://docs.prebid.org/dev-docs/modules/dgkeywordRtdProvider.html#digital-garage-keyword-module) which was developed before we implement ours. This modules uses the 1plusX endpoint which provides the targeting information. Then, the targeting information is passed to the bid request. So the aim of this PR is to retrieve from the local storage this ID which is set by the DMP snippet (fpid) and pass it as a query parameter to the endpoint that they call to get the targeting info. I hope you find this context helpful. |
* 1plusX SDKによる収集に対応するように修正 * localStrageを読み込むかどうかはparams設定で変更できるように修正 Co-authored-by: mediaconsortium-develop <mediaconsortium-develop@bi.garage.co.jp>
* 1plusX SDKによる収集に対応するように修正 * localStrageを読み込むかどうかはparams設定で変更できるように修正 Co-authored-by: mediaconsortium-develop <mediaconsortium-develop@bi.garage.co.jp>
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
added support for
fpid
param in LocalStorage: suit for 1plusX specOther information