Base url for all API methods: https://www.ipweb.ru/api/v2/
Further in the document, the url of the methods is described without the base url.
So the campaign/add method will be available at the url https://www.ipweb.ru/api/v2/campaign/add .
All parameters can be passed in a GET or POST request.
Managing Advertising Campaigns
Managing Categories
General rules of interaction with API
- You should try to minimize the number of unnecessary API requests, especially for the campaign/info method.
- There is no need to constantly request the information that you can store on your side.
- There is no need to constantly request information on inactive campaigns — there is simply no point in it, the answers will always be the same.
- A reasonable number of API requests for 1 campaign is 1-2-3, up to a maximum of 10-20 per day. Thus, a reasonable number of requests for an account (token) is hundreds, up to a maximum of 1000 per day. If you plan to make a significantly larger number of requests — we are 99% sure that you are using an algorithm that can be significantly optimized. If you are absolutely certain that you need more requests, first coordinate this with the Helpdesk.
- If you received a response with error_code=37 and error=Temporary unavailable, try again later, you should repeat the same request no earlier than 5 minutes later.
- In case of systematic violation of these rules, access to the API may be restricted.