GET /negative_keyword
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 can be used to retrieve all of the negative keywords for ad groups in PLA campaigns that use the Cost Per Click (CPC) funding model.
The results can be filtered using the campaign_ids, ad_group_ids, and negative_keyword_status query parameters.
Call the getCampaigns method to retrieve a list of current campaign IDs for a seller.
Servers
- https://api.ebay.com{basePath}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
campaign_ids |
String | No |
A unique eBay-assigned ID for an ad campaign that is generated when a campaign is created. |
limit |
String | No |
The number of results, from the current result set, to be returned in a single page. |
ad_group_ids |
String | No |
A comma-separated list of ad group IDs. |
negative_keyword_status |
String | No |
A comma-separated list of negative keyword statuses. |
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.