docs/CampaignValuesRequestDTOResourceObjectAttributes.md in klaviyo-api-sdk-6.0.0 vs docs/CampaignValuesRequestDTOResourceObjectAttributes.md in klaviyo-api-sdk-7.1.0
- old
+ new
@@ -5,10 +5,10 @@
| 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 send_channel, campaign_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. | [optional] |
+| **filter** | **String** | API filter string used to filter the query. Allowed filters are send_channel, campaign_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'