reservation_mgr_add
Back to SOAP Architecture Method Reference
Description
The reservation_mgr_add method allows you to create a campaign.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
name | The name of your campaign. | string | R |
container_id | The unique ID# of the container/folder. | bstypes:ResourceId | O |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
start_date | Start date of your campaign. | bstypes:SimpleDate | R |
end_date | End date of your campaign. | bstypes:SimpleDate | R |
start_time | Start time of your campaign. | bstypes:SimpleTime | R |
end_time | End time of your campaign. | bstypes:SimpleTime | R |
duration_msec | Duration in milliseconds of your campaign. | int | R |
parent_id | The unique ID# of the customer that owns the campaign. | bstypes:ResourceId | O |
saturation | The saturation of your campaign. | double | O |
media_package_id | The unique ID# of the media package associated to the campaign. | bstypes:ResourceId | O |
default_category_id | The unique ID# of the category associated with the campaign. | bstypes:ResourceId | O |
default_segment_category_id | The unique ID# of the segment associated with the campaign. | bstypes:ResourceId | O |
default_bundle_weight | The default with of each bundle inside the campaign. | int | O |
default_trigger_category_id | The unique ID# of the trigger (in case of synchronization) associated to the campaign. | bstypes:ResourceId | O |
default_fullscreen | Indicates whether the campaign will play in fullscreen or not. | boolean | O |
default_interactivity_trigger_id | The unique ID# of the trigger (in case of interactivity) associated to the campaign. | bstypes:ResourceId | O |
default_interactivity_timeout | Duration in milliseconds ot the timeout of an interactive action during the playback of the campaign. | int | O |
day_of_week_mask | Mask the define the days this campaign is set to play. | int | O |
auto_synchronize_bundles | Indicates whether or not we choose to let the player synchronize the bundles automatically. | boolean | O |
goal_amount | Number of actions (impressions, interactions or repetitions) the when reached will end the playback of the campaign. | unsignedLong | O |
goal_unit | This define the type of action that our goal_amount will be:
|
bstypes:ReservationGoalUnitType | O |
has_goal | Indicates whether or not the campaign has a goal. | boolean | O |
default_attributes | The default attribute of the campaign. | string | O |
default_secondary_sep_category_ids | The unique ID# of the secondary category associated with the campaign. | string | O |
bmb_host_id | The unique ID# of the player that will be used to preview Broadsign Creator (or Broadsign Publish) messages. | bstypes:ResourceId | O |
note | Notes added to the campaign. | string | O |
priority | Priority of the campaign. | string | O |
category_id | Category associated to the campaign. | string | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of your campaign. | bstypes:ResourceId | R |