Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Minor fixes and usability improvements, additional do-not-track functionality.
Compatibility
Clean upgrade over v1.20. Note possible breaking change for anonymous form submissions.
Issue
Implementation notes
Issue
Implementation notes
DEV-442
BREAKING CHANGE: form submissions for identifying mappings will no longer create visitor records if flagged as anonymous.
Added functionality to disable tracking locally in the web browser. PrivacyPreview
DEV-440
Send2CRM Highlights LWC component now offers a Relationship Joining Object parameter which allows specifying a many-to-many junction object for summarizing related Visitor records.
Fixed Highlights Lightning component not rendering when using secondary related object.
DEV-417
Implemented reporting for client-side errors via Send2CRM service. Includes automatic reporting of error-level log messages and the ability to generate custom error reports.
Created PersonalizationPluginV3 interface which supports generic reference data and is supplied with additional visitor data. Custom Personalization ExtensionPreview
DEV-335
The FormData and FormAnalyticsData Apex class constructors are now global, to simplify creation of Apex tests for form validator implementations.
DEV-316
Mapping soft failures now halt visitor and automation processing.
DEV-305
Modified descriptions and help text, and enabled search, on various Analytics-related objects.
DEV-239
Added optional Apex handling of detailed Send2CRM log messages. Operates in batches without need of potentially expensive Platform Events. Custom Log Handling