final case class ImpressionData(imimd: Int = 0, imd: Int = 0, imwp: Float = 0.0f, wp: Float = 0.0f, imbundle: String = "", bundle: String = "", imagency: String = "", agency: String = "", imcurl: String = "", clcurl: String = "") extends GeneratedMessage with Updatable[ImpressionData] with Product with Serializable
- imimd
The count of impressions for a specific placement type till the time request is generated. Available only for MAX/IS mediations
- imd
The overall count of impressions till the time request is generated. Available only for MAX/IS mediations.
- imwp
The price of the last impression for a specific placement type till the time request is generated. Available only for MAX/IS mediations.
- wp
The price of the last impression for any type till the time request is generated. Available only for MAX/IS mediations.
- imbundle
The last app bundle the user saw on the previous impression in a given session per placement type. Available only for MAX/IS mediations.
- bundle
The last app bundle the user saw on the previous impression in a given session per all placements types. Available only for MAX/IS mediations.
- imagency
The last impression network name on the previous impression in a given session per placements type. Available only for MAX/IS mediations.
- agency
The last impression network name on the previous impression in a given session per all placements types. Available only for MAX/IS mediations.
- imcurl
Click URL for the last impression across all placement types. Available only for MAX mediation.
- clcurl
Last clicked URL across all placement types. Available only for MAX mediation.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ImpressionData
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ImpressionData(imimd: Int = 0, imd: Int = 0, imwp: Float = 0.0f, wp: Float = 0.0f, imbundle: String = "", bundle: String = "", imagency: String = "", agency: String = "", imcurl: String = "", clcurl: String = "")
- imimd
The count of impressions for a specific placement type till the time request is generated. Available only for MAX/IS mediations
- imd
The overall count of impressions till the time request is generated. Available only for MAX/IS mediations.
- imwp
The price of the last impression for a specific placement type till the time request is generated. Available only for MAX/IS mediations.
- wp
The price of the last impression for any type till the time request is generated. Available only for MAX/IS mediations.
- imbundle
The last app bundle the user saw on the previous impression in a given session per placement type. Available only for MAX/IS mediations.
- bundle
The last app bundle the user saw on the previous impression in a given session per all placements types. Available only for MAX/IS mediations.
- imagency
The last impression network name on the previous impression in a given session per placements type. Available only for MAX/IS mediations.
- agency
The last impression network name on the previous impression in a given session per all placements types. Available only for MAX/IS mediations.
- imcurl
Click URL for the last impression across all placement types. Available only for MAX mediation.
- clcurl
Last clicked URL across all placement types. Available only for MAX mediation.
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
- val agency: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: String
- val clcurl: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: ImpressionData.type
- Definition Classes
- ImpressionData → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ImpressionData → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ImpressionData → GeneratedMessage
- val imagency: String
- val imbundle: String
- val imcurl: String
- val imd: Int
- val imimd: Int
- val imwp: Float
- 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
- ImpressionData → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- ImpressionData → GeneratedMessage
- def update(ms: (Lens[ImpressionData, ImpressionData]) => Mutation[ImpressionData]*): ImpressionData
- Definition Classes
- Updatable
- 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 withAgency(__v: String): ImpressionData
- def withBundle(__v: String): ImpressionData
- def withClcurl(__v: String): ImpressionData
- def withImagency(__v: String): ImpressionData
- def withImbundle(__v: String): ImpressionData
- def withImcurl(__v: String): ImpressionData
- def withImd(__v: Int): ImpressionData
- def withImimd(__v: Int): ImpressionData
- def withImwp(__v: Float): ImpressionData
- def withWp(__v: Float): ImpressionData
- val wp: Float
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ImpressionData → 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)