final case class Creative(externalId: String = "", campaignIds: Seq[String] = _root_.scala.Seq.empty, theme: String = "", bannerPresent: Boolean = false, videoPresent: Boolean = false, displaymanagerWhite: Seq[String] = _root_.scala.Seq.empty, displaymanagerBlack: Seq[String] = _root_.scala.Seq.empty, coppa: Boolean = false, targetingInstl: Seq[Int] = _root_.scala.Seq.empty, bannerAttr: Seq[Int] = _root_.scala.Seq.empty, bannerType: Seq[Int] = _root_.scala.Seq.empty, bannerApi: Seq[Int] = _root_.scala.Seq.empty, videoWidth: Int = 0, videoHeight: Int = 0, videoDuration: Int = 0, videoProtocol: Int = 0, videoMime: Seq[String] = _root_.scala.Seq.empty, videoAttr: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Creative] with Product with Serializable
Creative targeting parameters. Contains only the fields needed for creative-level filtering.
- externalId
creative ID
- campaignIds
campaigns this creative belongs to
- theme
creative theme, used for theme-global-black filter
- bannerPresent
true if creative has a banner sub-record
- videoPresent
true if creative has a video sub-record
- displaymanagerWhite
--- Display Manager --- allowed display managers; empty = all
- displaymanagerBlack
blocked display managers
- coppa
--- Compliance --- creative is COPPA-compliant
- targetingInstl
--- Placement compatibility --- allowed imp.instl values
- bannerAttr
imp.banner.attr
- bannerType
imp.banner.type
- bannerApi
imp.banner.api
- videoWidth
video.width
- videoHeight
video.height
- videoDuration
video.duration
- videoProtocol
video.protocol (single value from Creative record)
- videoMime
video.mime
- videoAttr
video.attr
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Creative
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Creative(externalId: String = "", campaignIds: Seq[String] = _root_.scala.Seq.empty, theme: String = "", bannerPresent: Boolean = false, videoPresent: Boolean = false, displaymanagerWhite: Seq[String] = _root_.scala.Seq.empty, displaymanagerBlack: Seq[String] = _root_.scala.Seq.empty, coppa: Boolean = false, targetingInstl: Seq[Int] = _root_.scala.Seq.empty, bannerAttr: Seq[Int] = _root_.scala.Seq.empty, bannerType: Seq[Int] = _root_.scala.Seq.empty, bannerApi: Seq[Int] = _root_.scala.Seq.empty, videoWidth: Int = 0, videoHeight: Int = 0, videoDuration: Int = 0, videoProtocol: Int = 0, videoMime: Seq[String] = _root_.scala.Seq.empty, videoAttr: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- externalId
creative ID
- campaignIds
campaigns this creative belongs to
- theme
creative theme, used for theme-global-black filter
- bannerPresent
true if creative has a banner sub-record
- videoPresent
true if creative has a video sub-record
- displaymanagerWhite
--- Display Manager --- allowed display managers; empty = all
- displaymanagerBlack
blocked display managers
- coppa
--- Compliance --- creative is COPPA-compliant
- targetingInstl
--- Placement compatibility --- allowed imp.instl values
- bannerAttr
imp.banner.attr
- bannerType
imp.banner.type
- bannerApi
imp.banner.api
- videoWidth
video.width
- videoHeight
video.height
- videoDuration
video.duration
- videoProtocol
video.protocol (single value from Creative record)
- videoMime
video.mime
- videoAttr
video.attr
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllBannerApi(__vs: Iterable[Int]): Creative
- def addAllBannerAttr(__vs: Iterable[Int]): Creative
- def addAllBannerType(__vs: Iterable[Int]): Creative
- def addAllCampaignIds(__vs: Iterable[String]): Creative
- def addAllDisplaymanagerBlack(__vs: Iterable[String]): Creative
- def addAllDisplaymanagerWhite(__vs: Iterable[String]): Creative
- def addAllTargetingInstl(__vs: Iterable[Int]): Creative
- def addAllVideoAttr(__vs: Iterable[Int]): Creative
- def addAllVideoMime(__vs: Iterable[String]): Creative
- def addBannerApi(__vs: Int*): Creative
- def addBannerAttr(__vs: Int*): Creative
- def addBannerType(__vs: Int*): Creative
- def addCampaignIds(__vs: String*): Creative
- def addDisplaymanagerBlack(__vs: String*): Creative
- def addDisplaymanagerWhite(__vs: String*): Creative
- def addTargetingInstl(__vs: Int*): Creative
- def addVideoAttr(__vs: Int*): Creative
- def addVideoMime(__vs: String*): Creative
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bannerApi: Seq[Int]
- val bannerAttr: Seq[Int]
- val bannerPresent: Boolean
- val bannerType: Seq[Int]
- val campaignIds: Seq[String]
- def clearBannerApi: Creative
- def clearBannerAttr: Creative
- def clearBannerType: Creative
- def clearCampaignIds: Creative
- def clearDisplaymanagerBlack: Creative
- def clearDisplaymanagerWhite: Creative
- def clearTargetingInstl: Creative
- def clearVideoAttr: Creative
- def clearVideoMime: Creative
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Creative.type
- Definition Classes
- Creative → GeneratedMessage
- val coppa: Boolean
- def discardUnknownFields: Creative
- val displaymanagerBlack: Seq[String]
- val displaymanagerWhite: Seq[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val externalId: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Creative → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Creative → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Creative → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetingInstl: Seq[Int]
- val theme: String
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Creative → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Creative, Creative]) => Mutation[Creative]*): Creative
- Definition Classes
- Updatable
- val videoAttr: Seq[Int]
- val videoDuration: Int
- val videoHeight: Int
- val videoMime: Seq[String]
- val videoPresent: Boolean
- val videoProtocol: Int
- val videoWidth: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withBannerApi(__v: Seq[Int]): Creative
- def withBannerAttr(__v: Seq[Int]): Creative
- def withBannerPresent(__v: Boolean): Creative
- def withBannerType(__v: Seq[Int]): Creative
- def withCampaignIds(__v: Seq[String]): Creative
- def withCoppa(__v: Boolean): Creative
- def withDisplaymanagerBlack(__v: Seq[String]): Creative
- def withDisplaymanagerWhite(__v: Seq[String]): Creative
- def withExternalId(__v: String): Creative
- def withTargetingInstl(__v: Seq[Int]): Creative
- def withTheme(__v: String): Creative
- def withUnknownFields(__v: UnknownFieldSet): Creative
- def withVideoAttr(__v: Seq[Int]): Creative
- def withVideoDuration(__v: Int): Creative
- def withVideoHeight(__v: Int): Creative
- def withVideoMime(__v: Seq[String]): Creative
- def withVideoPresent(__v: Boolean): Creative
- def withVideoProtocol(__v: Int): Creative
- def withVideoWidth(__v: Int): Creative
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Creative → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)