Ad Campaigns

Get live campaign details

Reads one campaign live from Meta, returned verbatim, so a caller that knows a campaign id no longer has to page GET /v1/ads/campaigns to find it. The default projection covers name, status, objective, buying type, bid strategy, budgets, spend cap, schedule and issues_info. fields is a raw-passthrough override; unknown fields return Meta's 400 verbatim. A campaign the resolved connection cannot see comes back as Meta's own 400, not a 404.

get/v1/ads/campaigns/{campaignId}

Path parameters

campaignIdstring required

Meta campaign id (platformCampaignId).

Query parameters

accountIdstring required

Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.

fieldsstring
Example:id,name,status,daily_budget

Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers.

Response

The campaign as returned by Meta

campaignobject

Raw Meta campaign; keys are the requested Graph fields.

Changes