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

Question: how to port a real time data module (RTD) to prebid-server? #3492

Closed
peczenyj opened this issue Feb 13, 2024 · 2 comments
Closed

Comments

@peczenyj
Copy link

Hello

This is a question related to #2095

Currently we have a RTD Module that works fine on prebid.js

https://github.com/prebid/Prebid.js/blob/master/modules/weboramaRtdProvider.js

We receive some questions about Prebid Mobile and how can we integrate our module to it.

If I understand well, the Prebid Mobile is just a client for prebid-server, so I imagine that we need to somehow integrate our module to prebid-server (go ? java ? good question ).

I did not find any suitable example and all RTD modules in prebid.js seems to have no parallel on prebid-server (at least in go).

someone can help me?

Thanks

@peczenyj peczenyj changed the title how to port a real time data module (RTD) to prebid-server? Question: how to port a real time data module (RTD) to prebid-server? Feb 13, 2024
@bretg
Copy link
Contributor

bretg commented Feb 13, 2024

@peczenyj - there's no specific real time data module concept in Prebid Server - everything's just a generic module. See https://docs.prebid.org/prebid-server/developers/add-a-module.html

I'm happy to get on a call to talk about the architecture - bgorsline at at prebid dot dot org

You would want to write the module in the language most familiar to your engineering team. If either Go or Java is a choice, choose Go because the PBS-Java team ports things from Go-to-Java but not the other way around.

One issue you're going to face is local storage for caching. We're going to discuss this in committee this week.

@bretg
Copy link
Contributor

bretg commented Feb 23, 2024

We're in touch via email now so closing this issue. Other vendors interested in exploring a real-time data module are welcome to take the same path.

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

No branches or pull requests

2 participants