DynamicLineupAttributeMetadata

  • Dynamic Lineup attribute metadata includes the national market, sample channels, median monthly impressions, and a range for the number of channels.

  • inventory_country specifies the national market associated with the lineup using LocationInfo.

  • sample_channels provides examples of channels included in the lineup using SampleChannel.

  • median_monthly_inventory indicates the median number of impressions per month for the lineup as an int64.

  • channel_count_lower_bound and channel_count_upper_bound define the range for the number of channels in the lineup using int64.

Metadata associated with a Dynamic Lineup attribute.

Fields

inventory_country

LocationInfo

The national market associated with the lineup.

sample_channels[]

SampleChannel

Examples of channels that are included in the lineup.

median_monthly_inventory

int64

The median number of impressions per month on this lineup.

channel_count_lower_bound

int64

The lower end of a range containing the number of channels in the lineup.

channel_count_upper_bound

int64

The upper end of a range containing the number of channels in the lineup.