Optable rtd provider update - #4
Open
justadreamer wants to merge 3 commits into
Open
Conversation
Collaborator
Author
TODOs:
|
MO-Thibault
pushed a commit
that referenced
this pull request
Aug 28, 2026
* WURFL RTD: send beacon on no bids * WURFL RTD: allow to not apply abtest to LCE bids (#4) * WURFL RTD: remove fingerprinting APIs from LCE detection Remove screen.availWidth usage from LCE device detection to comply with fingerprinting API restrictions. * WURFL RTD: remove setting of `device.w` and `device.h` in LCE enrichment LCE enrichment no longer sets `device.w` and `device.h` as these fields are already populated by Prebid.
MO-Thibault
pushed a commit
that referenced
this pull request
Aug 28, 2026
…rebid#14650) * Start.io - Create User ID submodule and improve adapter * Update modules/startioIdSystem.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix: Adjust spacing formatting in getStorageManager parameters * Fix: Adjust spacing formatting in getStorageManager parameters (#2) * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Enhance: Add configurable storage options and expiration to StartIO ID module * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Add build instructions and module details to Start.io ID system file (#4) * Docs: Add build instructions and module details to Start.io ID system documentation (#5) * Apply suggestion from @IlliaMil --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Matan Arbel <matan.arbel@start.io>
MO-Thibault
pushed a commit
that referenced
this pull request
Aug 28, 2026
* Start.io - Create User ID submodule and improve adapter * Update modules/startioIdSystem.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix: Adjust spacing formatting in getStorageManager parameters * Fix: Adjust spacing formatting in getStorageManager parameters (#2) * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Enhance: Add configurable storage options and expiration to StartIO ID module * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Add build instructions and module details to Start.io ID system file (#4) * Docs: Add build instructions and module details to Start.io ID system documentation (#5) * Apply suggestion from @IlliaMil * Enable credentials in StartIO bid adapter requests (#6) --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Matan Arbel <matan.arbel@start.io>
MO-Thibault
pushed a commit
that referenced
this pull request
Aug 28, 2026
…bid#15179) * Start.io - Create User ID submodule and improve adapter * Update modules/startioIdSystem.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix: Adjust spacing formatting in getStorageManager parameters * Fix: Adjust spacing formatting in getStorageManager parameters (#2) * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Refactor: Remove unused storage management logic from StartIO ID module and set default storage expiration * Enhance: Add configurable storage options and expiration to StartIO ID module * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Update StartIO ID module documentation with storage configuration details * Docs: Add build instructions and module details to Start.io ID system file (#4) * Docs: Add build instructions and module details to Start.io ID system documentation (#5) * Apply suggestion from @IlliaMil * Enable credentials in StartIO bid adapter requests (#6) * Enhance: Add support for test ads and dynamic endpoint configuration in StartIO Bid Adapter * Refactor: Simplify testAdsEnabled logic by appending query param to the production endpoint * Enhance: Advertise Prebid channel name and version in StartIO Bid Adapter requests * test param replaced with testAdsEnabled * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Please provide the `[Diff]` or describe the code changes to generate an accurate commit message. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Matan Arbel <matan.arbel@start.io>
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.
(this PR is for internal review, the description needs to be updated before publishing)
Type of change
Description of change
Simplified the integration, removed unneeded
bundleUrlparameter, updated the custom handler fallback logic and example.