Notifications
Clear all
Topic starter
I'm working on a scenario where I need to fetch data from Fathom Analytics via API calls and then process it to be sent to Airtable using a webhook.
I have an array named pageviews
with the following format:
Additionally, I have a more complex array containing data like this:
My desired output structure is:
pathname
pageviews: {conversions}
refer button click: {conversions}
referral submitted: {conversions}
share click linkedin: {conversions}
…etc.
Posted : 30/05/2025 11:44 pm