RequestStarted

data class RequestStarted(val slotId: String, val baseUrl: String, val urlFormat: UrlFormat, val paramCount: Int) : VastObservabilityEvent

Emitted before the module performs a VAST HTTP request.

Constructors

Link copied to clipboard
constructor(slotId: String, baseUrl: String, urlFormat: UrlFormat, paramCount: Int)

Properties

Link copied to clipboard

Configured base URL after the URL redactor pass.

Link copied to clipboard

Number of request parameters supplied by the host callback.

Link copied to clipboard
open override val slotId: String

SDK ad slot identifier associated with the request.

Link copied to clipboard

URL serialization mode used for request parameters.