List ad campaigns
Returns a paginated list of ad campaigns for a company, with optional filtering by status, and creation date.
Required permissions:
ad_campaign:basic:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Query Parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
42
Returns the last n elements from the list.
42
The unique identifier of the company to list ad campaigns for.
"biz_xxxxxxxxxxxxxx"
Filter ad campaigns by their current status.
active, paused, payment_failed, draft, in_review, flagged Only return ad campaigns created before this timestamp.
"2023-12-01T05:00:00.401Z"
Only return ad campaigns created after this timestamp.
"2023-12-01T05:00:00.401Z"
Case-insensitive substring match against the campaign title or ID.
Inclusive start of the window for each campaign's metric fields (spend, impressions, …). Omit both statsFrom and statsTo for all-time stats.
"2023-12-01T05:00:00.401Z"
Inclusive end of the window for each campaign's metric fields. Omit both statsFrom and statsTo for all-time stats.
"2023-12-01T05:00:00.401Z"
The field to order results by. Stat columns (spend, impressions, …) sort over the statsFrom/statsTo window and rank across all campaigns, not just the current page. Defaults to creation date.
created_at, spend, impressions, clicks, reach, unique_clicks, results, click_through_rate, cost_per_click, cost_per_mille, cost_per_result, frequency, return_on_ad_spend The sort direction for results. Defaults to descending.
asc, desc 
