Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CompanyType.
The type of a company.
Protobuf type google.ads.admanager.v1.CompanyTypeEnum.CompanyType
Namespace
Google \ Ads \ AdManager \ V1 \ CompanyTypeEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
COMPANY_TYPE_UNSPECIFIED
Value: 0
No value specified
Generated from protobuf enum COMPANY_TYPE_UNSPECIFIED = 0;
ADVERTISER
Value: 1
A business entity that purchases ad inventory.
Generated from protobuf enum ADVERTISER = 1;
HOUSE_ADVERTISER
Value: 2
A company representing the publisher's own advertiser for house ads.
Generated from protobuf enum HOUSE_ADVERTISER = 2;
AGENCY
Value: 3
An organization that manages ad accounts and offers services, such as ad creation, placement, and management to advertisers.
Generated from protobuf enum AGENCY = 3;
HOUSE_AGENCY
Value: 4
A company representing the publisher's own agency.
Generated from protobuf enum HOUSE_AGENCY = 4;
AD_NETWORK
Value: 5
A company representing multiple advertisers and agencies.
Generated from protobuf enum AD_NETWORK = 5;