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.
-
#custom ⇒ ::Boolean
readonly
Output only.
-
#deletable ⇒ ::Boolean
readonly
Output only.
-
#event_name ⇒ ::String
Immutable.
-
#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.
741 742 743 744 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 741 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom ⇒ ::Boolean (readonly)
Returns Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
741 742 743 744 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 741 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deletable ⇒ ::Boolean (readonly)
Returns Output only. If set, this event can currently be deleted with DeleteConversionEvent.
741 742 743 744 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 741 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'.
741 742 743 744 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 741 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}.
741 742 743 744 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 741 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |