package events
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object EventsProto extends GeneratedFileObject
- object SDKEvent extends GeneratedMessageCompanion[SDKEvent]