Privacy Compliance
DXP ToolKit is fully compatible with any sort of privacy compliance solutions you have implemented.
There are 2 ways you can ensure privacy compliance by limiting DXP ToolKit execution:
First, you can use the WordPress filter dxp_toolkit_gdpr_allow_cookie
. If this filter returns false, then DXP ToolKit personalization will not apply to the current request.
Additionally, you can limit content personalization by modifying a Javascript variable:
If the DXPTKEngineSettings.allow_cookie
variable is set to false, then DXP ToolKit will not perform any personalization logic.
Additional developer documentation for the dxp_toolkit_gdpr_allow_cookie
WordPress filter is available here.
Additional developer documentation for the DXPTKEngineSettings
Javascript variable is available here.