Campaign Tag
Manage tag records used to classify detected campaigns. Create, retrieve, update, patch, and delete campaign tags within the system.
The API supports the full lifecycle for a campaign tag — listing, creating, retrieving by ID, patching, fully updating (PUT), and deleting. As with Campaign Group, PATCH and PUT here each touch only one field: PATCH changes status (active/inactive, and only for custom tags — a tag in use can't move to inactive), while PUT changes name (also blocked while the tag is in use). Each tag record also reports canBeDeleted and canBeInactive flags so a client can grey out actions that would currently be rejected. For a lighter-weight view suited to populating dropdowns and filters, use the separate TagLov (list-of-values) resource instead.