Reference documentation and code samples for the Google Analytics Admin V1beta Client class RetentionDuration.
Valid values for the data retention duration.
Protobuf type google.analytics.admin.v1beta.DataRetentionSettings.RetentionDuration
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RETENTION_DURATION_UNSPECIFIED
Value: 0
Data retention time duration is not specified.
Generated from protobuf enum RETENTION_DURATION_UNSPECIFIED = 0;
TWO_MONTHS
Value: 1
The data retention time duration is 2 months.
Generated from protobuf enum TWO_MONTHS = 1;
FOURTEEN_MONTHS
Value: 3
The data retention time duration is 14 months.
Generated from protobuf enum FOURTEEN_MONTHS = 3;
TWENTY_SIX_MONTHS
Value: 4
The data retention time duration is 26 months.
Available to 360 properties only.
Generated from protobuf enum TWENTY_SIX_MONTHS = 4;
THIRTY_EIGHT_MONTHS
Value: 5
The data retention time duration is 38 months.
Available to 360 properties only.
Generated from protobuf enum THIRTY_EIGHT_MONTHS = 5;
FIFTY_MONTHS
Value: 6
The data retention time duration is 50 months.
Available to 360 properties only.
Generated from protobuf enum FIFTY_MONTHS = 6;