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

The event trackers response is an array of objects and specifies the types of events the bidder wishes to track and the URLs/information to track them. Bidder must only respond with methods indicated as available in the request. Note that most javascript trackers expect to be loaded at impression time, so it’s not generally recommended for the buyer to respond with javascript trackers on other events, but the appropriateness of this is up to each buyer.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Response.EventTracker{
  customdata: term(),
  event: term(),
  ext: term(),
  id: term(),
  method: term(),
  url: term()
}

Functions

Link to this function

changeset(event_tracker, attrs \\ %{})

View Source