AdsApp.VideoKeywordStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
AdsApp.VideoKeyword represents a Google Ads Keyword in a Video Campaign and provides methods to access its properties and perform actions.
You can access bidding information usingbidding(), retrieve the entity type withgetEntityType(), and get the keyword's ID and resource name usinggetId()andgetResourceName().
ThegetStatsFor()method allows you to retrieve performance statistics for the keyword over a specified or custom date range.
You can get the actual text of the keyword withgetText()and determine its associated ad group and campaign usinggetVideoAdGroup()andgetVideoCampaign().
Methods likeisEnabled(),isPaused(), andremove()provide functionality to check the status and remove the video keyword.
Represents a Google Ads Keyword in a Video Campaign.
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 inYYYYMMDDform. For instance,March 24th,
2013is represented as either{year: 2013, month: 3, day:
24}or"20130324". The date range is inclusive on both
ends, soforDateRange("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 inYYYYMMDDform, or an object withyear,monthanddayproperties.
dateTo
Object
End date of the date range. Must be either a string inYYYYMMDDform, or an object withyear,monthanddayproperties.
[[["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-12-03 UTC."],[],[]]