meta_insights
ActiveTool of Hermoso
Pull performance INSIGHTS (spend, impressions, reach, clicks, CTR, CPC, CPM, conversions) for a connected ad account, or a specific campaign / ad set / ad. Pass adAccountId (for auth); optionally objectId to scope to one object and level to break the numbers down. Date window: datePreset (today | yesterday | last_7d | last_30d | last_90d | this_month | lifetime …) OR since+until (YYYY-MM-DD). Read-only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"adAccountId"
],
"properties": {
"level": {
"enum": [
"account",
"campaign",
"adset",
"ad"
],
"type": "string",
"description": "break the numbers down by this level"
},
"since": {
"type": "string",
"description": "start date YYYY-MM-DD (use with until)"
},
"until": {
"type": "string",
"description": "end date YYYY-MM-DD"
},
"objectId": {
"type": "string",
"description": "a campaign / ad set / ad id to scope to (default: the whole account)"
},
"datePreset": {
"type": "string",
"description": "today | yesterday | last_7d | last_30d | last_90d | this_month | lifetime … (default last_30d)"
},
"adAccountId": {
"type": "string",
"description": "ad account id (act_… or digits)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries