Represents a Google Ads excluded Gender criterion in a Video Campaign.
Methods:
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 |
long |
The ID of the excluded video gender. |
getVideoAdGroup()
Returns the ad group to which this excluded video gender belongs.
Return values:
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.