Class: Google::Analytics::Admin::V1alpha::ConversionEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when this conversion event was created in the property.

Returns:



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'.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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}.

Returns:

  • (::String)

    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