Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with a campaign management API to update the list of excluded phrases for a specific advertising campaign. It is useful when you want to programmatically manage which search phrases or keywords should be excluded from triggering ads in a campaign, helping optimize ad targeting and budget usage.
A practical example would be automatically updating the exclusion list based on recent performance data or external inputs, ensuring that irrelevant or low-performing phrases do not waste ad spend.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the campaign to update. |
| Excluded | A JSON array containing up to 1000 phrases to exclude from the campaign's targeting. |
Output
The node outputs JSON data reflecting the response from the API after setting the excluded phrases. This typically includes confirmation of the update or details about the current exclusion list. There is no binary output.
Dependencies
- Requires an API key credential to authenticate requests to the campaign management API.
- The node uses a base URL configured from an imported Swagger/OpenAPI specification.
- The request headers specify JSON content type and accept JSON responses.
Troubleshooting
- Invalid Campaign ID: If the provided campaign ID does not exist or is incorrect, the API may return an error. Verify the campaign ID before running the node.
- Malformed JSON in Excluded Phrases: The "Excluded" property expects valid JSON. Ensure the input is correctly formatted JSON; otherwise, parsing errors will occur.
- Exceeding Phrase Limit: The exclusion list supports a maximum of 1000 phrases. Sending more may cause the API to reject the request.
- Authentication Errors: Missing or invalid API credentials will prevent successful requests. Confirm that the API key is properly configured in n8n.
- Network Issues: Connectivity problems can cause timeouts or failed requests. Check network access to the API endpoint.
Links and References
- No direct links are available from the source code. For further information, consult the documentation of the campaign management API or the platform providing the advertising campaigns.