Workaround for Consent
var my_tool_consent_status = jentis.consent.engine.getVendorFullData()["adobeanalytics"].status;
if(my_tool_consent_status === true){
... // continue with custom code if consent is true
} else {
... // do something else if no consent
}function(){
return jentis.consent.engine.getVendorConsent("mytool");
}Last updated
Was this helpful?