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] |