Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with the Wildberries (WB) API to manage advertising campaigns. Specifically, the "Get Adv Start" operation under the "Управление Кампаниями" (Campaign Management) resource retrieves the start information of a particular advertising campaign by its ID. This is useful for users who want to programmatically access details about when a campaign began, enabling automation and integration with other marketing or reporting tools.
Practical examples include:
- Automatically fetching campaign start dates to synchronize with internal dashboards.
- Triggering workflows based on campaign start times.
- Auditing or monitoring campaign statuses in bulk.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the advertising campaign whose start information you want to retrieve. |
Output
The node outputs JSON data containing the details of the advertising campaign's start information as returned by the WB API. The exact structure depends on the API response but typically includes fields related to the campaign's start date and possibly other metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential to authenticate requests to the Wildberries API.
- The node uses a base URL configured from an imported OpenAPI specification.
- Proper network connectivity to the WB API endpoint is necessary.
Troubleshooting
- Missing or invalid campaign ID: Ensure the "Id" property is provided and corresponds to an existing campaign.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network issues: Check internet connectivity and that the WB API service is reachable.
- Unexpected API responses: Confirm that the WB API has not changed its schema; update the node or credentials accordingly.
Links and References
- Wildberries API documentation (official site, if available)
- n8n documentation on creating custom nodes and using API credentials