- JSON representation
- YouTubeChannelAttributeMetadata
- DynamicLineupAttributeMetadata
- SampleChannel
- LocationAttributeMetadata
- UserInterestAttributeMetadata
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. |
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". |
potentialYoutubeReach |
An estimate of the number of reachable YouTube users matching this attribute in the requested location, or zero if that information is not available for this attribute. Only populated in GenerateAudienceOverlapInsightsResponses and in ListAudienceInsightsAttributesResponses when youtubeReachLocation is present in the request. |
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. |
userInterestAttributeMetadata |
Special metadata for a User Interest. |
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. |
sampleChannels[] |
Examples of channels that are included in 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. |
SampleChannel
A YouTube channel returned as an example of the content in a lineup.
JSON representation |
---|
{ "youtubeChannel": { object ( |
Fields | |
---|---|
youtubeChannel |
A YouTube channel. |
displayName |
The name of the sample channel. |
youtubeChannelMetadata |
Metadata for the sample channel. |
LocationAttributeMetadata
Metadata associated with a Location attribute.
JSON representation |
---|
{
"countryLocation": {
object ( |
Fields | |
---|---|
countryLocation |
The country location of the sub country location. |
UserInterestAttributeMetadata
Metadata associated with a User Interest attribute.
JSON representation |
---|
{ "userInterestDescription": string } |
Fields | |
---|---|
userInterestDescription |
English language text description of the user interest category (200 characters max). |