AdsApp.DisplayKeywordStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
The content describes a Google Ads display keyword and provides a table of its available methods.
Methods are available to access bidding information, retrieve associated ad groups and campaigns, get identifying information like ID and resource name, and obtain performance statistics for specified date ranges.
You can also get the text of the display keyword and check if it is enabled or paused using the provided methods.
Theremove()method allows for the deletion of the display keyword.
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-11-05 UTC."],[],[]]