Reference documentation and code samples for the Google Analytics Admin V1beta Client class PropertyType.
Types of Property resources.
Protobuf type google.analytics.admin.v1beta.PropertyType
Namespace
Google \ Analytics \ Admin \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROPERTY_TYPE_UNSPECIFIED
Value: 0Unknown or unspecified property type
Generated from protobuf enum PROPERTY_TYPE_UNSPECIFIED = 0;
PROPERTY_TYPE_ORDINARY
Value: 1Ordinary Google Analytics property
Generated from protobuf enum PROPERTY_TYPE_ORDINARY = 1;
PROPERTY_TYPE_SUBPROPERTY
Value: 2Google Analytics subproperty
Generated from protobuf enum PROPERTY_TYPE_SUBPROPERTY = 2;
PROPERTY_TYPE_ROLLUP
Value: 3Google Analytics rollup property
Generated from protobuf enum PROPERTY_TYPE_ROLLUP = 3;