Module: Google::Shopping::Merchant::Conversions::V1::ConversionSource::State
- Defined in:
- proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb
Overview
Represents the state of a conversion source.
Constant Summary collapse
- STATE_UNSPECIFIED =
Conversion source has unspecified state.
0- ACTIVE =
Conversion source is fully functional.
1- ARCHIVED =
Conversion source has been archived in the last 30 days and is currently not functional. Can be restored using the undelete method.
2- PENDING =
Conversion source creation has started but not fully finished yet.
3