Actions42
- Ads Actions
- Campaigns Actions
- Creatives Actions
- Audiences Actions
- Pixels Actions
- Webhooks Actions
- Reports Actions
Overview
This node integrates with the Snapchat Ads API to manage various advertising resources, including Pixels. Specifically, for the Delete Pixel operation under the Pixels resource, it allows users to delete a Snapchat Pixel associated with their ad account.
Deleting a pixel is useful when you want to remove tracking pixels that are no longer needed or were created by mistake, helping keep your ad account clean and organized.
Practical example:
If you have a Snapchat Pixel that you no longer use for conversion tracking on your website, you can automate its deletion using this node in an n8n workflow, ensuring your ad account only contains active and relevant pixels.
Properties
| Name | Meaning |
|---|---|
| Ad Account ID | The unique identifier of your Snapchat Ad Account. |
| Pixel ID | The unique identifier of the Snapchat Pixel you want to delete. |
Output
The node outputs JSON data representing the response from the Snapchat API after attempting to delete the specified pixel. This typically includes confirmation of deletion or details about the deleted pixel.
If the operation fails, the output JSON will contain an error field with the error message explaining what went wrong.
The node does not output binary data.
Dependencies
- Requires an API key credential for the external "N8N Tools API" service used for validation.
- Requires OAuth2 credentials for authenticating with the Snapchat Ads API.
- The node makes HTTP requests to the Snapchat Ads API endpoint at
https://adsapi.snapchat.com. - Proper configuration of these credentials in n8n is necessary before using the node.
Troubleshooting
Invalid subscription or API key error:
If you receive an error indicating invalid subscription or API key, verify that your API key credential is correct and active.Missing or incorrect Pixel ID:
Ensure the Pixel ID provided exists and belongs to the specified Ad Account ID. An incorrect Pixel ID will cause the deletion to fail.Permission issues:
Make sure the OAuth2 credentials used have sufficient permissions to delete pixels in the Snapchat Ad Account.Network or API errors:
Temporary network issues or Snapchat API downtime may cause failures. Retry after some time or check Snapchat's status page.