AudienceInsightsAttributeMetadata

検索に応答して返されるオーディエンス属性と、それに関するメタデータ。

JSON 表現
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "displayInfo": string,

  // Union field dimension_metadata can be only one of the following:
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  },
  "dynamicAttributeMetadata": {
    object (DynamicLineupAttributeMetadata)
  },
  "locationAttributeMetadata": {
    object (LocationAttributeMetadata)
  }
  // End of list of possible types for union field dimension_metadata.
}
フィールド
dimension

enum (AudienceInsightsDimension)

属性のタイプ。

attribute

object (AudienceInsightsAttribute)

属性自体。

displayName

string

人が読める形式の属性名。

displayInfo

string

属性を識別するために displayName を補完する文字列。ディメンションが TOPIC の場合、これはナレッジグラフ エンティティの簡単な説明です(「American singer-songwriter」など)。ディメンションが CATEGORY の場合は、商品とサービス分類のカテゴリへの完全なパス(例: 「/Apparel/Clothing/Outerwear」)。

共用体フィールド dimension_metadata。この属性のディメンションに固有のメタデータ。dimension_metadata は次のいずれかになります。
youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

YouTube チャンネルの特別なメタデータ。

dynamicAttributeMetadata

object (DynamicLineupAttributeMetadata)

YouTube ダイナミック ラインナップの特別なメタデータ。

locationAttributeMetadata

object (LocationAttributeMetadata)

ビジネスの特別なメタデータ。

YouTubeChannelAttributeMetadata

YouTube チャンネルの属性に関連付けられたメタデータ。

JSON 表現
{
  "subscriberCount": string
}
フィールド
subscriberCount

string (int64 format)

YouTube チャンネルのおおよそのチャンネル登録者数。

DynamicLineupAttributeMetadata

Dynamic Lineups 属性に関連付けられたメタデータ。

JSON 表現
{
  "inventoryCountry": {
    object (LocationInfo)
  },
  "sampleChannels": [
    {
      object (SampleChannel)
    }
  ],
  "medianMonthlyInventory": string,
  "channelCountLowerBound": string,
  "channelCountUpperBound": string
}
フィールド
inventoryCountry

object (LocationInfo)

ラインナップに関連する国内市場。

sampleChannels[]

object (SampleChannel)

ラインナップに含まれるチャンネルの例。

medianMonthlyInventory

string (int64 format)

この Lineups の 1 か月あたりのインプレッション数の中央値。

channelCountLowerBound

string (int64 format)

Lineups のチャンネル数を含む範囲の下限。

channelCountUpperBound

string (int64 format)

Lineups のチャンネル数を含む範囲の上限。

SampleChannel

Lineups のコンテンツの例として返された YouTube チャンネル。

JSON 表現
{
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "displayName": string,
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  }
}
フィールド
youtubeChannel

object (YouTubeChannelInfo)

YouTube チャンネル。

displayName

string

サンプル チャネルの名前。

youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

サンプル チャンネルのメタデータ。

LocationAttributeMetadata

Location 属性に関連付けられたメタデータ。

JSON 表現
{
  "countryLocation": {
    object (LocationInfo)
  }
}
フィールド
countryLocation

object (LocationInfo)

サブの国がある国。