View Source OpenRtbEcto.V2.BidRequest.Network (OpenRtbEcto v0.5.0)

This object describes the network an ad will be displayed on. A Network is defined as the parent entity of the Channel object’s entity for the purposes of organizing Channels. Examples are companies that own and/or license a collection of content channels (Viacom, Discovery, CBS, WarnerMedia, Turner and others), or studio that creates such content and self-distributes content. Name is a human-readable field while domain and id can be used for reporting and targeting purposes. See 7.6 for further examples.

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Network{
  domain: term(),
  ext: term(),
  id: term(),
  name: term()
}

Link to this section Functions

Link to this function

changeset(network, attrs \\ %{})

View Source