Class: Google::Analytics::Data::V1alpha::Entity
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::Entity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
The unique identifier of the property whose events are tracked.
Instance Attribute Summary collapse
-
#property_id ⇒ ::String
A Google Analytics GA4 property id.
Instance Attribute Details
#property_id ⇒ ::String
Returns A Google Analytics GA4 property id. To learn more, see where to find your Property ID.
55 56 57 58 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 55 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |