Enum CompanyTypeEnum.CompanyType (0.4.0)

public enum CompanyTypeEnum.CompanyType extends Enum<CompanyTypeEnum.CompanyType> implements ProtocolMessageEnum

The type of a company.

Protobuf enum google.ads.admanager.v1.CompanyTypeEnum.CompanyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADVERTISER

A business entity that purchases ad inventory.

ADVERTISER = 1;

ADVERTISER_VALUE

A business entity that purchases ad inventory.

ADVERTISER = 1;

AD_NETWORK

A company representing multiple advertisers and agencies.

AD_NETWORK = 5;

AD_NETWORK_VALUE

A company representing multiple advertisers and agencies.

AD_NETWORK = 5;

AGENCY

An organization that manages ad accounts and offers services, such as ad creation, placement, and management to advertisers.

AGENCY = 3;

AGENCY_VALUE

An organization that manages ad accounts and offers services, such as ad creation, placement, and management to advertisers.

AGENCY = 3;

COMPANY_TYPE_UNSPECIFIED

No value specified

COMPANY_TYPE_UNSPECIFIED = 0;

COMPANY_TYPE_UNSPECIFIED_VALUE

No value specified

COMPANY_TYPE_UNSPECIFIED = 0;

HOUSE_ADVERTISER

A company representing the publisher's own advertiser for house ads.

HOUSE_ADVERTISER = 2;

HOUSE_ADVERTISER_VALUE

A company representing the publisher's own advertiser for house ads.

HOUSE_ADVERTISER = 2;

HOUSE_AGENCY

A company representing the publisher's own agency.

HOUSE_AGENCY = 4;

HOUSE_AGENCY_VALUE

A company representing the publisher's own agency.

HOUSE_AGENCY = 4;

UNRECOGNIZED
VIEWABILITY_PROVIDER

A third-party that measures creative viewability.

VIEWABILITY_PROVIDER = 6;

VIEWABILITY_PROVIDER_VALUE

A third-party that measures creative viewability.

VIEWABILITY_PROVIDER = 6;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()