Ad Campaigns

Get live ad-set details

Reads the ad set live from Meta, returned verbatim. The default projection includes learning_stage_info (learning-phase status: LEARNING / SUCCESS / FAIL / WAIVING; Meta omits its status key on paused ad sets), delivery settings, budgets, schedule and targeting. fields is a raw-passthrough override; unknown fields return Meta's 400 verbatim.

get/v1/ads/ad-sets/{adSetId}

Path parameters

adSetIdstring required

Meta ad set id (platformAdSetId).

Query parameters

accountIdstring required

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

fieldsstring
Example:id,status,ads.limit(100){id,name,status,issues_info}

Comma-separated Graph field override. Supports nested {} projections and Graph field modifiers, so a nested edge can be paged explicitly: without a .limit() modifier the expansion runs at the Meta default page size and the tail is dropped silently.

Response

The ad set as returned by Meta

adSetobject

Raw Meta ad set; keys are the requested Graph fields.

Changes