Google Ads Ad Manager V1 Client - Class CompanyCreditStatus (0.1.1)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CompanyCreditStatus.

The credit status of a company.

Credit statuses specify the credit-worthiness of a company and affect the ad serving of campaigns belonging to the company. In basic settings, only the ACTIVE and INACTIVE credit statuses are applicable. In advance settings, all credit statuses are applicable.

Protobuf type google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus

Namespace

Google \ Ads \ AdManager \ V1 \ CompanyCreditStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPANY_CREDIT_STATUS_UNSPECIFIED

Value: 0

No value specified

Generated from protobuf enum COMPANY_CREDIT_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The company's credit status is active.

Line items belonging to the company can serve. This credit status is the default for basic settings and is available in both basic and advance settings.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The company's credit status is inactive.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created. Companies with this credit status will be hidden by default in company search results. This credit status is available in both basic and advance settings.

Generated from protobuf enum INACTIVE = 2;

ON_HOLD

Value: 3

The company's credit status is on hold.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company can be created. This credit status is the default in advance settings and is only available in advance settings.

Generated from protobuf enum ON_HOLD = 3;

STOP

Value: 4

The company's credit status is stopped.

Line items belonging to the company cannot be activated. However, line items that were activated before the credit status changed will remain active. New orders or line items belonging to the company cannot be created. This credit status is only available in advance settings.

Generated from protobuf enum STOP = 4;

BLOCKED

Value: 5

The company's credit status is blocked.

All active line items belonging to the company will stop serving with immediate effect. Line items belonging to the company cannot be activated, and new orders or line items belonging to the company cannot be created. This credit status is only available in advance settings.

Generated from protobuf enum BLOCKED = 5;