AdsApp.​Display

Access to display criteria that have been added to ad groups in this account: Audience, DisplayKeyword, Placement, Topic.

Methods:

MemberTypeDescription
audiencesAdsApp.AudienceSelectorReturns the selector of all audiences in the account.
keywordsAdsApp.DisplayKeywordSelectorReturns the selector of all display keywords in the account.
placementsAdsApp.PlacementSelectorReturns the selector of all website placements in the account.
topicsAdsApp.TopicSelectorReturns the selector of all topics in the account.
youTubeChannelsAdsApp.YouTubeChannelSelectorReturns the selector of all YouTube channels in the account.
youTubeVideosAdsApp.YouTubeVideoSelectorReturns the selector of all YouTube videos in the account.

audiences()

Returns the selector of all audiences in the account.

Return values:

TypeDescription
AdsApp.AudienceSelectorThe selector of all audiences in the account.

keywords()

Returns the selector of all display keywords in the account.

Return values:

TypeDescription
AdsApp.DisplayKeywordSelectorThe selector of all display keywords in the account.

placements()

Returns the selector of all website placements in the account. Mobile app placements and mobile app category placements are not supported.

Return values:

TypeDescription
AdsApp.PlacementSelectorThe selector of all placements in the account.

topics()

Returns the selector of all topics in the account.

Return values:

TypeDescription
AdsApp.TopicSelectorThe selector of all topics in the account.

youTubeChannels()

Returns the selector of all YouTube channels in the account.

Return values:

TypeDescription
AdsApp.YouTubeChannelSelectorThe selector of all YouTube channels in the account.

youTubeVideos()

Returns the selector of all YouTube videos in the account.

Return values:

TypeDescription
AdsApp.YouTubeVideoSelectorThe selector of all YouTube videos in the account.