从Webhook到Graph API检索广告展示位置-平台

问题描述

使用webhook,我无法适应产生潜在客户的广告展示位置(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"
            }
         ]
      }
   ]
}

我可以检索销售线索的所有详细信息和表单名称,但是我看不到销售线索的来源。我想念什么?目前,我已经批准了以下权限

pages_show_list lead_retrieval pages_read_engagement pages_manage_Metadata pages_manage_ads

我需要更多吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)