- JSON representation
- YouTubeChannelAttributeMetadata
- YouTubeVideoAttributeMetadata
- DynamicLineupAttributeMetadata
- SampleChannel
- LocationAttributeMetadata
- UserInterestAttributeMetadata
- KnowledgeGraphAttributeMetadata
- InsightsKnowledgeGraphEntityCapabilities
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. This field is not populated in every response. |
subscriberShare |
The share of subscribers within this attribute, between and including 0 and 1. This field is not populated in every response. |
viewerShare |
The share of viewers within this attribute, between and including 0 and 1. This field is not populated in every response. |
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. |
youtubeVideoMetadata |
Special metadata for a YouTube video. |
dynamicAttributeMetadata |
Special metadata for a YouTube Dynamic Lineup. |
locationAttributeMetadata |
Special metadata for a Location. |
userInterestAttributeMetadata |
Special metadata for a User Interest. |
knowledgeGraphAttributeMetadata |
Special metadata for a Knowledge Graph Entity. |
YouTubeChannelAttributeMetadata
Metadata associated with a YouTube channel attribute.
JSON representation |
---|
{ "subscriberCount": string } |
Fields | |
---|---|
subscriberCount |
The approximate number of subscribers to the YouTube channel. |
YouTubeVideoAttributeMetadata
Metadata for a YouTube video attribute.
JSON representation |
---|
{ "thumbnailUrl": string, "videoUrl": string } |
Fields | |
---|---|
thumbnailUrl |
The URL of the video thumbnail, prefixed by "https://img.youtube.com/". |
videoUrl |
The URL of the video, prefixed by "https://www.youtube.com/". |
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 that this attribute’s sub country location is located in. |
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). |
KnowledgeGraphAttributeMetadata
Metadata associated with a Knowledge Graph Entity attribute.
JSON representation |
---|
{
"entityCapabilities": [
enum ( |
Fields | |
---|---|
entityCapabilities[] |
The capabilities of the entity used in [ContentCreatorInsightsService][]. |
InsightsKnowledgeGraphEntityCapabilities
The capabilities of an entity.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
The value is unknown in this version. |
CONTENT_TRENDING_INSIGHTS |
An entity that is supported to use as a trending topic in [ContentCreatorInsightsService.GenerateTrendingInsights]. |
CREATOR_ATTRIBUTE |
An entity that is supported to use as a creator attribute in [ContentCreatorInsightsService.GenerateCreatorInsights]. |