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

This object describes the channel an ad will be displayed on. A Channel is defined as the entity that curates a content library, or stream within a brand name for viewers. Examples are specific view selectable ‘channels’ within linear and streaming television (MTV, HGTV, CNN, BBC One, etc) or a specific stream of audio content commonly called ‘stations.’ 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.Channel{
  domain: term(),
  ext: term(),
  id: term(),
  name: term()
}

Functions

Link to this function

changeset(channel, attrs \\ %{})

View Source