Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The VideoAdGroupBuilder helps create new video ad groups within a video campaign, enabling customization of settings like name, status, and bidding strategy.
It offers methods to define the ad group type (TRUE_VIEW_IN_STREAM, TRUE_VIEW_IN_DISPLAY, etc.), set bids (CPA, CPM, CPV), and assign a name and status.
Using the build() method, the builder generates a VideoAdGroupOperation to retrieve the created ad group or handle potential errors.
If settings like name or bids are not explicitly defined, the builder applies default values, ensuring a functional ad group is created.
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-09-23 UTC."],[],[]]