Optional spatial domain grouping string.
๐งฉ Correlation ID
- ๐ What is CorrelationId? The CorrelationId property is an optional field used to associate a hotspot with a specific event, workflow, group, or tracking session. It acts as a custom tag that helps you connect related hotspots or reference a process across systems.
- ๐ Why use it? Correlation IDs are valuable for advanced users, developers, or integrators who need to trace data flows, group changes, or track interactions linked to a particular operation or user journey within the platform.
- ๐ ๏ธ How to use it:
- ๐ Enter any string (up to 40 characters) when creating or editing a hotspot.
- ๐ Use it to group hotspots that are part of the same event, campaign, or logical set.
- ๐ Ideal for analytics, system integrations, or workflow automations needing a shared reference.
- ๐ก Tip: This field is optional—leave it empty if you don’t need to correlate multiple hotspots or integrate with other tools.
C# Definition:
[MaxLength(40)]
[Description("Tracking identifier for events or logging")]
public string CorrelationId { get; set; }