Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
VideoAdGroupBuilder is used to construct a video ad group.
The build() method creates the VideoAdGroup and returns an operation object to access results or errors.
Several methods like withName(), withStatus(), withAdGroupType(), withCpa(), withCpm(), withCpv(), and withTargetCpm() are available to configure the video ad group.
The withAdGroupType() method is required to set the type of the ad group.
Default values are applied for name, status, and various bid types if they are not explicitly set using the corresponding with methods.
Builder for a video ad group under construction.
Typical usage:
varvideoAdGroupBuilder=videoCampaign.newVideoAdGroupBuilder();varvideoAdGroupOperation=videoAdGroupBuilder.withName("ad group name").withStatus("PAUSED").withAdGroupType("VIDEO_TRUE_VIEW_IN_STREAM").build();varvideoAdGroup=videoAdGroupOperation.getResult();
Sets the Target CPM bid of the new video ad group to the specified
value.
build()
Creates a VideoAdGroup. Returns an
VideoAdGroupOperation that
can be used to get the new ad group (or access any associated errors if
creation failed).
VIDEO_BUMPER, VIDEO_EFFICIENT_REACH,
VIDEO_NON_SKIPPABLE_IN_STREAM, VIDEO_RESPONSIVE,
VIDEO_TRUE_VIEW_IN_DISPLAY, VIDEO_TRUE_VIEW_IN_STREAM,
YOUTUBE_AUDIO.
This field is required.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-16 UTC."],[],[]]