Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
The "Update Campaign" operation in the "Advertising & Campaigns" resource allows users to modify the status of an existing advertising campaign on Pinterest via the N8N Tools - Pinterest Enhanced node. This operation is useful for managing campaign lifecycles, such as activating, pausing, or archiving campaigns based on marketing strategies or budget changes.
Typical scenarios include:
- Pausing a campaign temporarily during off-peak seasons.
- Activating a newly created campaign after setup.
- Archiving completed or obsolete campaigns to keep the account organized.
For example, a marketer can automate pausing all campaigns at the end of a promotional period and then reactivate them when a new promotion starts.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to update. |
| Campaign Status | The desired status of the campaign. Options: Active, Paused, Archived. |
Output
The output JSON contains the updated campaign data returned from the Pinterest Ads Campaigns API after applying the status change. This typically includes fields such as campaign ID, name, status, and other metadata reflecting the current state of the campaign.
No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key credential for the N8N Tools API.
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses the Ads Campaigns API client to perform campaign updates.
- Proper configuration of these credentials in n8n is necessary for successful execution.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly set up and has the required permissions.
- Campaign Not Found: If the specified Campaign ID does not exist or is incorrect, the API will return an error. Double-check the Campaign ID input.
- Insufficient Permissions: Ensure the OAuth2 credentials have sufficient rights to update campaigns.
- Network Issues: Connectivity problems with the Pinterest API or N8N Tools API may cause failures; check network access and retry.
- Continue On Fail: If enabled, the node will continue processing other items even if one fails, returning error details in the output.