Data is not salted as far as I can tell, it's normalized and hashed via SHA256. They publish SDKs for serverside integrations so you can see how the code is set up.
https://developers.facebook.com/docs/marketing-api/conversio...
On my Mac, sha256() takes 288ns, so running nine billion of them to find the collision would take about 43 CPU-minutes.
On my Mac, sha256() takes 288ns, so running nine billion of them to find the collision would take about 43 CPU-minutes.