WrapperResolved

data class WrapperResolved(val slotId: String, val depth: Int, val totalMs: Long) : VastObservabilityEvent

Emitted after wrapper traversal resolves to an inline response.

Constructors

Link copied to clipboard
constructor(slotId: String, depth: Int, totalMs: Long)

Properties

Link copied to clipboard
val depth: Int

Number of wrappers followed.

Link copied to clipboard
open override val slotId: String

SDK ad slot identifier associated with the request.

Link copied to clipboard

Total elapsed wrapper-resolution time in milliseconds.