Asset

data class Asset(val url: String, val content: String? = null)(source)

A creative asset associated with a winning bid.

Constructors

Link copied to clipboard
constructor(url: String, content: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional content associated with the asset (e.g., HTML or text content).

Link copied to clipboard
val url: String

The URL of the asset (e.g., image, video).