Accounts & Ops
A/B tests and lift studies
Lists the ad account's A/B tests and lift studies (Meta's /act_X/ad_studies), rows
returned verbatim. The default projection covers id, name, type, timing and cells with
split percentages; fields is a raw-passthrough override.
PlatformsMeta
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
accountId*string
Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
adAccountId*string
Meta ad account id (act_).
fields?string
Comma-separated Graph field override (supports nested {} projections).
limit?integer
Rows per page
Range
1 <= value <= 100Default
25after?string
Cursor from paging.after of the previous page.
Response Body
application/json
application/json
{ "adAccountId": "string", "data": [ {} ], "paging": { "after": "string" }}Was this page helpful?