I used the template to retrieve campaign analytics from ActiveCampaign. The template provided starts with a ListCampaign. The problem I’m having it that its only retrieving one day of results into a bundle so the example template is limited. How can I use the listcampaign module to retrieve a specific day of data from the ActiveCampaign’s results?
@Larry_Taylor To help you on this I will need more details, but for what you explain I guess you just need to change the formual use in the template you are copying from
I’m using this template from MAKE: https://us2.make.com/templates/11723-send-your-activecampaign-analytics-to-airtable. to pull activecampaign analytics.
It only retrieves one day from the past, no more. See this screen shot: Sync ActiveCampaign analytics to Airtable | Make - 2025-03-09_16-27-32 - TechSmith Screencast - TechSmith Screencast
Click on th module I want to see the set up you have in it.
I don’t have an activecampaign account to test the automation
Screen shot: Sync ActiveCampaign analytics to Airtable | Make - 2025-03-09_19-17-16 - TechSmith Screencast - TechSmith Screencast
Welcome to the Make community!
We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.
You can upload images here using the Upload Icon in the rich-text editor:
Alternatively, you can also drag-drop multiple images directly into the text editor.
Following these steps will allow others to assist you here. Thanks!
— @samliew
Thanks for the screenshot.
What you need is use a filter in-between both modules, to only allow the item with the date you want through to the next module.
For more information, see the Filtering page in the Make Help Centre, which covers the following:
- Adding a filter
- Operators
- Copying a filter
Alternatively, you can try using the ActiveCampaign “Watch Events” module:
Triggers when a new event is fired.
For more information, see https://www.make.com/en/integrations/activecampaign, and https://www.make.com/en/help/app/activecampaign in the help centre.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
Getting Started
- Help Centre | Tutorials – Make “Manual”
- Make Academy – Basics 101: Learn Make and get certified
Help Centre Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Date Format: tokens for
parseDate
| tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI - How to setup and use OpenAI (ChatGPT) in Make
- How to use Regex in Make - How to use pattern matching to extract the text you want
- Webhooks – Make Academy – tutorial on how to use Webhooks
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Thank you. My goal is to have this interate through each day and post a row in airtable for the day’s result.