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

The Data Object is to be used for all non-core elements of the native unit such as Brand Name, Ratings, Review Count, Stars, Download count, descriptions etc. It is also generic for future native elements not contemplated at the time of the writing of this document. In some cases, additional recommendations are also included in the Data Asset Types table.

Summary

Types

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

Functions

Link to this function

changeset(data, attrs \\ %{})

View Source