get_attribution_report
ActiveTool of SendIt
Generate an attribution report showing how channels contribute to conversions. Models: • first_touch - All credit to first interaction • last_touch - All credit to last interaction • linear - Equal credit across all touchpoints • time_decay - More credit to recent touchpoints • position_based - 40% first, 40% last, 20% middle • data_driven - ML-based attribution
Parameters schema
{
"type": "object",
"required": [
"model",
"startDate",
"endDate"
],
"properties": {
"model": {
"enum": [
"first_touch",
"last_touch",
"linear",
"time_decay",
"position_based",
"data_driven"
],
"type": "string",
"description": "Attribution model"
},
"endDate": {
"type": "string",
"format": "date"
},
"startDate": {
"type": "string",
"format": "date"
},
"conversionType": {
"type": "string",
"description": "Filter by conversion type (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries