Packages

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()
Linear Supertypes
Updatable[ImpressionData], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImpressionData
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val agency: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bundle: String
  7. val clcurl: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def companion: ImpressionData.type
    Definition Classes
    ImpressionData → GeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ImpressionData → GeneratedMessage
  13. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ImpressionData → GeneratedMessage
  14. val imagency: String
  15. val imbundle: String
  16. val imcurl: String
  17. val imd: Int
  18. val imimd: Int
  19. val imwp: Float
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def serializedSize: Int
    Definition Classes
    ImpressionData → GeneratedMessage
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    ImpressionData → GeneratedMessage
  31. def update(ms: (Lens[ImpressionData, ImpressionData]) => Mutation[ImpressionData]*): ImpressionData
    Definition Classes
    Updatable
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withAgency(__v: String): ImpressionData
  36. def withBundle(__v: String): ImpressionData
  37. def withClcurl(__v: String): ImpressionData
  38. def withImagency(__v: String): ImpressionData
  39. def withImbundle(__v: String): ImpressionData
  40. def withImcurl(__v: String): ImpressionData
  41. def withImd(__v: Int): ImpressionData
  42. def withImimd(__v: Int): ImpressionData
  43. def withImwp(__v: Float): ImpressionData
  44. def withWp(__v: Float): ImpressionData
  45. val wp: Float
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ImpressionData → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[ImpressionData]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped