Class: DatadogAPIClient::V1::ProductAnalyticsFunnelCompute

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aggregationObject

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

#metricObject

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