Facebook Insights - Numbers of lead, and Cost Per Lead

Hi Community!

I’m creating automation which has to Get Metrics from “Facebook Insights” Module to Slack.

I’m struggling with finding a option to get metrics like “Number of Leads” and “Cost Per Lead”.

I’ve tried to choose metrics like “actions” and “conversions” and then filter with value “lead” but it’s not working.

Can someone send me a tip how to get those metrics from this module?

I haven’t problem with other metrics like “reach” or something like that but the most valuable metrics for me are “number of leads” and “cost per lead”.

All my campagins are “Facebook Lead Form Ad” and I don’t know how to do that.

Thank you in advance for any tips!

1 Like

Hey @Oskar_Barasciak,

Did you find any solution?

Hi Oskar

Use Map Function:

{{formatNumber(get(map(1.cost_per_action_type; “value”; “action_type”; “lead”); 1); 2; “,”; “.”)}}

1.cost_per_action_type → action_type → lead

2 Likes