Google Analytics Admin V1alpha Client - Class PropertyType (0.8.2)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class PropertyType.

Types of Property resources.

Protobuf type google.analytics.admin.v1alpha.PropertyType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

PROPERTY_TYPE_UNSPECIFIED

Value: 0

Unknown or unspecified property type

Generated from protobuf enum PROPERTY_TYPE_UNSPECIFIED = 0;

PROPERTY_TYPE_ORDINARY

Value: 1

Ordinary GA4 property

Generated from protobuf enum PROPERTY_TYPE_ORDINARY = 1;

PROPERTY_TYPE_SUBPROPERTY

Value: 2

GA4 subproperty

Generated from protobuf enum PROPERTY_TYPE_SUBPROPERTY = 2;

PROPERTY_TYPE_ROLLUP

Value: 3

GA4 rollup property

Generated from protobuf enum PROPERTY_TYPE_ROLLUP = 3;