List ads
List ads scoped by ad group, campaign, or company.
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
Only return ads belonging to these ad campaigns (max 100). Can be combined with companyId or used on its own.
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
Filter by ad group. Provide exactly one of ad_group_id, ad_campaign_id, or company_id.
Only return ads belonging to these ad groups (max 100). Can be combined with companyId or used on its own.
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
Filter by company. Provide exactly one of ad_group_id, ad_campaign_id, or company_id.
"biz_xxxxxxxxxxxxxx"
Only return ads created after this timestamp.
"2023-12-01T05:00:00.401Z"
Only return ads created before this timestamp.
"2023-12-01T05:00:00.401Z"
The sort direction for results. Defaults to descending.
asc, desc The field to order results by. Stat columns (spend, impressions, …) sort over the statsFrom/statsTo window and rank across all ads, 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 Case-insensitive substring match against the ad title or ID.
Inclusive start of the window for each ad's metric fields (spend, impressions, …) and for stats-column sorting. Omit both statsFrom and statsTo for all-time stats.
"2023-12-01T05:00:00.401Z"
Inclusive end of the window for each ad's metric fields and for stats-column sorting. Omit both statsFrom and statsTo for all-time stats.
"2023-12-01T05:00:00.401Z"
Filter by status.
active, paused, inactive, in_review, rejected, flagged Filter by campaign.
Server-side sort column.
spend, return_on_ad_spend, roas Sort direction.
asc, desc Filter by ad campaign. Provide exactly one of ad_group_id, ad_campaign_id, or company_id.

