USPrivacy
USPrivacy copied to clipboard
Technical specifications to support US Privacy initiatives, starting with CCPA (California Consumer Privacy Act)
This issue proposes a way to deal with CMP inconsistencies across [browsing contexts](https://developer.mozilla.org/en-US/docs/Glossary/Browsing_context) (e.g. tabs or iframes) from the same origin. # Problem Currently, the spec cannot guarantee the consent...
I read this document: https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/Data%20Deletion%20Request%20Handling.md I don't understand where I get identifiers to pass them to deletePersonalData() function } catch (ignore) {} **if (json.__tcfapiReturn) {** // should be executed at...
In the [docs](https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/Data%20Deletion%20Request%20Handling.md) it is stated that a publisher should add a vendorDeleteScript for each vendor: ``` // Add all Vendor scripts; this is just an array of string sources...
Hi IAB, I read this document: https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/Data%20Deletion%20Request%20Handling.md The vendor sample code: * wrapped in a try/catch and will ignore * any errors in parsing */ json = typeof event.data ===...
added first amended to relevant docs
the official doc released on nov 2019 is not accessible anymore by this link: https://iabtechlab.com/wp-content/uploads/2019/11/U.S.-Privacy-String-v1.0-IAB-Tech-Lab.pdf