--- 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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],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```"]]