Table
clienttags
Each row links a tag to a client for segmentation or reporting.
statusgroupRedshift
All tables
clienttags
Each row links a tag to a client for segmentation or reporting.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.clientid,
t.tagid
from clienttags as t
limit 100