Tags & Audit Overview
Four core features cloned to the SaleSmartly spec, plus the AIFENG tag-assign API (idempotent, audited).
Visitor Tags
Category management, add tag (name/category/sort value/multiple tag values), official example Gender=Male/Female, business tags DTF/UV/Sublimation/Wholesale/Retail/VIP preloaded.
7 tags
Session Tags
Same structure as visitor tags, managed by conversation stage (new inquiry/quoting/pending payment/deal/after-sales).
5 tags
Customer Custom Fields
Add field: name + type (text/number/date/single-select) + status, with field ID and edit time.
5 fields
Audit Logs
Two tabs, login logs / operation logs: time, operator, action, object, IP placeholder.
10 logsTag-Assign API
GET /tags/api/assign?customer=<customer ID>&tag=<tag_key>&value=<tag value>, idempotent write with audit trail.
GET /tags/api/assign?customer=CUST-DEMO-001&tag=visitor:vip&value=VIP
Demo data (marked via data_origin), pending real customer data integration.