interface VmapTrackingEvent {
    type: VmapTrackingEventType;
    url: string;
}

Properties

Properties

The tracking event type as defined by VmapTrackingEventType.

url: string

The URL to be requested by this tracking event.