USPrivacy icon indicating copy to clipboard operation
USPrivacy copied to clipboard

passint identifiers to deletePersonalData() if i call the API from an iframe

Open VitaliiLitkevichVL opened this issue 3 years ago • 0 comments

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 window scope
deletePersonalData();

} // else this is some message we don't recognize

}, false);

VitaliiLitkevichVL avatar Jul 25 '22 10:07 VitaliiLitkevichVL