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

The video object to be used for all video elements supported in the Native Ad. This corresponds to the Video object of OpenRTB.

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.Native.Request.Video{
  ext: term(),
  id: term(),
  maxduration: term(),
  mimes: term(),
  minduration: term(),
  protocols: term()
}

Link to this section Functions

Link to this function

changeset(video, attrs \\ %{})

View Source