Class: Google::Analytics::Admin::V1alpha::CreateConversionEventRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for CreateConversionEvent RPC

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_event::Google::Analytics::Admin::V1alpha::ConversionEvent

Returns Required. The conversion event to create.

Returns:



924
925
926
927
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 924

class CreateConversionEventRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the parent property where this conversion event will be created. Format: properties/123.

Returns:

  • (::String)

    Required. The resource name of the parent property where this conversion event will be created. Format: properties/123



924
925
926
927
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 924

class CreateConversionEventRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end