react-facebook-pixel
react-facebook-pixel copied to clipboard
How do you set up dataProcessingOptions with react-facebook-pixel?
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...