Provides access to this ad group's video targeting criteria.
applyLabel(name)
Applies a label to the video ad group. name of the label
is case-sensitive. Operation will fail if the label with the specified name
does not already exist in the account.
Note that the video ad group cannot have more than 50 labels.
Returns nothing.
Arguments:
Name
Type
Description
name
String
Name of the label to apply.
bidding()
Provides access to this ad group's bidding fields.
Returns stats for the specified custom date range. Both parameters can be
either an object containing year, month, and day fields, or an 8-digit
string in YYYYMMDD form. For instance, March 24th,
2013 is represented as either {year: 2013, month: 3, day:
24} or "20130324". The date range is inclusive on both
ends, so forDateRange("20130324", "20130324") defines a range
of a single day.
Arguments:
Name
Type
Description
dateFrom
Object
Start date of the date range. Must be either a string in
YYYYMMDD form, or an object with year,
month and day properties.
dateTo
Object
End date of the date range. Must be either a string in
YYYYMMDD form, or an object with year,
month and day properties.
Returns the top content bid modifier for this ad group.
Top content bid modifiers are multipliers applied to the ad group's bids
for high quality content in network. For instance, a top content bid
modifier of 1.1 increases a bid to 110% of its original value
on mobile devices, and changes a bid of $5.00 to $5.50. The Google Ads UI
would render this setting as +10%.
Return values:
Type
Description
double
The top content bid modifier.
getVideoCampaign()
Returns the campaign to which this video ad group belongs.
A new video ad builder space associated with this ad group.
pause()
Pauses the video ad group.
Returns nothing.
removeLabel(name)
Removes a label from the video ad group. name of the
label is case-sensitive. Operation will fail if the label with the
specified name does not already exist in the account.
Returns nothing.
Arguments:
Name
Type
Description
name
String
Name of the label.
setName(name)
Sets the name of the ad group.
Returns nothing.
Arguments:
Name
Type
Description
name
String
The new name for the ad group.
setTopContentBidModifier(modifier)
Sets the top content bid modifier for this ad group to the specified value.
Bid modifiers must be between 1.0 and 6.0.
Returns nothing.
Arguments:
Name
Type
Description
modifier
double
The new top content bid modifier.
videoAds()
Returns the selector of all ads in the video ad group.
[[["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 2024-10-18 UTC."],[],[]]