Sha256: 27eb0b26bc198e232edcc2bd4d0a456d590a1b9ca3a48a7f9349160af9a17536

Contents?: true

Size: 1.27 KB

Versions: 7

Compression:

Stored size: 1.27 KB

Contents

# KlaviyoAPI::FlowValuesRequestDTOResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **statistics** | **Array<String>** | List of statistics to query for. All rate statistics will be returned in fractional form [0.0, 1.0] |  |
| **timeframe** | [**CampaignValuesRequestDTOResourceObjectAttributesTimeframe**](CampaignValuesRequestDTOResourceObjectAttributesTimeframe.md) |  |  |
| **conversion_metric_id** | **String** | ID of the metric to be used for conversion statistics |  |
| **filter** | **String** | API filter string used to filter the query. Allowed filters are flow_id, send_channel, flow_message_id. Allowed operators are equals, contains-any. Only one filter can be used per attribute, only AND can be used as a combination operator. Max of 100 messages per ANY filter. When filtering on send_channel, allowed values are email, push-notification, sms. | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::FlowValuesRequestDTOResourceObjectAttributes.new(
  statistics: ["opens","open_rate"],
  timeframe: null,
  conversion_metric_id: RESQ6t,
  filter: and(equals(flow_id,"abc123"),contains-any(send_channel,["email","sms"]))
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-11.1.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-11.0.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-10.0.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-9.0.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-8.0.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-7.1.0 docs/FlowValuesRequestDTOResourceObjectAttributes.md