-
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
Intent iq id submodule: various enhancements #11765
Conversation
Tagging as solving iiq for #10710 Just confirming you guys saw the new third option added by @carlosfelix ? |
Do you mean cookie&html5? If so, yes, we saw it and verified data saving in both local storage and cookies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please open a docs PR to update your listed params
Here is a PR for docs prebid/prebid.github.io#5461 |
* updated flow * remove 'this' * rename privacy parameter * add callback timeout * Extract only used parameters from CryptoJS * add new unit tests * change callback timeout order * added tests and small fixes * change saving logic * support "html5" and "cookie" storage types * support storage type, update flow * add documentation * small updates * more docs * fix unit test * add browserBlackList to documentation --------- Co-authored-by: Eyvaz Ahmadzada <eyvaz.ahmedzade.12@gmail.com>
Type of change
Description of change
The updated version has fixed the bug related to saving data according to the configured storage type. It also includes several new features such as support for USP and GPP, utilization of Client Hints, a browser blacklist, and a callback function.
Other information
Issue: #10710