Facebook Webhook how to get ad set name form end point -


this end point response facebook 1. how can add set name form json? 2.when using tool https://developers.facebook.com/tools/lead-ads-testing. add_id , add_group_id 0 why ?

{   "created_time": "2015-02-28t08:49:14+0000",    "id": "<lead_id>",    "ad_id": "<ad_id>",   "form_id": "<form_id>",   "field_data": [{     "name": "car_make",     "values": [       "honda"     ]   },    {     "name": "full_name",      "values": [       "joe example"     ]   },    {     "name": "email",      "values": [       "joe@example.com"     ]   }] } 


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -