Is there a callback functionality for Facebook conversion events similar to Google Analytics?
As of today, Facebook still does not support it. However, since I had this issue due to immediate redirect, I used the following solution: basically I set on localStorage the variable I needed to track => window.localStorage.setItem(‘documentTitle’, document.title); then I did the redirect, and on the targeted page I used the following to properly track … Read more