Launch a campaign targeting all assets both compatible and not already being updated in another campaign.

Supported Formats

json

Errors

Code Description
400 Various errors: the specific error is provided in the message field of the response
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.
411 If this error occurs, either provide the `Content-type: 0` header or provide an empty data field (`{}` for example).

Examples

PUT '/api/v2/campaigns/272/launch' -d {} :
 {
   "id":272,
   "name":"test campaign renamed",
   "created_at":"April 28, 2014 15:37",
   "status":"Sent",
   "asset_configuration_list":[414, 413],
   "targeted_asset_count":2,
   "targeted_assets":["357322044471026", "359858033385302"],
   "asset_group_count":0,
   "asset_group_ids":[],
   "warnings":["The following assets are not compatible with the campaign's configurations : ",["357322044471026"]]
 } 

Params

Param name Description
_token
required

Validations:

  • Must be a String