--- 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
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)