Methods:
Member | Type | Description |
---|---|---|
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:
Type | Description |
---|---|
AdsApp.AudienceSelector |
The selector of all audiences in the account. |
keywords()
Returns the selector of all display keywords in the account. Return values:
Type | Description |
---|---|
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:
Type | Description |
---|---|
AdsApp.PlacementSelector |
The selector of all placements in the account. |
topics()
Returns the selector of all topics in the account. Return values:
Type | Description |
---|---|
AdsApp.TopicSelector |
The selector of all topics in the account. |
youTubeChannels()
Returns the selector of all YouTube channels in the account. Return values:
Type | Description |
---|---|
AdsApp.YouTubeChannelSelector |
The selector of all YouTube channels in the account. |
youTubeVideos()
Returns the selector of all YouTube videos in the account. Return values:
Type | Description |
---|---|
AdsApp.YouTubeVideoSelector |
The selector of all YouTube videos in the account. |