Tags are flexible string arrays attached to profiles (and other Omneo objects like transactions, products, and interactions). They are invisible to end customers and are used to segment, filter, and annotate data for internal operational and integration purposes.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Tag formatting
Omneo replaces spaces in tag values with hyphens."mobile app" becomes "mobile-app". Keep this in mind when writing tags programmatically or syncing them from an external system.
Adding tags when creating a profile
Pass atags array in the create profile request body:
Updating tags on an existing profile
Filtering profiles by tag
Use thefilter[tags.handle] query parameter on the browse profiles endpoint:
Tags on other objects
Tags work the same way on other Omneo objects:| Object | Where to manage |
|---|---|
| Profile | CX Manager profile details tab, Clienteling edit profile, API |
| Transaction | CX Manager transaction details, API |
| Product | CX Manager product details, API |
| Interaction | API only (viewable in CX Manager) |
Common use cases
- Flag profiles for manual review (
"handle-with-care") - Mark acquisition channel (
"instagram-campaign-2025") - Identify high-value customer segments (
"whale","stylist-client") - Track operational states (
"pending-merge","opted-out-direct-mail")