Clocks are part of our native Traffic platform and allow you to define where your spot breaks, programs and announcements will appear throughout the day. Clocks can be locked to certain days of the week and you can have as many as you like. You should first create a Clock through this endpoint and then assign Clock Events to the Clock. Our traffic engine will then attempt to fill in the Events with actual ordered spots when a log is created and assigned a Clock.
Beware!POST, PUT & DELETE methods require an additional scope to be granted, more information on the
edit-logs
scope can be found in the scope documentation.
Clock Object
Key | Datatype | Notes |
---|---|---|
| string | General description |
| array | An array of valid |
| array | An array of weekdays this log is available for. |
| int |
|
| string | The specific day. Only used if |
{
"coreId":15,
"stations":[
123,
456
],
"weekdays":[
1,
3
],
"description":"My log template",
"type":1,
"date":"2018-12-19"
}