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