orders × customer_touches in the date window andlast_touch — 100% to the last touch (legacy)first_touch — 100% to the first touchlinear — equal split across all touchestime_decay — exponential decay, 7-day half-life (Googleposition_based — Shopify-style U-shape, 40/20/40Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/multi-touch?model=&days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"model": "string",
"total_orders": 0,
"total_revenue_cents": 0,
"by_channel": [
{
"channel": "string",
"credit_cents": 0,
"credit_pct": 0
}
],
"by_campaign": [
{
"campaign_id": "string",
"campaign_name": "string",
"credit_cents": 0,
"credit_pct": 0
}
]
},
"message": "string"
}