Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ContentStatusSource.
Describes who defined the status of the Content object.
Protobuf type google.ads.admanager.v1.ContentStatusSourceEnum.ContentStatusSource
Namespace
Google \ Ads \ AdManager \ V1 \ ContentStatusSourceEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTENT_STATUS_SOURCE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CONTENT_STATUS_SOURCE_UNSPECIFIED = 0;
CMS
Value: 1Indicates that the status of the Content is defined by the CMS.
Generated from protobuf enum CMS = 1;
USER
Value: 2Indicates that the status of the Content is defined by the user.
Generated from protobuf enum USER = 2;