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

Corresponds to the Data Object in the request, with the value filled in. The Data Object is to be used for all miscellaneous elements of the native unit such as Brand Name, Ratings, Review Count, Stars, Downloads, Price count etc. It is also generic for future native elements not contemplated at the time of the writing of this document.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Response.Data{
  ext: term(),
  id: term(),
  len: term(),
  type: term(),
  value: term()
}

Functions

Link to this function

changeset(data, attrs \\ %{})

View Source