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.

Parameters

zoneId

: Identifies the zone where the request is made.

maxDeadAir

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

zoneAlias

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

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
Link copied to clipboard
val zoneAlias: String? = null
Link copied to clipboard
val zoneId: String? = null