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 |
---|---|---|
id | integer | The primary key for the record |
name | string | The name of the campaign |
client_id | integer | The ID of the client record associated with the campaign |
budget | decimal | The cash budget for the campaign in the default local currency |
code | string | An arbitrary code you can set for the campaign that can then be referenced inside Liquid templates or used as a unique identifier for third-party integrations. |
owner_email | string | The email address of the user who owns the campaign. This will search for a local user with that email & will only set the owner if one is found. |
created_at | string | The time the record was created as a ISO 8601 string |
updated_at | string | The last time the record was modified as a ISO 8601 string |
uuid | string | The UUID of the record |