View Source OpenRtbEcto (OpenRtbEcto v0.5.0)

Ecto schemas for OpenRTB 2.x & 3.0 according to the following specifications:

OpenRTB 2.0 Spec OpenRTB 2.5 Spec OpenRTB 2.6 Spec

OpenRTB 3.0 Spec

Link to this section Summary

Types

Any of the schemas defined in the library

Link to this section Types

@type open_rtb_schema() :: term()

Any of the schemas defined in the library

Link to this section Functions

@spec cast(open_rtb_schema(), map() | binary()) :: {:ok, struct()} | {:error, map()}