Class: Google::Analytics::Admin::V1alpha::CreateConversionEventRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::CreateConversionEventRequest
- 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
-
#conversion_event ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#conversion_event ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent
Returns Required. The conversion event to create.
836 837 838 839 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 836 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.
836 837 838 839 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 836 class CreateConversionEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |