Google Analytics Data V1beta Client - Class State (0.13.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class State.

The AudienceExport currently exists in this state.

Protobuf type google.analytics.data.v1beta.AudienceExport.State

Namespace

Google \ Analytics \ Data \ V1beta \ AudienceExport

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state will never be used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

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.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

The AudienceExport failed to be created. It is possible that re-requesting this audience export will succeed.

Generated from protobuf enum FAILED = 3;