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
ages AdsApp.VideoAgeSelector Returns the selector of all ages in the ad group.
audiences AdsApp.VideoAudienceSelector Returns the selector of all audiences in the ad group.
excludedAges AdsApp.ExcludedVideoAgeSelector Returns the selector of all excluded ages in the ad group.
excludedAudiences AdsApp.ExcludedVideoAudienceSelector Returns the selector of all excluded audiences in the ad group.
excludedGenders AdsApp.ExcludedVideoGenderSelector Returns the selector of all excluded genders in the ad group.
excludedKeywords AdsApp.ExcludedVideoKeywordSelector Returns the selector of all excluded keywords in the ad group.
excludedMobileAppCategories AdsApp.ExcludedVideoMobileAppCategorySelector Returns the selector of all excluded mobile application categories in the ad group.
excludedMobileApplications AdsApp.ExcludedVideoMobileApplicationSelector Returns the selector of all excluded mobile applications in the ad group.
excludedParentalStatuses AdsApp.ExcludedVideoParentalStatusSelector Returns the selector of all excluded parental statuses in the ad group.
excludedPlacements AdsApp.ExcludedVideoPlacementSelector Returns the selector of all excluded placements in the ad group.
excludedTopics AdsApp.ExcludedVideoTopicSelector Returns the selector of all excluded topics in the ad group.
excludedYouTubeChannels AdsApp.ExcludedVideoYouTubeChannelSelector Returns the selector of all excluded YouTube channels in the ad group.
excludedYouTubeVideos AdsApp.ExcludedVideoYouTubeVideoSelector Returns the selector of all excluded YouTube videos in the ad group.
genders AdsApp.VideoGenderSelector Returns the selector of all genders in the ad group.
keywords AdsApp.VideoKeywordSelector Returns the selector of all keywords in the ad group.
mobileAppCategories AdsApp.VideoMobileAppCategorySelector Returns the selector of all mobile application categories in the ad group.
mobileApplications AdsApp.VideoMobileApplicationSelector Returns the selector of all mobile applications in the ad group.
newAgeBuilder AdsApp.VideoAgeBuilder Returns a new age builder for this ad group.
newAudienceBuilder AdsApp.VideoAudienceBuilder Returns a new audience builder for this ad group.
newGenderBuilder AdsApp.VideoGenderBuilder Returns a new age gender for this ad group.
newKeywordBuilder AdsApp.VideoKeywordBuilder Returns a new keyword builder for this ad group.
newMobileAppCategoryBuilder AdsApp.VideoMobileAppCategoryBuilder Returns a new mobile application category builder for this ad group.
newMobileApplicationBuilder AdsApp.VideoMobileApplicationBuilder Returns a new mobile application builder for this ad group.
newParentalStatusBuilder AdsApp.VideoParentalStatusBuilder Returns a new parental status builder for this ad group.
newPlacementBuilder AdsApp.VideoPlacementBuilder Returns a new placement builder for this ad group.
newTopicBuilder AdsApp.VideoTopicBuilder Returns a new video topic builder for this ad group.
newYouTubeChannelBuilder AdsApp.VideoYouTubeChannelBuilder Returns a new YouTube channel builder for this ad group.
newYouTubeVideoBuilder AdsApp.VideoYouTubeVideoBuilder Returns a new YouTube video builder for this ad group.
parentalStatuses AdsApp.VideoParentalStatusSelector Returns the selector of all parental statuses in the ad group.
placements AdsApp.VideoPlacementSelector Returns the selector of all placements in the ad group.
topics AdsApp.VideoTopicSelector Returns the selector of all topics in the ad group.
youTubeChannels AdsApp.VideoYouTubeChannelSelector Returns the selector of all YouTube channels in the ad group.
youTubeVideos AdsApp.VideoYouTubeVideoSelector Returns 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.VideoAgeSelector The selector of all ages in the ad group.

audiences()

Returns the selector of all audiences in the ad group.

Return values:

TypeDescription
AdsApp.VideoAudienceSelector The selector of all audiences in the ad group.

excludedAges()

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

Return values:

TypeDescription
AdsApp.ExcludedVideoAgeSelector The 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.ExcludedVideoAudienceSelector The 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.ExcludedVideoGenderSelector The 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.ExcludedVideoKeywordSelector The 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.ExcludedVideoMobileAppCategorySelector The 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.ExcludedVideoMobileApplicationSelector The 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.ExcludedVideoParentalStatusSelector The 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.ExcludedVideoPlacementSelector The 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.ExcludedVideoTopicSelector The 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.ExcludedVideoYouTubeChannelSelector The 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.ExcludedVideoYouTubeVideoSelector The 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.VideoGenderSelector The selector of all genders in the ad group.

keywords()

Returns the selector of all keywords in the ad group.

Return values:

TypeDescription
AdsApp.VideoKeywordSelector The 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.VideoMobileAppCategorySelector The 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.VideoMobileApplicationSelector The 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.VideoAgeBuilder Age 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.VideoAudienceBuilder Audience 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.VideoGenderBuilder Gender 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.VideoKeywordBuilder Keyword 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.VideoMobileAppCategoryBuilder Mobile 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.VideoMobileApplicationBuilder Mobile 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.VideoParentalStatusBuilder Parental 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.VideoPlacementBuilder Placement 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.VideoTopicBuilder Video 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.VideoYouTubeChannelBuilder YouTube 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.VideoYouTubeVideoBuilder YouTube 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.VideoParentalStatusSelector The selector of all parental statuses in the ad group.

placements()

Returns the selector of all placements in the ad group.

Return values:

TypeDescription
AdsApp.VideoPlacementSelector The selector of all placements in the ad group.

topics()

Returns the selector of all topics in the ad group.

Return values:

TypeDescription
AdsApp.VideoTopicSelector The selector of all topics in the ad group.

youTubeChannels()

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

Return values:

TypeDescription
AdsApp.VideoYouTubeChannelSelector The 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.VideoYouTubeVideoSelector The selector of all YouTube videos in the ad group.