--- v20/errors/ad_error.proto 2025-08-05 14:39:41.000000000 +0000 +++ v21/errors/ad_error.proto 2025-08-05 14:39:47.000000000 +0000 @@ -522,5 +522,9 @@ // Images must be unique between different carousel card assets. DUPLICATE_IMAGE_ACROSS_CAROUSEL_CARDS = 156; + + // For video ads sequencing, YouTube video asset ID has to be defined in + // `campaign.video_campaign_settings.video_ad_sequence.steps.asset_id`. + INVALID_YOUTUBE_VIDEO_ASSET_ID_FOR_VIDEO_ADS_SEQUENCING = 157; } }
/errors/ad_error.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# /errors/ad_error.proto\n\n```diff\n--- v20/errors/ad_error.proto 2025-08-05 14:39:41.000000000 +0000\n+++ v21/errors/ad_error.proto 2025-08-05 14:39:47.000000000 +0000\n@@ -522,5 +522,9 @@\n\n // Images must be unique between different carousel card assets.\n DUPLICATE_IMAGE_ACROSS_CAROUSEL_CARDS = 156;\n+\n+ // For video ads sequencing, YouTube video asset ID has to be defined in\n+ // `campaign.video_campaign_settings.video_ad_sequence.steps.asset_id`.\n+ INVALID_YOUTUBE_VIDEO_ASSET_ID_FOR_VIDEO_ADS_SEQUENCING = 157;\n }\n }\n```"]]