skills/analyst-audience-management/SKILL.md
Manages audience segmentation, cohort imports, and user profile enrichment across CDP integrations.
npx skillsauth add delta-and-beta/braze-agency analyst-audience-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
★ Insight ─────────────────────────────────────
lens concept acts as a perspectival filter: the same raw topic facts read differently depending on role (analyst vs. engineer), so the lens section shapes how Claude applies the information, not just what it knows─────────────────────────────────────────────────This skill covers audience segmentation, cohort imports, and user profile enrichment across the CDP (Customer Data Platform) integrations that connect external tools to Braze. Use it when designing, troubleshooting, or optimizing audience-based targeting strategies — from initial cohort definition through import mechanics to downstream campaign activation.
Lens: Audience targeting and segmentation strategy Read every integration through the question: Does this approach produce audiences that are accurate, actionable, and maintainable at scale? Prefer solutions that keep segmentation logic close to the source of truth and minimize data drift between systems.
Use this skill when:
Do not use for campaign execution logic, message personalization, or A/B test design — those fall under separate skills.
| Topic | What It Covers |
|---|---|
| Amplitude User Profile API | Reading and writing user properties to/from Amplitude; profile enrichment patterns |
| Amplitude Cohort Import | Batch and streaming cohort sync from Amplitude to Braze; field mapping and refresh scheduling |
| Amplitude Audiences | Building behavioral cohorts in Amplitude; predictive audiences and computed traits |
| Segment Engage | Segment's Audiences and Computed Traits; sync to Braze via destination actions |
| Tealium AudienceStream | Real-time visitor profile building; audience connector rules and badge/attribute forwarding to Braze |
| Zeotap Symphony | Real-time orchestration for email and push; sending user attributes and custom events via Braze's /users/track endpoint |
Amplitude supports two primary flows:
user_id or device_id values matching a behavioral cohort; Braze receives these as custom attribute updates (typically a boolean flag or cohort membership array)Key considerations:
user_id in Amplitude must match external_id in Braze)Segment's Engage layer sits between raw event data and activation:
ltv_90d, last_purchase_category)Key considerations:
anonymous_id → user_id resolution differs between Segment and Braze identity graphsAudienceStream builds visitor profiles from EventStream data in real time:
Key considerations:
tealium_visitor_id to a Braze identifier explicitlySymphony provides real-time orchestration targeting email and push channels:
/users/trackKey considerations:
braze_id or external_id before events are forwarded — unresolved profiles create orphaned recordsThe most common failure mode in CDP → Braze integrations is identity mismatch. Before any cohort import:
external_id, device_id, phone)invalid_user_id errors in Braze's import logs as a leading indicatorWhen match rates drop below ~85%, investigate identity graph divergence rather than assuming data quality issues on the source side.
| Cadence | Use case fit | Risk | |---|---|---| | Real-time (Tealium, Zeotap) | Behavioral triggers, cart abandonment | Volume spikes; requires rate-limit headroom | | Hourly (Amplitude, Segment) | Lifecycle segments, engagement tiers | Up to 1h eligibility lag for time-sensitive sends | | Daily batch | Large suppression lists, high-LTV audiences | Stale membership during fast-moving campaigns |
When in doubt, match audience refresh cadence to campaign send frequency — a daily digest campaign does not benefit from real-time audience sync.
development
Cross-platform audience synchronization design across advertising platforms including Facebook, Google, TikTok, LinkedIn, and programmatic networks.
development
Defines cross-cutting API patterns for authentication, provisioning, preference management, and content delivery.
development
Covers API basics, authentication, rate limits, error codes, endpoint overview, data retention policies, and Postman collection usage.
development
Integration architecture for AI model providers including OpenAI, Google Gemini, and Anthropic within Braze messaging workflows.