You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the described warning: [Facebook Pixel] - Invalid PixelID: null
and also there is fbq('init', 'undefined'); in the header section (check the screenshot).
If I use { enabled: false } and initialize the pixel by initialize('pixelID') it works fine but in case if I want to initialize pixel immediately I get the issue.
Hi!
When try to use this one and import PixelModule like this
PixelModule.forRoot({ enabled: false, pixelId: 'pixelID', }),
I got the next warning
and code from the header section:
The text was updated successfully, but these errors were encountered: