AdsApp.​AdGroupVideoTargeting

Access to ad group-level video criteria. For example, to access all video keywords in an ad group:
var videoKeywordIterator = videoAdGroup.videoTargeting().keywords().get();
while (videoKeywordIterator.hasNext()) {
  var videoKeyword = videoKeywordIterator.next();
}

Methods:

MemberTypeDescription
agesAdsApp.VideoAgeSelectorReturns the selector of all ages in the ad group.
audiencesAdsApp.VideoAudienceSelectorReturns the selector of all audiences in the ad group.
excludedAgesAdsApp.ExcludedVideoAgeSelectorReturns the selector of all excluded ages in the ad group.
excludedAudiencesAdsApp.ExcludedVideoAudienceSelectorReturns the selector of all excluded audiences in the ad group.
excludedGendersAdsApp.ExcludedVideoGenderSelectorReturns the selector of all excluded genders in the ad group.
excludedKeywordsAdsApp.ExcludedVideoKeywordSelectorReturns the selector of all excluded keywords in the ad group.
excludedMobileAppCategoriesAdsApp.ExcludedVideoMobileAppCategorySelectorReturns the selector of all excluded mobile application categories in the ad group.
excludedMobileApplicationsAdsApp.ExcludedVideoMobileApplicationSelectorReturns the selector of all excluded mobile applications in the ad group.
excludedParentalStatusesAdsApp.ExcludedVideoParentalStatusSelectorReturns the selector of all excluded parental statuses in the ad group.
excludedPlacementsAdsApp.ExcludedVideoPlacementSelectorReturns the selector of all excluded placements in the ad group.
excludedTopicsAdsApp.ExcludedVideoTopicSelectorReturns the selector of all excluded topics in the ad group.
excludedYouTubeChannelsAdsApp.ExcludedVideoYouTubeChannelSelectorReturns the selector of all excluded YouTube channels in the ad group.
excludedYouTubeVideosAdsApp.ExcludedVideoYouTubeVideoSelectorReturns the selector of all excluded YouTube videos in the ad group.
gendersAdsApp.VideoGenderSelectorReturns the selector of all genders in the ad group.
keywordsAdsApp.VideoKeywordSelectorReturns the selector of all keywords in the ad group.
mobileAppCategoriesAdsApp.VideoMobileAppCategorySelectorReturns the selector of all mobile application categories in the ad group.
mobileApplicationsAdsApp.VideoMobileApplicationSelectorReturns the selector of all mobile applications in the ad group.
newAgeBuilderAdsApp.VideoAgeBuilderReturns a new age builder for this ad group.
newAudienceBuilderAdsApp.VideoAudienceBuilderReturns a new audience builder for this ad group.
newGenderBuilderAdsApp.VideoGenderBuilderReturns a new age gender for this ad group.
newKeywordBuilderAdsApp.VideoKeywordBuilderReturns a new keyword builder for this ad group.
newMobileAppCategoryBuilderAdsApp.VideoMobileAppCategoryBuilderReturns a new mobile application category builder for this ad group.
newMobileApplicationBuilderAdsApp.VideoMobileApplicationBuilderReturns a new mobile application builder for this ad group.
newParentalStatusBuilderAdsApp.VideoParentalStatusBuilderReturns a new parental status builder for this ad group.
newPlacementBuilderAdsApp.VideoPlacementBuilderReturns a new placement builder for this ad group.
newTopicBuilderAdsApp.VideoTopicBuilderReturns a new video topic builder for this ad group.
newYouTubeChannelBuilderAdsApp.VideoYouTubeChannelBuilderReturns a new YouTube channel builder for this ad group.
newYouTubeVideoBuilderAdsApp.VideoYouTubeVideoBuilderReturns a new YouTube video builder for this ad group.
parentalStatusesAdsApp.VideoParentalStatusSelectorReturns the selector of all parental statuses in the ad group.
placementsAdsApp.VideoPlacementSelectorReturns the selector of all placements in the ad group.
topicsAdsApp.VideoTopicSelectorReturns the selector of all topics in the ad group.
youTubeChannelsAdsApp.VideoYouTubeChannelSelectorReturns the selector of all YouTube channels in the ad group.
youTubeVideosAdsApp.VideoYouTubeVideoSelectorReturns the selector of all YouTube videos in the ad group.

