trackQueueEvent

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.

queueCapacity

The capacity of the queue.

actualMaxQueueSize

The actual maximum size of the queue.

queueDepth

The current depth of the queue.

queueId

The ID of the queue.

adType

The type of ad associated with the queue event.