ebay_get_ads
Retrieve ads for a campaign using filters like ad status, ad group, or listing IDs to narrow results.
Instructions
Get all ads for a campaign with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | Campaign ID | |
| adGroupIds | No | Comma-separated ad group IDs to filter by | |
| adStatus | No | Filter by ad status: ACTIVE, PAUSED, or ARCHIVED | |
| limit | No | Maximum number of results to return | |
| listingIds | No | Comma-separated listing IDs to filter by | |
| offset | No | Number of results to skip |