The Campaign Object
A Campaign in Audata typically represents a specific promotion or contest, and helps to organise and group related records together, such as inventory items and prizes.
| Value | Type | Description |
|---|---|---|
| uuid | string | Campaign UUID. |
| name | string | Campaign name. |
| budget | number | Campaign budget. |
| start_date | string | Campaign start date/time. |
| end_date | string | Campaign end date/time. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
| client | object | Serialized Client object via ClientBlueprint when present. |
| owner_uuid | string | Owner user UUID when owner_id is present. |
| station_uuid | string | Station UUID when station_id is present. |
