parent-segment-analysis
Installation
SKILL.md
tdx Parent-Segment-Analysis - CDP Parent Segment Data Analysis
Workflow
- Get output database schema
- Read ALL columns from the schema file to understand available data
- Identify relevant columns for the analysis (use sub-agent if schema is large)
- Query customers or behavior tables
Get Output Database Schema
Parent segments generate an output database (cdp_audience_{id}) with:
customerstable - master + all attributes joinedbehavior_{name}tables - one per behavior
# Save schema to file (recommended for large schema data)
tdx ps desc "Customer 360" -o customer_360_schema.json