get_ad_performance
ActiveTool of SendIt
declared in 0.1.0
Get performance metrics for campaigns, ad sets, or creatives. Returns impressions, clicks, spend, conversions, CTR, CPC, CPM, ROAS, and custom metrics. Supports date range filtering and breakdown by day.
Parameters schema
{
"type": "object",
"required": [
"entityType",
"entityId"
],
"properties": {
"endDate": {
"type": "string",
"format": "date",
"description": "End date (YYYY-MM-DD)"
},
"metrics": {
"type": "array",
"items": {
"type": "string"
},
"description": "Specific metrics to retrieve (optional, returns all by default)"
},
"entityId": {
"type": "string",
"description": "Entity ID"
},
"breakdown": {
"enum": [
"none",
"day",
"week",
"month",
"platform"
],
"type": "string",
"description": "Breakdown dimension"
},
"startDate": {
"type": "string",
"format": "date",
"description": "Start date (YYYY-MM-DD)"
},
"entityType": {
"enum": [
"account",
"campaign",
"ad_set",
"creative"
],
"type": "string",
"description": "Entity type to get metrics for"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries