Skip to main content

Updates a campaign tag

PUT 

/campaign-tags/{id}

Updates a campaign tag.

Privileges: campaign-detector.manage

Auditlog Event: campaign.detector.campaign.tag.update

Errors:

  • CAMPAIGN_DETECTOR_API_CAMPAIGN_TAG_NOT_FOUND - campaign tag not found
  • BAD_REQUEST_BODY_FORMAT - Unable to decode request body
  • INT_APP_ERROR - unexpected internal error / missing instance context

Validation Errors:

  • CAMPAIGN_DETECTOR_API_CAMPAIGN_TAG_NAME_IS_REQUIRED - The name is a required field and cannot be empty
  • CAMPAIGN_DETECTOR_API_CAMPAIGN_TAG_NAME_IS_TOO_LONG - The name cannot be longer than 60 characters
  • CAMPAIGN_DETECTOR_API_CAMPAIGN_TAG_NAME_IS_NOT_UNIQUE - The name is not unique
  • CAMPAIGN_DETECTOR_API_CAMPAIGN_TAG_NAME_CANNOT_BE_CHANGED - campaign tag name can not be changed

Request

Responses

Campaign tag updated