-
Notifications
You must be signed in to change notification settings - Fork 49
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
Show in vendors list Purposes and Features for each vendor #136
Comments
I have the same question, the following "Features" policy checks do not pass. Are there any plans to develop these features? Summarized, policy check 10 and 13 require you to insert names and definitions of Features somewhere in your UI and add this information on a vendor per vendor basis. You can find names and definitions of Features and their employment per vendor in the GVL. https://vendorlist.consensu.org/vendorlist.json
|
I just made some changes to be compliance for IAB. |
Hi Alan, Thanks |
Hi Sajzo. You can see the changes for show in the popup for each vendors the features and puroposes here: https://github.com/alanStocco/cmp/blob/master/src/components/popup/details/vendorList/vendorList.jsx |
Thanks, Alan. I'll check your solution. I'll try to use it from JSON file. If I am able to do it by importing, I'll share it with you. |
Hi, Maybe this can help some of you. https://github.com/giegi/cmp/blob/master/src/components/popup/details/vendorList/vendorList.jsx |
Anybody have discovered how to do this? |
@alanStocco if you'd like I can PR this solution into the main repo:
Lemme know, or feel free to use this fork... See The CMP passed all IAB compliance checks with these 2 PRs 🚀 |
@potench I think the problem with this CMP is that the English translation is hardcoded. So everywhere you need some text, you cannot rely on LocalLabel because english part is empty into translations.js. Feel free to check and use for your own purposes. |
I haven't find anyway to show in the Vendor List the purposes and features of each vendor.
Like done in this CMP(https://cmp.sirdata.com/demo/ clicking details in the full list)
P.S. I'm trying to modify the file vendorList.jsx adding a loop in purposes but I got that is undefined for now.
The text was updated successfully, but these errors were encountered: