Module: Google::Analytics::Data::V1beta::AudienceExport::State
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
The AudienceExport currently exists in this state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state will never be used.
0
- CREATING =
The AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call.
1
- ACTIVE =
The AudienceExport is fully created and ready for querying. An AudienceExport is updated to active asynchronously from a request; this occurs some time (for example 15 minutes) after the initial create call.
2
- FAILED =
The AudienceExport failed to be created. It is possible that re-requesting this audience export will succeed.
3