The Delivery Object
A Delivery represents the Delivery of some commercial element (such as a Liner, Live Read, or Contest) on-air. The Delivery object tracks the air time of the delivery, as well as who it was delivered by.
| Value | Type | Description |
|---|---|---|
| id | integer | The ID for the record |
| deliverable_type | string | The class name of the delivered object (e.g. Liner, LiveRead, Contest) |
| deliverable_id | integer | The ID of the delivered object |
| delivered_at | string | The air time of the delivery (in the station local time) as an ISO 8601 string |
| station_id | integer | The ID of the station the Delivery belongs to |
| campaign_id | integer | If set, the ID of Campaign the Delivery is associated with |
| contract_id | string | If set, the Contract ID of the Campaign the Delivery is associated with |
| user_id | integer | The ID of the User who marked the Liner, Live Read, etc. as delivered |
| presenter_id | integer | If set, the ID of the Presenter who delivered the Liner, Live Read, etc. on air (this may be different from the user_id) |
| created_at | string | The time the record was created as a ISO 8601 string |
| updated_at | string | The last time the record was last updated as a ISO 8601 string |
