Release 30.03.2023 | Partial Privacy Mode
New
-
New syntax for the privacy-mode setting. Now you can use Partial privacy mode:
<add key="privacy-mode" value="Partial:FIELD_NAME" />
In Partial mode, the adapter sends only the specified fields to the API.The FIELD_NAME value can be one of: Name, Email, Phone, RemoteHost:
<add key="privacy-mode" value="Partial:Email" />
<add key="privacy-mode" value="Partial:RemoteHost" />
You can also specify multiple fields by separating them with commas:
<add key="privacy-mode" value="Partial:RemoteHost,Name,Phone" />
If you have not specified any field, the adapter will work in the Full mode.
Standard modes are also available:
None (by default) - in this mode, the adapter sends all data to the API.
Full - in this mode, the adapter sends only Identity field.