--- v21/services/content_creator_insights_service.proto 2025-10-07 23:35:25.000000000 +0000 +++ v22/services/content_creator_insights_service.proto 2025-10-07 23:35:26.000000000 +0000 @@ -261,6 +261,9 @@ // When true, this channel has published a Shorts video in the last 90 days. bool is_active_shorts_creator = 4; + // When true, this channel has published a live stream in the last 90 days. + bool is_active_live_stream_creator = 16; + // When true, this creator can be partnered with to create original branded // content using the Google Ads creator partnership platform, BrandConnect. // @@ -342,14 +345,23 @@ // A trend insight for a given attribute. message TrendInsight { // The attribute this trend is for. - google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata + google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata trend_attribute = 1; // Metrics associated with this trend. TrendInsightMetrics trend_metrics = 2; // The direction of trend (such as RISING or DECLINING). - google.ads.googleads.v21.enums.InsightsTrendEnum.InsightsTrend trend = 3; + google.ads.googleads.v22.enums.InsightsTrendEnum.InsightsTrend trend = 3; + + // Related videos for this topic. Only populated for trends using + // search_topics. + repeated google.ads.googleads.v22.common.AudienceInsightsAttributeMetadata + related_videos = 4; + + // Related creators for this topic. Only populated for trends using + // search_topics. + repeated YouTubeCreatorInsights related_creators = 5; } // Metrics associated with a trend insight.
/services/content_creator_insights_service.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-10-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-10-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[]]