Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ThirdPartyCompanyStatus.
Status of a third party company.
Protobuf type google.ads.admanager.v1.ThirdPartyCompanyStatusEnum.ThirdPartyCompanyStatus
Namespace
Google \ Ads \ AdManager \ V1 \ ThirdPartyCompanyStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED
Value: 0No value specified
Generated from protobuf enum THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The third party company is active.
Generated from protobuf enum ACTIVE = 1;
INACTIVE
Value: 2The third party company is inactive.
Generated from protobuf enum INACTIVE = 2;