Reference documentation and code samples for the Google Analytics Data V1alpha Client class State.
The AudienceList currently exists in this state.
Protobuf type google.analytics.data.v1alpha.AudienceList.State
Namespace
Google \ Analytics \ Data \ V1alpha \ AudienceList
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state will never be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The AudienceList is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceList call.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The AudienceList is fully created and ready for querying. An AudienceList 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 AudienceList failed to be created. It is possible that re-requesting this audience list will succeed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]