Facebook 通过Graph API从webhook检索广告放置-平台

Facebook 通过Graph API从webhook检索广告放置-平台,facebook,facebook-graph-api,webhooks,facebook-marketing-api,Facebook,Facebook Graph Api,Webhooks,Facebook Marketing Api,使用webhooks,我无法找到产生潜在客户的广告投放(IG/FB)。相反,Zapier应用程序显示了它,因此应该有一种方法来检索它 请求中包含的JSON如下所示: { "object":"page", "entry":[ { "id":"34234234234", # this is my page ID "time"

使用webhooks,我无法找到产生潜在客户的广告投放(IG/FB)。相反,Zapier应用程序显示了它,因此应该有一种方法来检索它

请求中包含的JSON如下所示:

{
   "object":"page",
   "entry":[
      {
         "id":"34234234234", # this is my page ID
         "time":1600761543,
         "changes":[
            {
               "value":{
                  "form_id":"123123123987", # using graph API I can just retrieve the name of the form
                  "leadgen_id":"822651845208436", # the graph API gives error with this
                  "created_time":1600761542,
                  "page_id":"21312312312132" # use Graph API to retrieve the details of the lead
               },
               "field":"leadgen"
            }
         ]
      }
   ]
}
我可以检索潜在客户的所有详细信息和表单名称,但我看不到潜在客户来自何处。我错过了什么?目前,我已批准以下权限

页面显示列表 线索检索 页数(已阅读)(订婚) 页面\u管理\u元数据 页面管理广告

我还需要更多吗