GET /ad_campaign
This method retrieves the details for all of the seller's defined campaigns. Request parameters can be used to retrieve a specific campaign, such as the campaign's name, the start and end date, the status, and the funding model (Cost Per Sale (CPS) or Cost Per Click (CPC).
You can filter the result set by a campaign name, end date range, start date range, or campaign status. You can also paginate the records returned from the result set using the limit query parameter, and control which records to return using the offset parameter.
Servers
- https://api.ebay.com{basePath}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
start_date_range |
String | No |
Specifies the range of a campaign's start date in which to filter the results. The results are filtered to include only campaigns with a start date that is equal to this date or is within specified range.
Note: The results might not include all the campaigns with this start date if other filters exclude them. |
campaign_status |
String | No |
Include this filter and input a specific campaign status to retrieve campaigns currently in that state. |
limit |
String | No |
Specifies the maximum number of campaigns to return on a page in the paginated response. Default: 10Maximum: 500 |
campaign_name |
String | No |
Specifies the campaign name. The results are filtered to include only the campaign by the specified name. |
end_date_range |
String | No |
Specifies the range of a campaign's end date. The results are filtered to include only campaigns with an end date that is within specified range.
Note: The results might not include all the campaigns ending on this date if other filters exclude them. |
funding_strategy |
String | No |
Specifies the funding strategy for the campaign.
|
offset |
String | No |
Specifies the number of campaigns to skip in the result set before returning the first report in the paginated response. Combine offset with the limit query parameter to control the items returned in the response. For example, if you supply an offset of Default: 0 |
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.