Open igmodop opened 4 years ago
I tried something like this:
const advancedMatching = {}; const options = { autoConfig: true, debug: false, }; ReactPixel.fbq('dataProcessingOptions', ['LDU'], 0, 0); ReactPixel.init('xxxxx', advancedMatching, options); ReactPixel.pageView();
But it didn't work. What am I missing?
I'm assuming this component does not support the option. This was a new adition to facebook's fbq...
I tried something like this:
But it didn't work. What am I missing?