entityType property

String? entityType
getter/setter pair

An optional field for specifying the type of the client entity: ADVERTISER, BRAND, or AGENCY. Possible string values are:

  • "ENTITY_TYPE_UNSPECIFIED" : A placeholder for an undefined client entity type. Should not be used.
  • "ADVERTISER" : An advertiser.
  • "BRAND" : A brand.
  • "AGENCY" : An advertising agency.
  • "ENTITY_TYPE_UNCLASSIFIED" : An explicit value for a client that was not yet classified as any particular entity.

Implementation

core.String? entityType;