AdswizzShimZone

@JsonClass(generateAdapter = false)
data class AdswizzShimZone @JvmOverloads constructor(@Json(name = "zoneId") val zoneId: String? = null, @Json(name = "maxDeadAir") val maxDeadAir: Long? = null, @Json(name = "zoneAlias") val zoneAlias: String? = null)

AdswizzShimZone is used in AdswizzAdRequest to set the zone where shim ads should be retrieved. One AdswizzAdRequest can use only one AdswizzShimZone.

Constructors

Link copied to clipboard
constructor(@Json(name = "zoneId") zoneId: String? = null, @Json(name = "maxDeadAir") maxDeadAir: Long? = null, @Json(name = "zoneAlias") zoneAlias: String? = null)

Properties

Link copied to clipboard
val maxDeadAir: Long? = null

the minimum threshold to be used by delivery engine when deciding when to return a shim ad from the shim zone.

Link copied to clipboard
val zoneAlias: String? = null

zone alias could be used instead of zone id ( only one of them should be set)

Link copied to clipboard
val zoneId: String? = null

Identifies the zone where the request is made.