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 and retrieve data related to Snapchat advertising resources. Specifically, for the Audiences resource with the Get Audience operation, it fetches detailed information about a specific Snapchat Audience within a given Ad Account.
Typical use cases include:
- Retrieving audience details to analyze or verify audience configurations.
- Integrating audience data into marketing workflows or dashboards.
- Automating reporting or syncing audience info with other systems.
For example, a marketer might use this node to programmatically get the details of a custom audience they created on Snapchat to check its size or attributes before launching a campaign.
Properties
| Name | Meaning |
|---|---|
| Ad Account ID | The unique identifier of the Snapchat Ad Account under which the audience exists. This is required to scope the request. |
| Audience ID | The unique identifier of the Snapchat Audience to retrieve details for. |
Output
The node outputs JSON data representing the Snapchat Audience object returned by the Snapchat API. This typically includes audience metadata such as name, type, size, status, and other relevant attributes defined by Snapchat's audience model.
The output is structured as an array of items, each containing a json field with the audience data corresponding to each input item processed.
No binary data output is produced by this operation.
Dependencies
- Requires valid credentials for accessing the Snapchat Ads API via OAuth2 or an API key credential configured in n8n.
- Uses an external validation service ("N8N Tools API") to verify subscription and API key validity before making Snapchat API calls.
- The node depends on the bundled
snapchat-apimodule that encapsulates the actual HTTP requests to Snapchat endpoints.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that your API credentials are correctly set up and active.
- Missing Required Parameters: Ensure that both "Ad Account ID" and "Audience ID" are provided; missing these will cause errors.
- API Rate Limits or Permissions: Snapchat API may return errors if rate limits are exceeded or if the authenticated user lacks permissions for the specified ad account or audience.
- Malformed JSON Input: For operations requiring JSON input (not applicable here), ensure JSON strings are well-formed.