in example - I have a webpage with 2 buttons - 1. Call 2. SMS
I want to separate Leads for that (let's call it Lead_call and Lead_sms), since I want to run campaigns that focus optimisation per action (1 for Lead_call and 1 for Lead_sms).
Thanks.
in example - I have a webpage with 2 buttons - 1. Call 2. SMS
I want to separate Leads for that (let's call it Lead_call and Lead_sms), since I want to run campaigns that focus optimisation per action (1 for Lead_call and 1 for Lead_sms).
Thanks.
That's possible by specifying additional variables for each lead.
Check this help article: https://developers.facebook.com/docs/facebook-pixel/events-advanced-use-cases/v2.9
In this example the event
Lead
is specified withcontent_name
andcontent_category
. These additional variables are later accessible to distinguish between different Lead types.