TrackingOption
TrackingOption is a generic term used in software systems to describe a configurable option that controls what data is tracked, how it is collected, and how often it is updated. It is commonly implemented as a small data model or enumerated type that can be attached to shipments, user sessions, or events.
In logistics and shipping contexts, a TrackingOption may specify whether real-time tracking is enabled, the frequency
In analytics and product telemetry, TrackingOption defines which types of events are captured (for example, page
Typically, TrackingOption is modeled as a simple data container with fields such as enabled, eventTypes, updateInterval,
Related concepts include tracking, telemetry, audit logging, and notification preferences. The exact semantics of a TrackingOption