Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with a media advertising API to retrieve details about a specific advertising campaign. It is useful when you want to fetch information about an existing media advertisement by its unique identifier. For example, marketers or analysts can use this node to pull campaign data for reporting or further processing within an automation workflow.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the media advertising campaign to retrieve. This is a required field. |
Output
The node outputs JSON data containing the details of the requested media advertising campaign. The structure corresponds to the API response for the given campaign ID and typically includes fields such as campaign metadata, status, targeting, budget, and performance metrics. No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external media advertising service.
- The base URL and request headers are configured internally based on a bundled OpenAPI specification.
- No additional environment variables are explicitly required beyond the API authentication setup.
Troubleshooting
- Missing or invalid Id: If the "Id" property is not provided or invalid, the node will fail to retrieve campaign data. Ensure the Id is a valid number corresponding to an existing campaign.
- Authentication errors: Failure to provide valid API credentials or expired tokens will result in authorization errors. Verify that the API key credential is correctly configured.
- Network or API errors: Temporary network issues or API downtime may cause request failures. Retrying after some time or checking API status is recommended.
- Unexpected response format: If the API changes its response schema, the node might not parse the output correctly. Updating the node or API specification may be necessary.
Links and References
- Refer to the media advertising platform’s official API documentation for detailed information on campaign retrieval endpoints.
- n8n documentation on how to configure API key credentials and use HTTP request nodes for custom integrations.