AdsApp.​Display

  • This page outlines how to access display criteria for ad groups within your Google Ads account.

  • You can retrieve selectors for audiences, display keywords, placements, topics, YouTube channels, and YouTube videos.

  • Each selector enables you to access and manage the respective criteria within your account.

  • Selectors for website placements do not include mobile app or mobile app category placements.

  • Using these methods, you can programmatically control and analyze your ad targeting strategies.

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

Methods:

MemberTypeDescription
audiences() AdsApp.AudienceSelector Returns the selector of all audiences in the account.
keywords() AdsApp.DisplayKeywordSelector Returns the selector of all display keywords in the account.
placements() AdsApp.PlacementSelector Returns the selector of all website placements in the account.
topics() AdsApp.TopicSelector Returns the selector of all topics in the account.
youTubeChannels() AdsApp.YouTubeChannelSelector Returns the selector of all YouTube channels in the account.
youTubeVideos() AdsApp.YouTubeVideoSelector Returns the selector of all YouTube videos in the account.

audiences()

Returns the selector of all audiences in the account.

Return values:

TypeDescription
AdsApp.AudienceSelector The selector of all audiences in the account.

keywords()

Returns the selector of all display keywords in the account.

Return values:

TypeDescription
AdsApp.DisplayKeywordSelector The 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.PlacementSelector The selector of all placements in the account.

topics()

Returns the selector of all topics in the account.

Return values:

TypeDescription
AdsApp.TopicSelector The selector of all topics in the account.

youTubeChannels()

Returns the selector of all YouTube channels in the account.

Return values:

TypeDescription
AdsApp.YouTubeChannelSelector The selector of all YouTube channels in the account.

youTubeVideos()

Returns the selector of all YouTube videos in the account.

Return values:

TypeDescription
AdsApp.YouTubeVideoSelector The selector of all YouTube videos in the account.