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」,則代表知識圖譜實體的簡短說明,例如「美國創作歌手」。如果維度為「CATEGORY」,代表「產品與服務」分類中類別的完整路徑,例如「/服飾/服飾/外套」。

聯集欄位 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

與動態首選頻道屬性相關聯的中繼資料。

JSON 表示法
{
  "inventoryCountry": {
    object (LocationInfo)
  },
  "sampleChannels": [
    {
      object (SampleChannel)
    }
  ],
  "medianMonthlyInventory": string,
  "channelCountLowerBound": string,
  "channelCountUpperBound": string
}
欄位
inventoryCountry

object (LocationInfo)

與首選頻道相關聯的國家市場。

sampleChannels[]

object (SampleChannel)

以下列舉首選頻道中包含的頻道:

medianMonthlyInventory

string (int64 format)

這個首選頻道每個月的曝光次數中位數。

channelCountLowerBound

string (int64 format)

範圍的下半部,包含首選頻道中的頻道數量。

channelCountUpperBound

string (int64 format)

包含首選頻道中的頻道數量範圍的上端。

SampleChannel

系統傳回 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)

子國家/地區位置的國家/地區位置。