program_mgr_add
Back to SOAP Architecture Method Reference
Description
The program_mgr_add method allows you add a Program to an existing Loop Policies in your Domain Properties.
Programs are ordered playlists of content that will be used to fill up unbooked space with a specific sequence of content inside a
Frames using that Loop Policies.
This operation will require to add the schedule first then add the Program.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| name | The name of your Program. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| parent_id | The unique ID# of the Loop Policies that holds it. | bstypes:ResourceId | R |
| content_ids | List of Ad Copies that belong to this Program. | string | R |
| durations | The duration of each Ad Copies that belongs to this Program. | string | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the Program created. | bstypes:ResourceId | R |
