AdsApp.​VideoTargeting

  • This page details methods for accessing video criteria applied to ad groups within your Google Ads account.

  • You can use these methods to retrieve selectors for various targeting options like age, demographics, interests, and placements.

  • Selectors provide a way to access and manage specific criteria applied to your video campaigns.

  • Each method focuses on a particular type of video targeting, offering granular control over your advertising reach.

  • The available methods cover a wide range of video campaign targeting aspects, from demographics and interests to specific YouTube content and placements.

Access to video criteria that have been added to ad groups in this account.

Methods:

MemberTypeDescription
ages() AdsApp.VideoAgeSelector Returns the selector of all ages in the account.
audiences() AdsApp.VideoAudienceSelector Returns the selector of all audiences in the account.
genders() AdsApp.VideoGenderSelector Returns the selector of all genders in the account.
keywords() AdsApp.VideoKeywordSelector Returns the selector of all keywords in the account.
mobileAppCategories() AdsApp.VideoMobileAppCategorySelector Returns the selector of all mobile application categories in the account.
mobileApplications() AdsApp.VideoMobileApplicationSelector Returns the selector of all mobile applications in the account.
parentalStatuses() AdsApp.VideoParentalStatusSelector Returns the selector of all parental statuses in the account.
placements() AdsApp.VideoPlacementSelector Returns the selector of all placements in the account.
topics() AdsApp.VideoTopicSelector Returns the selector of all topics in the account.
youTubeChannels() AdsApp.VideoYouTubeChannelSelector Returns the selector of all YouTube channels in the account.
youTubeVideos() AdsApp.VideoYouTubeVideoSelector Returns the selector of all YouTube videos in the account.

ages()

Returns the selector of all ages in the account.

Return values:

TypeDescription
AdsApp.VideoAgeSelector The selector of all ages in the account.

audiences()

Returns the selector of all audiences in the account.

Return values:

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

genders()

Returns the selector of all genders in the account.

Return values:

TypeDescription
AdsApp.VideoGenderSelector The selector of all genders in the account.

keywords()

Returns the selector of all keywords in the account.

Return values:

TypeDescription
AdsApp.VideoKeywordSelector The selector of all keywords in the account.

mobileAppCategories()

Returns the selector of all mobile application categories in the account.

Return values:

TypeDescription
AdsApp.VideoMobileAppCategorySelector The selector of all mobile application categories in the account.

mobileApplications()

Returns the selector of all mobile applications in the account.

Return values:

TypeDescription
AdsApp.VideoMobileApplicationSelector The selector of all mobile applications in the account.

parentalStatuses()

Returns the selector of all parental statuses in the account.

Return values:

TypeDescription
AdsApp.VideoParentalStatusSelector The selector of all parental statuses in the account.

placements()

Returns the selector of all placements in the account.

Return values:

TypeDescription
AdsApp.VideoPlacementSelector The selector of all placements in the account.

topics()

Returns the selector of all topics in the account.

Return values:

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

youTubeChannels()

Returns the selector of all YouTube channels in the account.

Return values:

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

youTubeVideos()

Returns the selector of all YouTube videos in the account.

Return values:

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