Reference documentation and code samples for the Google Shopping Merchant Conversions V1beta Client class State.
Represents state of the conversion source.
Protobuf type google.shopping.merchant.conversions.v1beta.ConversionSource.State
Namespace
Google \ Shopping \ Merchant \ Conversions \ V1beta \ ConversionSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Conversion source has unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
Conversion source is fully functional.
Generated from protobuf enum ACTIVE = 1;
ARCHIVED
Value: 2
Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.
Generated from protobuf enum ARCHIVED = 2;
PENDING
Value: 3
Conversion source creation has started but not fully finished yet.
Generated from protobuf enum PENDING = 3;