Variable | Type | Description |
---|---|---|
campaign_id | string|int | The ID of the campaign for which to get the excluded segments |
Parameter | Description |
---|---|
array | the ids of the excluded segments (int values) |
[ "74677" ]
Code | Message | Description |
---|---|---|
407 | Missing required param campaign_id | campaign_id param is required |
131 | No such campaign with ID: %s. | Invalid access to campaign_id |
{ "err": true, "message": "Missing required param campaign_id", "code": 407 }
{ "err": true, "message": "No such campaign with ID: 99554.", "code": 131 }