user.organizationUserId
property needs to be set in the Didomi configuration object:window.didomiConfig
object.
The unique user ID can be any string but we recommend sending a hashed version of your internal user ID to not expose any sensitive data on the page or to Didomi. Avoid sharing plain email addresses, user names, etc. with Didomi.user.organizationUserIdAuthDigest
property. You will also need to provide the ID of the secret and the hashing algorithm used for generating the hash digest.organization_user_idsecret
hash-md5
hash-sha1
hash-sha256
hmac-sha1
hmac-sha256
organizationUserIdAuthAlgorithm
property.organizationUserIdExp
parameter. This should be a valid unix timestamp value.sync.enabled
configuration option in the Didomi configuration object:frequency
configuration option.sync.timeout
configuration option in the Didomi configuration object:sync.timeout
configuration option accepts an integer which represents the maximum time allowed (in milliseconds) for the syncing process to be completed.sync.timeout
configuration option, the initialization continues as if there was no data to sync.sync.delayNotice
configuration option can be used for delaying the notice showing until the sync is complete: