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

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.

Summary

Types

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

Functions

Link to this function

changeset(network, attrs \\ %{})

View Source