The Problem
Marketing teams stitch dashboards across 6+ tools and still can't answer 'where did this revenue actually come from'.
The Solution
Pulse ingests channel data, builds a first-party identity graph, and runs a Markov-chain attribution model alongside a Prophet-based forecast — all in one cinematic dashboard.
Key Features
Native connectors for Meta, Google, LinkedIn, TikTok, GA4, and more.
Server-side events and a deterministic+probabilistic identity graph.
Markov-chain attribution with what-if simulation across last-N touchpoints.
Per-campaign Prophet forecasts with seasonality and confidence bands.
North-star metrics with anomaly alerts and Slack/email digests.
Slice by source, geo, device, and product to find revenue lift hiding in plain sight.
Architecture
- 1Connector workers push to a Kafka topic; dbt models materialize into ClickHouse.
- 2Identity graph maintained in Postgres with edge weights from deterministic + probabilistic signals.
- 3Attribution and forecasting run as Python workers, results cached daily.
- 4Frontend uses Server Components for heavy slices and ECharts for live drilldowns.
Outcomes
Highlights
- First-party by default
- Explainable attribution
- Forecasts you can trust
- Built for marketers