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:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

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

Returns:

  • (::String)

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

Returns:

  • (::String)

    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