AdsApp.​Display

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.