list_campaigns
List campaigns for an advertiser account, filter by status, and paginate results to manage campaigns effectively.
Instructions
List campaigns under an advertiser account with optional status filtering.
Args: advertiser_id: The advertiser account ID. page: Page number for pagination (default 1). page_size: Number of records per page (default 20, max 100). filtering: Optional JSON string for filtering (e.g. '{"status": "CAMPAIGN_STATUS_ENABLE"}').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advertiser_id | Yes | ||
| page | No | ||
| page_size | No | ||
| filtering | No |