get_unified_analytics
ActiveTool of SendIt
declared in 0.1.0
Get cross-platform analytics combining organic and paid performance. Aggregates metrics across all connected platforms into a single view. Supports time-series breakdowns and platform comparison.
Parameters schema
{
"type": "object",
"required": [
"startDate",
"endDate"
],
"properties": {
"endDate": {
"type": "string",
"format": "date",
"description": "End date (YYYY-MM-DD)"
},
"breakdown": {
"enum": [
"none",
"day",
"week",
"month",
"platform",
"content_type"
],
"type": "string",
"description": "Breakdown dimension"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter to specific platforms (optional, all if omitted)"
},
"startDate": {
"type": "string",
"format": "date",
"description": "Start date (YYYY-MM-DD)"
},
"includePaid": {
"type": "boolean",
"description": "Include paid metrics (default true)"
},
"includeOrganic": {
"type": "boolean",
"description": "Include organic metrics (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries