Tracking events
Overview
Use the following configuration options to customize tracking events (under tracking
):
Parameter | Description | Data Type | Possible Values |
sendPlaintextEmail | include email address as plaintext in tracking events | boolean | true or false |
sendDataLayerEvents | send datalayer events that are defined by our tracking team | boolean | true or false |
sendFormFieldErrors | send datalayer events for individual form field errors | boolean | true or false |
Before enabling sendPlaintextEmail
please align with your data privacy specialists.
Example
You can find an example of these properties in JSON format below:
"tracking": {
"sendPlaintextEmail": false,
"sendDataLayerEvents": true,
"sendFormFieldErrors": false
}
The included example configuration is also the default configuration. If you do not require different values, this does not need to be changed.