โŒ - Property.Hotspot.Correlation
 
 

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; }