AdProperties
class AdProperties @JvmOverloads constructor(val title: String? = null, durationInSeconds: Int? = null, val isMuted: Boolean? = null, val campaignId: String? = null, val creativeId: String? = null) : PermutiveParams
Model representing standard optional properties for all Ad events.
Parameters
title
Advert title
durationInSeconds
Duration of the advert in seconds, must not be negative
isMuted
Whether the advert was muted
campaignId
Campaign ID of the advert
creativeId
Creative ID of the advert
Throws
if the duration is negative
Constructors
Types
Link copied to clipboard
class Builder
Builder for AdProperties.