get_unified_ad_report
ActiveTool of SendIt
declared in 0.1.0
Get a cross-platform advertising performance report. Aggregates metrics across all connected ad platforms into a single view. Useful for comparing performance across Meta, Google, LinkedIn, TikTok, etc.
Parameters schema
{
"type": "object",
"required": [
"startDate",
"endDate"
],
"properties": {
"endDate": {
"type": "string",
"format": "date",
"description": "End date"
},
"groupBy": {
"enum": [
"platform",
"campaign",
"objective",
"day"
],
"type": "string",
"description": "Group results by dimension"
},
"startDate": {
"type": "string",
"format": "date",
"description": "Start date"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries