>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / Meta Ads

Analyze Meta Ad Performance

GET/v1/meta-ads/analyze-meta-ad-performance

Analyze Meta Ad Performance on Meta Ads. A read-only call — no spend is touched.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
ad_idstringnoTarget ad.

Example request

GET /v1/meta-ads/analyze-meta-ad-performance

{
  "account_id": "account_a91f",
  "ad_id": "ad_a91f"
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More Meta Ads endpoints

    Analyze Meta Ad Performance — Meta Ads API — SpendSignoff