Is it possible to list the questions asked in a specific ad form id? In this docs https://developers.facebook.com/docs/marketing-api/guides/lead-ads/v2.5 is see that is only possible to list all the questions of a specific page using "leadgen_qualifiers" but is possible to list for a specific ad form id? Thanks, Alex.
For read all the question answered on a specific formId I use the following code of the PHP Marketing SDK:
// Initialize a new Session and instanciate an Api object
Api::init($app_id, $app_secret, $access_token);
$form = new LeadgenForm($formId);
// A cursor of Lead object
$cursor = $form->getLeads();
Under the Hood it make the call /v2.5/<FORM ID>/leads
Hope this help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With