I am trying to implement Facebook Pixel on a React-app.
https://www.npmjs.com/package/react-facebook-pixel I have used this package to track Page Views, but I only get the events when I try to test them.
In the overview tab, all I see is
No activity was received in the selected time frame.
ReactPixel.init('My_CODE', advancedMatching, options);
ReactPixel.pageView();
// Track the event
ReactPixel.fbq('track', 'PageView');