RequestCompleted

data class RequestCompleted(val slotId: String, val totalMs: Long, val vastVersion: String, val adCount: Int, val wrapperDepth: Int) : VastObservabilityEvent

Emitted after a VAST response is fetched, parsed, and mapped successfully.

Constructors

Link copied to clipboard
constructor(slotId: String, totalMs: Long, vastVersion: String, adCount: Int, wrapperDepth: Int)

Properties

Link copied to clipboard

Number of VAST ads found in the resolved response.

Link copied to clipboard
open override val slotId: String

SDK ad slot identifier associated with the request.

Link copied to clipboard

Total elapsed request time in milliseconds.

Link copied to clipboard

VAST version declared by the resolved response.

Link copied to clipboard

Number of wrappers followed before the inline response.