AdsApp.ExcludedVideoGender
Stay organized with collections
Save and categorize content based on your preferences.
Represents a Google Ads excluded Gender criterion in a Video Campaign.
Methods:
Member | Type | Description |
getEntityType |
String |
Returns the type of this entity as a String , in this case,
"ExcludedVideoGender" . |
getGenderType |
String |
Returns the gender type. |
getId |
String |
Returns the ID of the excluded video gender. |
getResourceName |
String |
Returns the resource name of the excluded video gender. |
getVideoAdGroup |
AdsApp.VideoAdGroup |
Returns the ad group to which this excluded video gender belongs, or
null if the
excluded video gender is excluded at the campaign level. |
getVideoCampaign |
AdsApp.VideoCampaign |
Returns the campaign to which this excluded video gender belongs. |
include |
void |
Enable this excluded video gender in the ad group. |
getEntityType()
Returns the type of this entity as a
String
, in this case,
"ExcludedVideoGender"
.
Return values:
Type | Description |
String |
Type of this entity: "ExcludedVideoGender" . |
getGenderType()
Returns the gender type. Possible return values:
GENDER_FEMALE, GENDER_MALE, GENDER_UNDETERMINED
More
details can be found on our Genders
page.
Return values:
Type | Description |
String |
The gender type. |
getId()
Returns the ID of the excluded video gender.
Return values:
Type | Description |
String |
The ID of the excluded video gender. |
getResourceName()
Returns the resource name of the excluded video gender.
Return values:
Type | Description |
String |
The resource name of the excluded video gender. |
getVideoAdGroup()
Returns the ad group to which this excluded video gender belongs, or
null
if the
excluded video gender is excluded at the campaign level.
Return values:
Type | Description |
AdsApp.VideoAdGroup |
The ad group to which this excluded video gender belongs or
null . |
getVideoCampaign()
Returns the campaign to which this excluded video gender belongs.
Return values:
include()
Enable this excluded video gender in the ad group.
Returns nothing.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["Represents an excluded gender criterion within Google Ads Video Campaigns, allowing advertisers to refine targeting."],["Provides methods to access and manage the excluded gender criteria, including retrieving gender type and associated campaign/ad group."],["Enables advertisers to exclude specific genders (Male, Female, Undetermined) from their video ad targeting."],["Offers functionality to re-include previously excluded gender criteria back into the targeting."]]],[]]