TrackingEventValue:
    | PrimitiveValue
    | Date
    | {
        [key: string]: TrackingEventValue;
    }
    | TrackingEventValue[]