track Queue Event
fun trackQueueEvent(event: TrackingEvent, placement: String, queueCapacity: Int, actualMaxQueueSize: Int? = null, queueDepth: Int, queueId: String, adType: String)
Tracks a queue event.
This function dispatches a queue event to the appropriate trackers, sending the queue data to the server. Global trackers are always processed for queue events.
Parameters
event
The TrackingEvent representing the specific queue event.
placement
The placement associated with the queue event.
queue Capacity
The capacity of the queue.
actual Max Queue Size
The actual maximum size of the queue.
queue Depth
The current depth of the queue.
queue Id
The ID of the queue.
ad Type
The type of ad associated with the queue event.