Deliveries

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.

ValueTypeDescription
idintegerThe ID for the record
deliverable_typestringThe class name of the delivered object (e.g. Liner, LiveRead, Contest)
deliverable_idintegerThe ID of the delivered object
delivered_atstringThe air time of the delivery (in the station local time) as an ISO 8601 string
station_idintegerThe ID of the station the Delivery belongs to
campaign_idintegerIf set, the ID of Campaign the Delivery is associated with
contract_idstringIf set, the Contract ID of the Campaign the Delivery is associated with
user_idintegerThe ID of the User who marked the Liner, Live Read, etc. as delivered
presenter_idintegerIf set, the ID of the Presenter who delivered the Liner, Live Read, etc. on air (this may be different from the user_id)
created_atstringThe time the record was created as a ISO 8601 string
updated_atstringThe last time the record was last updated as a ISO 8601 string