Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook pixel: fbevents.js cause error "Cannot read property 'replace' of undefined"

When I click certain elements on the page it throws this error enter image description here

enter image description here

Can anyone explain why is it happening?

like image 526
Alex Avatar asked Dec 09 '25 12:12

Alex


1 Answers

When initializing:

fbq('init', "your_app_id");

your_app_id must be string

like image 62
Goncharov Leonid Avatar answered Dec 14 '25 06:12

Goncharov Leonid