GET /ad_campaign/get_campaign_by_name
This method retrieves the details of a single campaign, as specified with the campaign_name query parameter. Note that the campaign name you specify must be an exact, case-sensitive match of the name of the campaign you want to retrieve.
Call getCampaigns to retrieve a list of the seller's campaign names.
Servers
- https://api.ebay.com{basePath}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
campaign_name |
String | Yes |
The name of the campaign. |
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.