Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview:

Xponent’s Segment Creation and Analysis feature empowers you to create and monitor a subset of profiles based on their behavior. For example, you can create a segment for profiles with submitted email addresses or another for those who have made a single purchase or visited a form submit page (based on defined journey steps and interactions).

...

Fingerprint event tracking: Removed option to configure fingerprint tracking on the Hub UI.

Continuous Improvement:

  • Rate limiting: Enhance Job Processors to track how many times an execution of a deployed graph times out. If a deployment continually times out, the listeners set the graph to a critical state, record the information, and pause the listening to avoid overwhelming resources.

  • Node-level timeouts: Introducing timeouts at the node level, supplementing the existing timeouts at the graph level. Previously, timeouts were confined to the graph level only. For this release, node-level timeouts will be set to the maximum execution job duration. This change is designed to enhance user visibility and diagnostics. While the introduction of node-level timeouts is not expected to increase the occurrence of timeouts immediately, it allows users to pinpoint nodes that may take longer than usual to execute. An error code will be recorded when a node-level timeout occurs, providing users with insights into potential performance bottlenecks.

    Graph-level timeouts will remain in place as a crucial safeguard against the execution of transactions that may excessively consume resources. As an additional improvement, the retry mechanism has been removed to streamline error-handling processes and ensure a more robust and predictable system behavior.

  • Sleep time for database listener: Introduced a sleep time when the time to run a database listener exceeds the listener interval on a database adapter.

  • Safeguards to Manage Deployed Graph Dependencies: When attempting to delete an organization with deployed graphs, users will receive an error notification with the message "This organization has deployed graphs and cannot be deleted."

  • Data store enhancements: Increasing scalability of JDA provisioning and Improvements to the ETL process.

  • Enhanced internal graph error logging: Provide additional information on graph errors to Xponent support teams to enable them to better help customers in troubleshooting.

...

Bug Fixes

KIT-5716: Fixed the issue preventing users from opening analytics tabs.

...