--- v19/common/audience_insights_attribute.proto 2025-08-05 14:37:33.000000000 +0000 +++ v20/common/audience_insights_attribute.proto 2025-08-05 14:37:44.000000000 +0000 @@ -75,8 +75,8 @@ // Special metadata for a YouTube video. YouTubeVideoAttributeMetadata youtube_video_metadata = 10; - // Special metadata for a YouTube Dynamic Lineup. - DynamicLineupAttributeMetadata dynamic_attribute_metadata = 6; + // Special metadata for a YouTube Lineup. + LineupAttributeMetadata lineup_attribute_metadata = 14; // Special metadata for a Location. LocationAttributeMetadata location_attribute_metadata = 7; @@ -114,8 +114,8 @@ // category. AudienceInsightsCategory category = 6; - // A YouTube Dynamic Lineup. - AudienceInsightsDynamicLineup dynamic_lineup = 7; + // A YouTube Lineup. + AudienceInsightsLineup lineup = 13; // A Parental Status value (parent, or not a parent). ParentalStatusInfo parental_status = 8; @@ -128,6 +128,9 @@ // A YouTube video. YouTubeVideoInfo youtube_video = 11; + + // A device type. (Mobile, Desktop, Tablet) + DeviceInfo device = 12; } } @@ -156,10 +159,10 @@ string category_id = 1 [(google.api.field_behavior) = REQUIRED]; } -// A YouTube Dynamic Lineup. -message AudienceInsightsDynamicLineup { - // Required. The numeric ID of the dynamic lineup. - string dynamic_lineup_id = 1 [(google.api.field_behavior) = REQUIRED]; +// A YouTube Lineup. +message AudienceInsightsLineup { + // Required. The numeric ID of the lineup. + string lineup_id = 1 [(google.api.field_behavior) = REQUIRED]; } // Metadata associated with a YouTube channel attribute. @@ -177,8 +180,8 @@ string video_url = 2; } -// Metadata associated with a Dynamic Lineup attribute. -message DynamicLineupAttributeMetadata { +// Metadata associated with a Lineup attribute. +message LineupAttributeMetadata { // A YouTube channel returned as an example of the content in a lineup. message SampleChannel { // A YouTube channel.
/common/audience_insights_attribute.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# /common/audience_insights_attribute.proto\n\n```diff\n--- v19/common/audience_insights_attribute.proto 2025-08-05 14:37:33.000000000 +0000\n+++ v20/common/audience_insights_attribute.proto 2025-08-05 14:37:44.000000000 +0000\n@@ -75,8 +75,8 @@\n // Special metadata for a YouTube video.\n YouTubeVideoAttributeMetadata youtube_video_metadata = 10;\n\n- // Special metadata for a YouTube Dynamic Lineup.\n- DynamicLineupAttributeMetadata dynamic_attribute_metadata = 6;\n+ // Special metadata for a YouTube Lineup.\n+ LineupAttributeMetadata lineup_attribute_metadata = 14;\n\n // Special metadata for a Location.\n LocationAttributeMetadata location_attribute_metadata = 7;\n@@ -114,8 +114,8 @@\n // category.\n AudienceInsightsCategory category = 6;\n\n- // A YouTube Dynamic Lineup.\n- AudienceInsightsDynamicLineup dynamic_lineup = 7;\n+ // A YouTube Lineup.\n+ AudienceInsightsLineup lineup = 13;\n\n // A Parental Status value (parent, or not a parent).\n ParentalStatusInfo parental_status = 8;\n@@ -128,6 +128,9 @@\n\n // A YouTube video.\n YouTubeVideoInfo youtube_video = 11;\n+\n+ // A device type. (Mobile, Desktop, Tablet)\n+ DeviceInfo device = 12;\n }\n }\n\n@@ -156,10 +159,10 @@\n string category_id = 1 [(google.api.field_behavior) = REQUIRED];\n }\n\n-// A YouTube Dynamic Lineup.\n-message AudienceInsightsDynamicLineup {\n- // Required. The numeric ID of the dynamic lineup.\n- string dynamic_lineup_id = 1 [(google.api.field_behavior) = REQUIRED];\n+// A YouTube Lineup.\n+message AudienceInsightsLineup {\n+ // Required. The numeric ID of the lineup.\n+ string lineup_id = 1 [(google.api.field_behavior) = REQUIRED];\n }\n\n // Metadata associated with a YouTube channel attribute.\n@@ -177,8 +180,8 @@\n string video_url = 2;\n }\n\n-// Metadata associated with a Dynamic Lineup attribute.\n-message DynamicLineupAttributeMetadata {\n+// Metadata associated with a Lineup attribute.\n+message LineupAttributeMetadata {\n // A YouTube channel returned as an example of the content in a lineup.\n message SampleChannel {\n // A YouTube channel.\n```"]]