ages()

Returns the selector of all ages in the ad group.

Return values:

TypeDescription
AdsApp.VideoAgeSelectorThe selector of all ages in the ad group.

audiences()

Returns the selector of all audiences in the ad group.

Return values:

TypeDescription
AdsApp.VideoAudienceSelectorThe selector of all audiences in the ad group.

excludedAges()

Returns the selector of all excluded ages in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoAgeSelectorThe selector of all excluded ages in the ad group.

excludedAudiences()

Returns the selector of all excluded audiences in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoAudienceSelectorThe selector of all excluded audiences in the ad group.

excludedGenders()

Returns the selector of all excluded genders in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoGenderSelectorThe selector of all excluded genders in the ad group.

excludedKeywords()

Returns the selector of all excluded keywords in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoKeywordSelectorThe selector of all excluded keywords in the ad group.

excludedMobileAppCategories()

Returns the selector of all excluded mobile application categories in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoMobileAppCategorySelectorThe selector of all excluded mobile application categories in the ad group.

excludedMobileApplications()

Returns the selector of all excluded mobile applications in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoMobileApplicationSelectorThe selector of all excluded mobile applications in the ad group.

excludedParentalStatuses()

Returns the selector of all excluded parental statuses in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoParentalStatusSelectorThe selector of all excluded parental statuses in the ad group.

excludedPlacements()

Returns the selector of all excluded placements in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoPlacementSelectorThe selector of all excluded placements in the ad group.

excludedTopics()

Returns the selector of all excluded topics in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoTopicSelectorThe selector of all excluded topics in the ad group.

excludedYouTubeChannels()

Returns the selector of all excluded YouTube channels in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoYouTubeChannelSelectorThe selector of all excluded YouTube channels in the ad group.

excludedYouTubeVideos()

Returns the selector of all excluded YouTube videos in the ad group.

Return values:

TypeDescription
AdsApp.ExcludedVideoYouTubeVideoSelectorThe selector of all excluded YouTube videos in the ad group.

genders()

Returns the selector of all genders in the ad group.

Return values:

TypeDescription
AdsApp.VideoGenderSelectorThe selector of all genders in the ad group.

keywords()

Returns the selector of all keywords in the ad group.

Return values:

TypeDescription
AdsApp.VideoKeywordSelectorThe selector of all keywords in the ad group.

mobileAppCategories()

Returns the selector of all mobile application categories in the ad group.

Return values:

TypeDescription
AdsApp.VideoMobileAppCategorySelectorThe selector of all mobile application categories in the ad group.

mobileApplications()

Returns the selector of all mobile applications in the ad group.

Return values:

TypeDescription
AdsApp.VideoMobileApplicationSelectorThe selector of all mobile applications in the ad group.

newAgeBuilder()

Returns a new age builder for this ad group. When VideoAgeBuilder.build() is called, an age will be created in this ad group. When VideoAgeBuilder.exclude() is called, an excluded age will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoAgeBuilderAge builder used to create a new age or excluded age in the ad group.

newAudienceBuilder()

Returns a new audience builder for this ad group. When VideoAudienceBuilder.build() is called, an audience will be created in this ad group. When VideoAudienceBuilder.exclude() is called, an excluded audience will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoAudienceBuilderAudience builder used to create a new audience or excluded audience in the ad group.

newGenderBuilder()

Returns a new age gender for this ad group. When VideoGenderBuilder.build() is called, a gender will be created in this ad group. When VideoGenderBuilder.exclude() is called, an excluded gender will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoGenderBuilderGender builder used to create a new gender or excluded gender in the ad group.

