List campaigns
list_campaignsList campaigns in the ad account. Supports cursor pagination; each campaign includes objective, budget, and country targeting with monetary values in micros.
Instructions
List campaigns in the ad account. Campaigns are the top-level objects that define the objective, budget, and country targeting. Supports cursor pagination; the response includes first_id, last_id, and has_more. Monetary values are expressed in micros: 1,000,000 micros = 1 unit of the account's currency (for example, $1.00 = 1,000,000 micros). Divide any *_micros value by 1,000,000 to show a human-readable amount, and multiply by 1,000,000 to convert a currency amount into micros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of objects to return per page (1-500). Uses the API default if omitted. | |
| order | No | Sort by creation time: 'asc' for oldest-first, 'desc' for newest-first. | |
| after | No | Pagination cursor. Pass the `last_id` from the previous page to fetch the next page. | |
| before | No | Pagination cursor. Pass the `first_id` from the previous page to fetch the previous page. |