Skip to main content

CDP Audience Taxonomy

200+ Segment Framework

ConversionOS defines a structured audience taxonomy that translates ML scores into actionable CDP segments. This framework has been deployed with 200+ active segments across ActionIQ, Segment, and Treasure Data.

Taxonomy Structure

Audiences are organized in a hierarchical taxonomy:

Level 1: Intent Category (Acquisition / Retention / Winback)
Level 2: Score Tier (High / Medium / Low)
Level 3: Behavioral Modifier (Channel preference, lifecycle stage, value tier)

Core Segment Framework

Acquisition Segments

Segment IDNameDefinitionActivation
ACQ_HIGH_INTENTHigh Intent ProspectsPropensity ≥ 0.7 + product page visits in 7dGoogle Ads, Meta (value: $240)
ACQ_MED_NURTUREMedium NurturePropensity 0.4-0.7 + email engagedEmail drip, retargeting (value: $50)
ACQ_LOW_AWARELow AwarenessPropensity 0.15-0.4, limited engagementBroad awareness (value: $10)
ACQ_EXCLUDESuppressionPropensity < 0.15 or existing customerSuppress from all paid (value: $1)

Retention Segments

Segment IDNameDefinitionActivation
RET_LOYAL_HIGHHigh-Value LoyalChurn risk < 0.2 + LTV top quartileLoyalty rewards, upsell
RET_AT_RISK_HIGHHigh-Value At RiskChurn risk > 0.6 + LTV top quartileProactive retention, personal outreach
RET_AT_RISK_MEDMedium At RiskChurn risk > 0.6 + LTV mid-rangeAutomated retention journey
RET_DECLININGDeclining EngagementEngagement recency ratio < 0.3Re-engagement campaign

Composite Segments (examples from 200+)

SegmentCombination LogicSize (typical)
PREMIUM_ACQ_DIGITALHigh propensity + digital channel preference + high credit tier2-5% of prospects
WINBACK_RECENT_HIGHChurned < 90 days + was high-LTV + winback propensity > 0.55-10% of churned
UPSELL_ENGAGED_MIDActive 30d + mid-tier product + engagement score > 0.710-15% of customers

CDP Configuration

ActionIQ Setup

{
"audience_sync": {
"source": "bigquery.conversionos.scored_prospects",
"schedule": "daily_6am_est",
"match_key": "hashed_email",
"destinations": [
{
"platform": "google_ads",
"list_type": "customer_match",
"segment_mapping": {
"ACQ_HIGH_INTENT": "conv_value_240",
"ACQ_MED_NURTURE": "conv_value_50",
"ACQ_LOW_AWARE": "conv_value_10"
}
},
{
"platform": "sfmc",
"sync_type": "data_extension",
"trigger_journeys": true
}
]
}
}

Segment Hygiene

  • Mutual exclusivity: A user should appear in at most one segment per category
  • Refresh cadence: Daily for acquisition, real-time for retention triggers
  • Size monitoring: Alert if any segment grows/shrinks >20% day-over-day
  • Overlap analysis: Monthly audit of cross-segment overlap rates