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