Sha256: 8ee7950595e9d04582478e97fb0d2f76e03b7792f823145f10a7417529cd1d61

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

# KlaviyoAPI::FlowSeriesRequestDTOResourceObjectAttributes

## 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) |  |  |
| **interval** | **String** | The interval used to aggregate data within the series request. If hourly is used, the timeframe cannot be longer than 7 days. If daily is used, the timeframe cannot be longer than 60 days. If monthly is used, the timeframe cannot be longer than 52 weeks. |  |
| **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::FlowSeriesRequestDTOResourceObjectAttributes.new(
  statistics: ["opens","open_rate"],
  timeframe: null,
  interval: weekly,
  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/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-11.1.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-11.0.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-10.0.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-9.0.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-8.0.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md
klaviyo-api-sdk-7.1.0 docs/FlowSeriesRequestDTOResourceObjectAttributes.md