New module: WURFL device enrichment#3685
Merged
CTMBNara merged 107 commits intoprebid:masterfrom Aug 1, 2025
Merged
Conversation
Module wurfl devicedetection
Collaborator
|
Hello, @andreacastello . We discussed this PR in the PBS committee meeting and this the summary:
To unblock this PR, you will need to have a way to make this code compilable and unit testable. I see several possible options:
Until this is done, we'll be leaving this project in |
Collaborator
|
PBS-Go PR for reference: prebid/prebid-server#4158 |
…odified Device mock used in tests.
Module wurfl devicedetection
CTMBNara
requested changes
Jul 23, 2025
...s/com/scientiamobile/wurfl/devicedetection/v1/WURFLDeviceDetectionRawAuctionRequestHook.java
Outdated
Show resolved
Hide resolved
...ooks/modules/com/scientiamobile/wurfl/devicedetection/v1/WURFLDeviceDetectionModuleTest.java
Outdated
Show resolved
Hide resolved
...ebid/server/hooks/modules/com/scientiamobile/wurfl/devicedetection/v1/OrtbDeviceUpdater.java
Outdated
Show resolved
Hide resolved
...ebid/server/hooks/modules/com/scientiamobile/wurfl/devicedetection/v1/OrtbDeviceUpdater.java
Show resolved
Hide resolved
CTMBNara
previously approved these changes
Jul 24, 2025
CTMBNara
previously approved these changes
Jul 24, 2025
And1sS
previously approved these changes
Jul 31, 2025
Collaborator
|
@andreacastello could you please resolve conflicts? |
Contributor
Author
@Net-burst I resolved the conflict and bumped the version of the WURFL module, it should be ok now |
CTMBNara
approved these changes
Aug 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Type of changes
✨ What's the context?
The module populates missing or empty fields in ortb2.device with WURFL device detection data
🧠 Rationale behind the change
The WURFL module populates missing or empty fields in ortb2.device with the following data:
Note: If these fields are already populated in the bid request, the module will not overwrite them.
Publisher-Specific Enrichment
Device enrichment is selectively enabled for publishers based on their account ID. The module identifies publishers through the following fields:
site.publisher.id(for web environments).app.publisher.id(for mobile app environments).dooh.publisher.id(for digital out-of-home environments).For more info about the module build and configuration, please refer to the README.md under
extra/modules/WURFL-devicedetection🏎 Quality check
Licensing Requirement for the WURFL Device Enrichment Module
To use the WURFL Device Enrichment Module for Prebid Server, you must have a valid license for the ScientiaMobile WURFL OnSite Java API. This API is a core dependency of the module and is responsible for performing device detection and enrichment operations by leveraging ScientiaMobile's comprehensive WURFL device database.
You can obtain the required license from ScientiaMobile’s official product page: WURFL OnSite API for Java
If the WURFL API dependency is not added, the module will compile a demo version that returns sample data, allowing basic testing without an WURFL Onsite Java API license. In this case the module code calls a mock of the WURFL Java API
Maintainer contact
prebid@scientiamobile.com