--- v24/enums/content_creator_insights_supplemental_data.proto 2026-08-13 23:22:18.000000000 +0000 +++ v25/enums/content_creator_insights_supplemental_data.proto 2026-08-13 23:22:24.000000000 +0000 @@ -39,10 +39,19 @@ // The value is unknown in this version. UNKNOWN = 1; + // Populate brand sentiment data in + // [ContentCreatorInsightsService.GenerateTrendingInsights][google.ads.googleads.v25.services.ContentCreatorInsightsService.GenerateTrendingInsights]. + // This is only available when requesting trending insights for a brand + // topic. A brand topic is a Knowledge Graph entity that is tagged with + // [BRAND][google.ads.googleads.v25.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities.BRAND]. + // Use [AudienceInsightsService.ListAudienceInsightsAttributes][] to get the + // list of supported Knowledge Graph entities. + BRAND_SENTIMENT_DATA = 2; + // Populate local creator data in - // [ContentCreatorInsightsService.GenerateTrendingInsights][google.ads.googleads.v24.services.ContentCreatorInsightsService.GenerateTrendingInsights] + // [ContentCreatorInsightsService.GenerateTrendingInsights][google.ads.googleads.v25.services.ContentCreatorInsightsService.GenerateTrendingInsights] // and - // [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v24.services.ContentCreatorInsightsService.GenerateCreatorInsights]. + // [ContentCreatorInsightsService.GenerateCreatorInsights][google.ads.googleads.v25.services.ContentCreatorInsightsService.GenerateCreatorInsights]. // This is only available when requesting trending or creator insights for // a content or creator topic. These topics are Knowledge Graph entities // tagged with
/enums/content_creator_insights_supplemental_data.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-16 UTC.