SmartyTech Bid Adapter: Add userId and consent data support with chunking capability #13897
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.
SmartyTech Bid Adapter: Add userId and consent data support with chunking capability
Type of change
Summary
This PR enhances the SmartyTech Bid Adapter with comprehensive user identification and consent management support, along with the ability to control the number of ads per bid request through chunking functionality.
Changes Made
Core Features Added:
userIdAsEidstransmission when availableTechnical Implementation:
buildRequestsfunction to include all consent data typeschunklibrary utilityFiles Modified:
modules/smartytechBidAdapter.js- Core adapter implementationtest/spec/modules/smartytechBidAdapter_spec.js- Test coverageConfiguration Options:
The adapter now supports a
chunkSizeconfiguration option:Documentation:
📚 Documentation has been updated: prebid.github.io PR #6259
The documentation includes:
Testing:
Compliance:
Breaking Changes:
None - all changes are backward compatible.
Release Notes:
This enhancement allows publishers to:
Related Documentation PR:
Labels:
feature- New functionality addedminor- SemVer minor version bumpsmartytech- Adapter-specific changesCode Quality: