AudienceInsightsAttributeMetadata

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

JSON 表現
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "score": number,
  "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

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

score

number

この属性の関連性スコア(0 ~ 1)。

displayInfo

string

displayName を補足して属性を識別する文字列。ディメンションが「トピック」の場合、これはナレッジグラフ エンティティの簡単な説明です(「米国のシンガーソングライター」など)。ディメンションが 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)

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

channelCountLowerBound

string (int64 format)

ラインナップのチャンネル数を含む範囲の下限。

channelCountUpperBound

string (int64 format)

ラインナップのチャンネル数を含む範囲の上限。

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)

地方がある国の地域。