- JSON representation
- YouTubeChannelAttributeMetadata
- DynamicLineupAttributeMetadata
- LocationAttributeMetadata
An audience attribute, with metadata about it, returned in response to a search.
JSON representation |
---|
{ "dimension": enum ( |
Fields | |
---|---|
dimension |
The type of the attribute. |
attribute |
The attribute itself. |
displayName |
The human-readable name of the attribute. |
score |
A relevance score for this attribute, between 0 and 1. |
displayInfo |
A string that supplements the displayName to identify the attribute. If the dimension is TOPIC, this is a brief description of the Knowledge Graph entity, such as "American singer-songwriter". If the dimension is CATEGORY, this is the complete path to the category in The Product & Service taxonomy, for example "/Apparel/Clothing/Outerwear". |
Union field dimension_metadata . Metadata specific to the dimension of this attribute. dimension_metadata can be only one of the following: |
|
youtubeChannelMetadata |
Special metadata for a YouTube channel. |
dynamicAttributeMetadata |
Special metadata for a YouTube Dynamic Lineup. |
locationAttributeMetadata |
Special metadata for a Location. |
YouTubeChannelAttributeMetadata
Metadata associated with a YouTube channel attribute.
JSON representation |
---|
{ "subscriberCount": string } |
Fields | |
---|---|
subscriberCount |
The approximate number of subscribers to the YouTube channel. |
DynamicLineupAttributeMetadata
Metadata associated with a Dynamic Lineup attribute.
JSON representation |
---|
{
"inventoryCountry": {
object ( |
Fields | |
---|---|
inventoryCountry |
The national market associated with the lineup. |
medianMonthlyInventory |
The median number of impressions per month on this lineup. |
channelCountLowerBound |
The lower end of a range containing the number of channels in the lineup. |
channelCountUpperBound |
The upper end of a range containing the number of channels in the lineup. |
LocationAttributeMetadata
Metadata associated with a Location attribute.
JSON representation |
---|
{
"countryLocation": {
object ( |
Fields | |
---|---|
countryLocation |
The country location of the sub country location. |