This PR introduces a new feature to Usermaven JS Pixel that provides form-tracking capabilities.
Key Points:
Multiple Options for Form Tracking: This feature allows users to set the level of form tracking by setting the value of data-form-tracking attribute to "all/true", "tagged", or "none/false".
Data Privacy and Sensitivity: A um-no-capture class which, when added to form fields, will prevent tracking of data from those specific fields. This feature also prevents sensitive data - such as credit card details, social security numbers, or passwords - from being collected.
Additionally, we automatically prevent sensitive data like credit card numbers, social security numbers, or password field values from being collected to ensure data security.
This PR introduces a new feature to Usermaven JS Pixel that provides form-tracking capabilities.
Key Points:
Multiple Options for Form Tracking: This feature allows users to set the level of form tracking by setting the value of
data-form-tracking
attribute to "all/true", "tagged", or "none/false".Data Privacy and Sensitivity: A
um-no-capture
class which, when added to form fields, will prevent tracking of data from those specific fields. This feature also prevents sensitive data - such as credit card details, social security numbers, or passwords - from being collected.Setup and Settings:
data-um-form
attribute.Example of a tagged form:
Data Privacy and Sensitivity
This prevents the tracking of data in specific field we can use
um-no-capture
class.Example of a protected field:
Additionally, we automatically prevent sensitive data like credit card numbers, social security numbers, or password field values from being collected to ensure data security.
Submission Payload:
Example Payload: