Reference documentation and code samples for the Google Ads Data Manager V1 Client class Gender.
The type of demographic genders (for example, female).
Protobuf type google.ads.datamanager.v1.Gender
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GENDER_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum GENDER_UNSPECIFIED = 0;
GENDER_UNKNOWN
Value: 1Unknown.
Generated from protobuf enum GENDER_UNKNOWN = 1;
GENDER_MALE
Value: 2Male.
Generated from protobuf enum GENDER_MALE = 2;
GENDER_FEMALE
Value: 3Female.
Generated from protobuf enum GENDER_FEMALE = 3;