Class: DatadogAPIClient::V2::ProductAnalyticsJourneyListQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyListQuery
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#computed_columns ⇒ Object
Computed columns to add to each row.
-
#conversion_type ⇒ Object
Whether to return the entities that converted at the target step, or those that dropped off.
-
#entity_columns ⇒ Object
Attribute columns to return for each row, in addition to the identity join key and
timestamp. -
#entity_filters ⇒ Object
Additional search query applied to the returned rows.
-
#group_by ⇒ Object
Segments the results by the values of one or more facets.
-
#limit ⇒ Object
readonly
Maximum number of rows to return.
-
#search ⇒ Object
readonly
Defines the steps of the journey and the filters applied to it.
-
#sort ⇒ Object
Sort configuration for the returned rows.
-
#target ⇒ Object
A reference to a step, or a range of steps, in the journey.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_columns ⇒ Object
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_type ⇒ Object
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_columns ⇒ Object
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_filters ⇒ Object
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_by ⇒ Object
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 |
#limit ⇒ Object
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 |
#search ⇒ Object
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 |
#sort ⇒ Object
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 |
#target ⇒ Object
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 |