Creates a campaign group
POST/campaign-groups
Creates a campaign group.
Privileges: campaign-detector.manage
Auditlog Event: campaign.detector.campaign.group.add
Errors:
- BAD_REQUEST_BODY_FORMAT - Unable to decode request body
- INT_APP_ERROR - unexpected internal error / missing instance context
Validation Errors:
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_REQUIRED - Name is a required field and cannot be empty
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_TOO_LONG - The name cannot be longer than 60 characters
- CAMPAIGN_DETECTOR_API_CAMPAIGN_GROUP_NAME_IS_NOT_UNIQUE - The name is not unique
Request
Responses
- 201
- default
Campaign group created
Unexpected error