Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with the "Управление Кампаниями" (Campaign Management) resource of an API, specifically to retrieve the pause status of a particular advertising campaign. The operation "Get Adv Pause" fetches whether a campaign is currently paused or active based on its unique campaign ID.
This node is useful in scenarios where you want to programmatically check the status of advertising campaigns, for example:
- Automating reports that include campaign activity status.
- Triggering workflows only if a campaign is active or paused.
- Monitoring campaigns to ensure they are running as expected.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the campaign whose pause status you want to retrieve. |
Output
The node outputs JSON data containing the pause status information of the specified campaign. The exact structure depends on the API response but typically includes fields indicating whether the campaign is paused or active, along with related metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the WB API.
- The node uses a base URL and request defaults configured from an OpenAPI specification bundled within the node.
- No additional external dependencies beyond the API access are required.
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 or API errors: Check connectivity and API availability; handle rate limits or downtime gracefully.
- Unexpected response format: Confirm the API version matches the node's expectations.
Links and References
- WB API Documentation (replace with actual link if available)
- n8n documentation on Creating Custom Nodes