Enum AudienceExport.Types.State
The AudienceExport currently exists in this state.
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public enum AudienceExport.Types.State
Fields
Name | Description |
---|---|
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. |
Creating | The AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call. |
Failed | The AudienceExport failed to be created. It is possible that re-requesting this audience export will succeed. |
Unspecified | Unspecified state will never be used. |