Google Ads Data Manager V1 Client - Class Gender (0.2.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GENDER_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum GENDER_UNSPECIFIED = 0;

GENDER_UNKNOWN

Value: 1

Unknown.

Generated from protobuf enum GENDER_UNKNOWN = 1;

GENDER_MALE

Value: 2

Male.

Generated from protobuf enum GENDER_MALE = 2;

GENDER_FEMALE

Value: 3

Female.

Generated from protobuf enum GENDER_FEMALE = 3;