Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb
Overview
Attributes of a journey funnel response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#end_to_end_conversion_rate ⇒ Object
readonly
Conversion rate from the first step to the last step.
-
#end_to_end_elapsed_time ⇒ Object
readonly
Elapsed time statistics (min/max/avg in milliseconds).
-
#funnel_steps ⇒ Object
readonly
The funnel steps, in the order given by the search expression.
-
#initial_count ⇒ Object
readonly
Number of entities that entered the funnel.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb', line 36 def additional_properties @additional_properties end |
#end_to_end_conversion_rate ⇒ Object
Conversion rate from the first step to the last step.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb', line 25 def end_to_end_conversion_rate @end_to_end_conversion_rate end |
#end_to_end_elapsed_time ⇒ Object
Elapsed time statistics (min/max/avg in milliseconds).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb', line 28 def end_to_end_elapsed_time @end_to_end_elapsed_time end |
#funnel_steps ⇒ Object
The funnel steps, in the order given by the search expression.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb', line 31 def funnel_steps @funnel_steps end |
#initial_count ⇒ Object
Number of entities that entered the funnel.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_response_attributes.rb', line 34 def initial_count @initial_count end |