Reputation: 61
I created a FB lead ad following the steps mentioned here. I provided the "Destination url" as mentioned in step 7. I have also enabled my page(Destination url) to read hash parameters for continued flow as mentioned at https://developers.facebook.com/docs/marketing-api/guides/lead-ads/v2.5#continuedflow. But when lead ad form is submitted, no data is being passed as hash parameters. If anyone have successfully used this feature or know how to make it work, please help.
Thanks in advance.
Upvotes: 1
Views: 981
Reputation: 323
I'm whitelisted and this is what I found already
Since I need to process this on the server side, I'm redirecting the GET requests with parameters in the hash to GET requests with parameters in the query string.
(*) not all leads bring the data in the hash, sometimes the hash is empty, I'm currently debugging this.
Upvotes: 0