--- v20/services/content_creator_insights_service.proto 2025-08-05 14:39:42.000000000 +0000 +++ v21/services/content_creator_insights_service.proto 2025-08-05 14:39:48.000000000 +0000 @@ -282,6 +285,20 @@ // Description of the channel. string channel_description = 10; + // The unique, short, and user-visible identifier for the channel starting + // with an "@" symbol (such as "@youtubecreators"). See + // https://support.google.com/youtube/answer/11585688 for more information. + string handle = 11; + + // URL for a 240px by 240px thumbnail image of the channel. + string thumbnail_url = 12; + + // The date that the channel was created. Formatted as "yyyy-mm-dd". + string publish_date = 13; + + // The country with which the channel is associated. + google.ads.googleads.v21.common.LocationInfo country_location = 14; + // The metrics for a YouTube Channel. YouTubeMetrics channel_metrics = 3; @@ -337,6 +354,12 @@ // Metrics associated with a trend insight. message TrendInsightMetrics { - // The number of views for this trend. + // The number of views for this trend. This is only populated for SearchTopics + // requests. int64 views_count = 1; + + // The fraction (from 0 to 1 inclusive) of the requested audience that has + // has searched or viewed this trend. This is only populated for + // SearchAudience requests. + double audience_share = 2; }
/services/content_creator_insights_service.proto
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[],[],null,["# /services/content_creator_insights_service.proto\n\n```diff\n--- v20/services/content_creator_insights_service.proto 2025-08-05 14:39:42.000000000 +0000\n+++ v21/services/content_creator_insights_service.proto 2025-08-05 14:39:48.000000000 +0000\n@@ -282,6 +285,20 @@\n // Description of the channel.\n string channel_description = 10;\n\n+ // The unique, short, and user-visible identifier for the channel starting\n+ // with an \"@\" symbol (such as \"@youtubecreators\"). See\n+ // https://support.google.com/youtube/answer/11585688 for more information.\n+ string handle = 11;\n+\n+ // URL for a 240px by 240px thumbnail image of the channel.\n+ string thumbnail_url = 12;\n+\n+ // The date that the channel was created. Formatted as \"yyyy-mm-dd\".\n+ string publish_date = 13;\n+\n+ // The country with which the channel is associated.\n+ google.ads.googleads.v21.common.LocationInfo country_location = 14;\n+\n // The metrics for a YouTube Channel.\n YouTubeMetrics channel_metrics = 3;\n\n@@ -337,6 +354,12 @@\n\n // Metrics associated with a trend insight.\n message TrendInsightMetrics {\n- // The number of views for this trend.\n+ // The number of views for this trend. This is only populated for SearchTopics\n+ // requests.\n int64 views_count = 1;\n+\n+ // The fraction (from 0 to 1 inclusive) of the requested audience that has\n+ // has searched or viewed this trend. This is only populated for\n+ // SearchAudience requests.\n+ double audience_share = 2;\n }\n```"]]