Class: Google::Analytics::Admin::V1alpha::ConversionEvent
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ConversionEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A conversion event in a Google Analytics property.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#event_name ⇒ ::String
Immutable.
-
#is_deletable ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when this conversion event was created in the property.
588 589 590 591 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 588 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_name ⇒ ::String
Returns Immutable. The event name for this conversion event. Examples: 'click', 'purchase'.
588 589 590 591 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 588 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_deletable ⇒ ::Boolean (readonly)
Returns Output only. If set, this event can currently be deleted via DeleteConversionEvent.
588 589 590 591 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 588 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}.
588 589 590 591 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 588 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |