Skip to main content

Get Advertiser Campaigns

POST 

/marketplaces/:marketplaceID/advertisers/external/:advertiserID/campaigns/table

Get all campaigns belonging to the advertiser, including campaign statistics. Supports pagination, sorting, filtering, and search.

Sortable columns: ACoS, ad_type, advertiser_name, agency_name, bid_type, budget_type, campaign_name, clicks, CPC, CPM, CTR, CVR, direct_sale, direct_sale_amount, end_date, fixed_bid, impressions, indirect_sale, indirect_sale_amount, RoAS, sale, sale_amount, spend, start_date, state, status, viewable_impressions

Performance metric columns (ACoS, CTR, CVR, RoAS, spend, sale, impressions, clicks, …) are returned by this endpoint — they are intentionally not filtered out for advertisers/external paths.

Request

Responses

Campaign Table Response.

When export is set in the request body, the response body is the exported file (CSV / XLSX depending on the requested format) instead of the JSON schema below; the Content-Type is set accordingly.