newKeywordBuilder()

Returns a new keyword builder for this ad group. When VideoKeywordBuilder.build() is called, a keyword will be created in this ad group. When VideoKeywordBuilder.exclude() is called, an excluded keyword will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoKeywordBuilderKeyword builder used to create a new keyword or excluded keyword in the ad group.

newMobileAppCategoryBuilder()

Returns a new mobile application category builder for this ad group. When VideoMobileAppCategoryBuilder.exclude() is called, a mobile application category will be created in this ad group. When VideoMobileAppCategoryBuilder.exclude() is called, an excluded mobile application category will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoMobileAppCategoryBuilderMobile application category builder used to create a new mobile application category or excluded mobile application category in the ad group.

newMobileApplicationBuilder()

Returns a new mobile application builder for this ad group. When VideoMobileApplicationBuilder.exclude() is called, a mobile application will be created in this ad group. When VideoMobileApplicationBuilder.exclude() is called, an excluded mobile application will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoMobileApplicationBuilderMobile application builder used to create a new mobile application or excluded mobile application in the ad group.

newParentalStatusBuilder()

Returns a new parental status builder for this ad group. When VideoParentalStatusBuilder.build() is called, a parental status will be created in this ad group. When VideoParentalStatusBuilder.exclude() is called, an excluded parental status will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoParentalStatusBuilderParental status builder used to create a new parental status or excluded parental status in the ad group.

newPlacementBuilder()

Returns a new placement builder for this ad group. When VideoPlacementBuilder.build() is called, a placement will be created in this ad group. When VideoPlacementBuilder.exclude() is called, an excluded placement will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoPlacementBuilderPlacement builder used to create a new placement or excluded placement in the ad group.

newTopicBuilder()

Returns a new video topic builder for this ad group. When VideoTopicBuilder.build() is called, a video topic will be created in this ad group. When VideoTopicBuilder.exclude() is called, an excluded video topic will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoTopicBuilderVideo topic builder used to create a new video topic or excluded video topic in the ad group.

newYouTubeChannelBuilder()

Returns a new YouTube channel builder for this ad group. When VideoYouTubeChannelBuilder.build() is called, a YouTube channel will be created in this ad group. When VideoYouTubeChannelBuilder.exclude() is called, an excluded YouTube channel will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoYouTubeChannelBuilderYouTube channel builder used to create a new YouTube channel or excluded YouTube channel in the ad group.

newYouTubeVideoBuilder()

Returns a new YouTube video builder for this ad group. When VideoYouTubeVideoBuilder.build() is called, a YouTube video will be created in this ad group. When VideoYouTubeVideoBuilder.exclude() is called, an excluded YouTube video will be created in this ad group.

Return values:

TypeDescription
AdsApp.VideoYouTubeVideoBuilderYouTube video builder used to create a new YouTube video or excluded YouTube video in the ad group.

parentalStatuses()

Returns the selector of all parental statuses in the ad group.

Return values:

TypeDescription
AdsApp.VideoParentalStatusSelectorThe selector of all parental statuses in the ad group.

placements()

Returns the selector of all placements in the ad group.

Return values:

TypeDescription
AdsApp.VideoPlacementSelectorThe selector of all placements in the ad group.

topics()

Returns the selector of all topics in the ad group.

Return values:

TypeDescription
AdsApp.VideoTopicSelectorThe selector of all topics in the ad group.

youTubeChannels()

Returns the selector of all YouTube channels in the ad group.

Return values:

TypeDescription
AdsApp.VideoYouTubeChannelSelectorThe selector of all YouTube channels in the ad group.

youTubeVideos()

Returns the selector of all YouTube videos in the ad group.

Return values:

TypeDescription
AdsApp.VideoYouTubeVideoSelectorThe selector of all YouTube videos in the ad group.