Module: Google::Shopping::Merchant::Conversions::V1beta::ConversionSource::State

Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

Represents state of the 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 not currently functional. Can be restored using the undelete method.

2
PENDING =

Conversion source creation has started but not fully finished yet.

3