Marketing attribution dashboards
First-touch vs last-touch, the FB social-vs-paid split, channel ROI.
What the classifier gives you
source "facebook" | "google" | "twitter" | "direct" | "internal" | ...
medium "paid" | "organic" | "social" | "email" | "referral" | "direct"
campaign utm_campaign, if any
source_confidence "low" | "medium" | "high"
source_rule_id which classifier rule firedChannel breakdown — top of the dashboard
curl -G "https://api.millimetric.ai/v1/sources" \
-H "Authorization: Bearer $RK_KEY" \
--data-urlencode "from=2026-05-01T00:00:00Z" \
--data-urlencode "to=2026-06-01T00:00:00Z" \
--data-urlencode "breakdown=source_medium" | jqFirst-touch vs last-touch
First-touch per visitor
Last-touch per visitor (just before conversion)
Channel ROI — revenue per channel
Confidence-filtered attribution
The Facebook social-vs-paid headline
Per-rule audit (for the paranoid)
Building this in your own dashboard
See also
Last updated
Was this helpful?