I have problems retrieving Lead Ads.
I have the Ad-ID and the Page-ID. I haven’t created them, but was added as a developer.
I was trying to use the PHP SDK and this https://developers.facebook.com/docs/marketing-api/guides/lead-ads/v2.9
Nothing is working. I cannot find a nice tutorial about that.
I just want to retrieve the leading Ads!
Anyone?
2
Answers
Assuming you have already installed FB API SDK and configured your FB app, you can use this to get all results from all LeadAds of your
$page_id
Its possible that you not calling all ads inside adset.
You can use facebook cursor.
$cursor->fetchAfter();
$ads->fetchAfter(); will get the next list of ads and
$leads->fetchAfter(); will get the next list of leads