setConsentData
setConsentData
Description:
Store custom data in the JENTIS consent document (internal data model).
This can later be retrieved via getConsentData
.
Syntax:
jentis.consent.engine.setConsentData({
key1: "value1",
key2: "value2"
});
Parameters:
object
(required) — Key-value pairs to store as part of the consent data.
Returns:
(none)
Last updated
Was this helpful?