Class: DatadogAPIClient::V2::ProductAnalyticsJourneyListQuery

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb

Overview

Query definition for a journey list request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 54

def additional_properties
  @additional_properties
end

#computed_columnsObject

Computed columns to add to each row.



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 25

def computed_columns
  @computed_columns
end

#conversion_typeObject

Whether to return the entities that converted at the target step, or those that dropped off.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 28

def conversion_type
  @conversion_type
end

#entity_columnsObject

Attribute columns to return for each row, in addition to the identity join key and timestamp.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 31

def entity_columns
  @entity_columns
end

#entity_filtersObject

Additional search query applied to the returned rows.



34
35
36
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 34

def entity_filters
  @entity_filters
end

#group_byObject

Segments the results by the values of one or more facets.



37
38
39
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 37

def group_by
  @group_by
end

#limitObject

Maximum number of rows to return. Omit it to let the service choose.



40
41
42
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 40

def limit
  @limit
end

#searchObject

Defines the steps of the journey and the filters applied to it.



43
44
45
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 43

def search
  @search
end

#sortObject

Sort configuration for the returned rows. The sort is applied only when facet is one of the returned columns; otherwise it is ignored.



47
48
49
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 47

def sort
  @sort
end

#targetObject

A reference to a step, or a range of steps, in the journey. Use a node target to name a single step, or a path target to name the range between two steps.



52
53
54
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_list_query.rb', line 52

def target
  @target
end