Filters campaigns by their active state. Pass the filter as an empty object, for example filters[active][conditions][$enabled]=.
| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Object | Campaigns are enabled. | [optional] |
| Disabled | Object | Campaigns are disabled. | [optional] |
| Expired | Object | Campaign `expiration_date` is in the past. | [optional] |
| Active | Object | Campaigns are active, `start_date` is `null` or in the past, and `expiration_date` is `null` or in the future. | [optional] |