Packages

package events

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class SDKEvent(action: Int, context: String, network: Option[String], startTime: Option[Timestamp], finishTime: Option[Timestamp], adType: Option[String], price: Double, error: Option[Error], customParams: Option[Struct], billable: Option[Boolean]) extends GeneratedMessage with Updatable[SDKEvent] with Product with Serializable

    action

    Event code

    context

    Exchange specific encoded context

    network

    Ad network name

    startTime

    Action start time

    finishTime

    Action finish time

    adType

    Ad Type like: banner, video, native

    price

    Auction price for macro AUCTION_PRICE

    error

    Optional error information. Presence only if error occurs for sdk event.

    Annotations
    @SerialVersionUID()

Value Members

  1. object EventsProto extends GeneratedFileObject
  2. object SDKEvent extends GeneratedMessageCompanion[SDKEvent]

Ungrouped