Console error – invalid value for user_data
-
I have the plugin installed and it seems to track events correctly. However, there’s an error in the console:
fbevents.js:23 [Facebook Pixel] – Call to “fbq(‘init’, ‘585436415521367’, []);” with parameter “user_data” has an invalid value of “[]”
Looking in the source code for the init on the page, it looks as follows:
fbq(‘init’, aepc_pixel.pixel_id, aepc_pixel.user);
So the empty value is “aepc_pixel.user”. How do I stop this value from being empty, or remove it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Console error – invalid value for user_data’ is closed to new replies.