Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
Overview
This node integrates with the La Growth Machine API to retrieve statistics about leads from a specific campaign. It is useful for marketing and sales teams who want to analyze lead data and campaign performance. For example, users can fetch detailed lead stats filtered by various parameters such as company name, email, or LinkedIn URL to better understand campaign effectiveness and lead engagement.
Use Case Examples
- Retrieve lead statistics for a campaign to analyze lead quality and engagement.
- Filter campaign leads by company name or email to target specific segments.
- Paginate through leads using 'getLeadsAfter' and 'getLeadsBefore' parameters for large datasets.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign for which lead stats are retrieved. |
| Query Parameters | Optional filters to refine the leads stats query, such as company name, email, first name, last name, LinkedIn URL, lead ID, pagination controls (limit, skip), and lead navigation (getLeadsAfter, getLeadsBefore). |
Output
JSON
*- The JSON response from the La Growth Machine API containing lead statistics for the specified campaign, including filtered lead data and pagination info.
Dependencies
- Requires an API key credential for La Growth Machine API authentication.
Troubleshooting
- Ensure the Campaign ID is provided; otherwise, the node throws an error indicating it is required.
- Verify the API key credential is set correctly; missing API key will cause an authentication error.
- Check that query parameters are correctly formatted; invalid parameters may result in API errors or empty responses.
- Pagination parameters like 'getLeadsAfter' and 'getLeadsBefore' must correspond to valid lead IDs to avoid empty results.
Links
- La Growth Machine API - Get Campaign Leads Stats - Official API documentation for retrieving campaign lead statistics.