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

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.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(event_tracker, attrs \\ %{})

View Source