Skip to main content
A tag is a label on the contact file. It is not a topic (consent) or a segment (filter). Tags mark; segments combine tags with other rules.

What is a tag?

A reusable label in the workspace, e.g. Lead, VIP, Customer, Black Friday. Create it once and apply it to as many contacts as you need. Analogy: a colored sticker on the customer folder. The tag does not change who the person is — it helps you find and group later.

Tag × topic × segment

When to use?

Great for classifying leads, marking active customers, tracking source (Website, Store), or internal status (Awaiting reply). For legal marketing opt-in per theme, use topics.

How it works in practice

  1. Audience → Tags → New, pick a short clear name (VIP, Lead)
  2. On the contact file or during import, attach one or more tags
  3. Build a segment with a type: tag rule to filter who has that label
  4. Use the segment as the audience of a campaign
A tag does not block sending on its own. A contact tagged VIP still must pass marketing rules and suppressions at send time.

Tags in segments

Example: VIP contacts who accept marketing:
Combine with property, contactField, or topic — see Segments in the audience.

In the API

Scopes tags:read, tags:create, tags:update, tags:delete. Routes in the Tags group of the API reference. On the contact, send tagIds on create/patch or use workspace tag routes.

Common mistakes

  • Confusing tag with topic — tag is an internal label; topic is consent per subject
  • Expecting a tag to replace suppression — do-not-contact identities stay on the suppressions list
  • tagId from another workspace in a segment → validation error

Next steps