GET /ad_campaign/{campaign_id}/ad_group
Note: This method is only available for select partners who have been approved for the eBay Promoted Listings Advanced (PLA) program. For information about how to request access to this program, refer to Promoted Listings Advanced Access Requests in the Promoted Listings Playbook. To determine if a seller qualifies for PLA, use the getAdvertisingEligibility method in Account API.
This method retrieves ad groups for the specified campaigns.
Each campaign can only have one ad group.
In the request, supply the campaign_ids as path parameters.
Call getCampaigns to retrieve a list of the current campaign IDs for a seller.
Servers
- https://api.ebay.com{basePath}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
campaign_id |
String | Yes |
A unique eBay-assigned ID for an ad campaign that is generated when a campaign is created. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
String | No |
The number of results, from the current result set, to be returned in a single page. |
ad_group_status |
String | No |
A comma-separated list of ad group statuses. The results will be filtered to only include the given statuses of the ad group. |
offset |
String | No |
The number of results that will be skipped in the result set. This is used with the limit field to control the pagination of the output. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.