Class: DatadogAPIClient::V1::ProductAnalyticsFunnelCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ProductAnalyticsFunnelCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/product_analytics_funnel_compute.rb
Overview
Compute configuration for user journey funnel.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
readonly
Aggregation type for user journey funnel compute.
-
#metric ⇒ Object
readonly
Metric for user journey funnel compute.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
Aggregation type for user journey funnel compute.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_compute.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
Metric for user journey funnel compute. __dd.conversion and __dd.conversion_rate accept count (unique users/sessions) and cardinality (total users/sessions) as aggregations.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_compute.rb', line 28 def metric @metric end |