--- v22/common/ad_asset.proto 2026-01-23 15:36:15.000000000 +0000 +++ v23/common/ad_asset.proto 2026-01-23 15:36:25.000000000 +0000 @@ -78,6 +78,11 @@ // given ad slot can be found. optional AdVideoAssetInventoryPreferences ad_video_asset_inventory_preferences = 1; + + // Defines feature controls for this AdVideoAsset during serving time. + // For example, whether YouTube comments should be enabled for Partnership Ads + // served on YouTube Shorts. + optional AdVideoAssetLinkFeatureControl ad_video_asset_feature_control = 2; } // YouTube Video Asset inventory preferences. @@ -95,6 +100,13 @@ optional bool shorts_preference = 3; } +// YouTube Video Asset feature controls. +message AdVideoAssetLinkFeatureControl { + // Defines if YouTube comments should be enabled for the creative + // using this YouTube video asset served on YouTube Shorts. + optional bool allow_youtube_comments = 1; +} + // A media bundle asset used inside an ad. message AdMediaBundleAsset { // The Asset resource name of this media bundle.
/common/ad_asset.proto
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-01-28 UTC