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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class CompanyCreditStatus (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/googleads/ad-manager/latest/V1.CompanyCreditStatusEnum.CompanyCreditStatus)\n- [0.1.0](/php/docs/reference/googleads/ad-manager/0.1.0/V1.CompanyCreditStatusEnum.CompanyCreditStatus) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class CompanyCreditStatus.\n\nThe credit status of a company.\n\nCredit statuses specify the credit-worthiness of a company and affect the\nad serving of campaigns belonging to the company.\nIn basic settings, only the\n[ACTIVE](/php/docs/reference/googleads/ad-manager/latest/V1.CompanyCreditStatusEnum.CompanyCreditStatus#_Google_Ads_AdManager_V1_CompanyCreditStatusEnum_CompanyCreditStatus__ACTIVE)\nand\n[INACTIVE](/php/docs/reference/googleads/ad-manager/latest/V1.CompanyCreditStatusEnum.CompanyCreditStatus#_Google_Ads_AdManager_V1_CompanyCreditStatusEnum_CompanyCreditStatus__INACTIVE)\ncredit statuses are applicable. In advance settings, all credit statuses\nare applicable.\n\nProtobuf type `google.ads.admanager.v1.CompanyCreditStatusEnum.CompanyCreditStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ CompanyCreditStatusEnum\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### COMPANY_CREDIT_STATUS_UNSPECIFIED\n\n Value: 0\n\nNo value specified\n\nGenerated from protobuf enum `COMPANY_CREDIT_STATUS_UNSPECIFIED = 0;`\n\n### ACTIVE\n\n Value: 1\n\nThe company's credit status is active.\n\nLine items belonging to the company can serve.\nThis credit status is the default for basic settings and is available in\nboth basic and advance settings.\n\nGenerated from protobuf enum `ACTIVE = 1;`\n\n### INACTIVE\n\n Value: 2\n\nThe company's credit status is inactive.\n\nLine items belonging to the company cannot be activated. However, line\nitems that were activated before the credit status changed will remain\nactive. New orders or line items belonging to the company cannot be\ncreated.\nCompanies with this credit status will be hidden by default in company\nsearch results.\nThis credit status is available in both basic and advance settings.\n\nGenerated from protobuf enum `INACTIVE = 2;`\n\n### ON_HOLD\n\n Value: 3\n\nThe company's credit status is on hold.\n\nLine items belonging to the company cannot be activated. However, line\nitems that were activated before the credit status changed will remain\nactive. New orders or line items belonging to the company can be\ncreated.\nThis credit status is the default in advance settings and is only\navailable in advance settings.\n\nGenerated from protobuf enum `ON_HOLD = 3;`\n\n### STOP\n\n Value: 4\n\nThe company's credit status is stopped.\n\nLine items belonging to the company cannot be activated. However, line\nitems that were activated before the credit status changed will remain\nactive. New orders or line items belonging to the company cannot be\ncreated.\nThis credit status is only available in advance settings.\n\nGenerated from protobuf enum `STOP = 4;`\n\n### BLOCKED\n\n Value: 5\n\nThe company's credit status is blocked.\n\nAll active line items belonging to the company will stop serving with\nimmediate effect. Line items belonging to the company cannot be\nactivated, and new orders or line items belonging to the company cannot\nbe created.\nThis credit status is only available in advance settings.\n\nGenerated from protobuf enum `BLOCKED = 5;`"]]