AdsApp.ResponsiveDisplayAdStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
This document outlines the methods available for managing a responsive ad for Display.
You can apply, remove, enable, pause, and remove responsive display ads using the provided methods.
Access to ad details such as ad group, campaign, business name, headlines, descriptions, images, and videos is available through various getter methods.
Information regarding the ad's policy approval status and associated policy topics can be retrieved.
Methods are available to check the ad's status (enabled, paused, legacy) and retrieve statistics for specific date ranges.
Applies a label to the ad.nameof 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 ad cannot have more than 50 labels.
Returns nothing.
Arguments:
Name
Type
Description
name
String
Name of the label to apply.
asType()
Returns anAdViewSpace, which
provides access to type-specific fields of the ad.
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.
Removes a label from the ad.nameof 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.
urls()
Provides access to this ad's URL fields. SeeUsing Upgraded
URLsfor more information.
[[["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."],[],[]]