VideoAdSequenceStep
Stay organized with collections
Save and categorize content based on your preferences.
Information about a step within a video sequence.
Fields |
video_ad_sequence_step_id
|
int64
The ID of this sequence step.
|
asset_id
|
int64
The ID of the Asset for this step. The asset must be type YOUTUBE_VIDEO.
|
ad_group_type
|
AdGroupType
The ad group type for this step (denoting the video format).
|
previous_step_id
|
int64
The ID of the previous step. This field is required for all steps except the first one. It must point to a step that appears in the step definition list before this step.
|
previous_step_interaction_type
|
VideoAdSequenceInteractionType
Type of interaction on the previous step required in order for the user to advance to this step. As with the previous step ID, it's required for every step except for the first one.
|
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-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# VideoAdSequenceStep\n\nInformation about a step within a video sequence.\n\n| Fields ||\n|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `video_ad_sequence_step_id` | `int64` The ID of this sequence step. |\n| ### `asset_id` | `int64` The ID of the Asset for this step. The asset must be type YOUTUBE_VIDEO. |\n| ### `ad_group_type` | [AdGroupType](/google-ads/api/reference/rpc/v21/AdGroupTypeEnum.AdGroupType) The ad group type for this step (denoting the video format). |\n| ### `previous_step_id` | `int64` The ID of the previous step. This field is required for all steps except the first one. It must point to a step that appears in the step definition list before this step. |\n| ### `previous_step_interaction_type` | [VideoAdSequenceInteractionType](/google-ads/api/reference/rpc/v21/VideoAdSequenceInteractionTypeEnum.VideoAdSequenceInteractionType) Type of interaction *on the previous step* required in order for the user to advance to this step. As with the previous step ID, it's required for every step except for the first one. |"]]