使用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
我需要更多吗?