View Source OpenRtbEcto.V2.Native.Request.EventTracker (OpenRtbEcto v0.6.5)

The event trackers object specifies the types of events the bidder can request to be tracked in the bid response, and which types of tracking are available for each event type, and is included as an array in the request.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Request.EventTracker{
  event: term(),
  ext: term(),
  id: term(),
  methods: term()
}

Functions

Link to this function

changeset(event_tracker, attrs \\ %{})

View Source