Event Ingestion
Submit structured channel and campaign performance inputs into the attribution workflow.
Designed for teams evaluating attribution workflows, event structures, reporting outputs, and secure integration pathways.
Submit structured channel and campaign performance inputs into the attribution workflow.
Trigger attribution processing based on selected models and reporting windows.
Retrieve normalized summaries and channel-level outputs for downstream reporting.
Receive asynchronous status or result notifications for connected systems.
POST /api/attribution
{
"channels": [
{ "name": "Google Ads", "spend": 12000, "clicks": 8400, "conversions": 176, "revenue": 52400 },
{ "name": "Meta Ads", "spend": 9000, "clicks": 11200, "conversions": 151, "revenue": 41800 }
],
"model": "multi_touch",
"date_range": "2026-01-01_to_2026-01-31"
}{
"summary": {
"total_spend": 21000,
"total_conversions": 327,
"total_revenue": 94200,
"overall_roas": 4.49
},
"channel_results": [
{ "name": "Google Ads", "attribution_weight": 0.54, "cac": 68.18, "roas": 4.37 },
{ "name": "Meta Ads", "attribution_weight": 0.46, "cac": 59.60, "roas": 4.64 }
]
}Required fields: channel name, spend, clicks, conversions, revenue, and date range.
Optional fields may include campaign tags, region identifiers, or internal business references.
Users may compare last-click and multi-touch logic depending on reporting needs.
Outputs can include summary metrics, channel weights, efficiency indicators, and review-ready views.
Managed API credentials and scoped permissions
Enterprise access governance for submitting and retrieving outputs
Awareness of sensitive data handling, minimization, and controlled access
We use essential cookies to support language preference, secure browsing, and core website functionality. With your permission, we may also use analytics and marketing cookies to improve site quality and communication relevance.
Required for core functionality, language preferences, and security-related operations.
Used to understand usage patterns and improve content structure and navigation design.
Used to support campaign measurement or communication preferences when permitted.