I wish to pass user data parameters from Facebook’s Pixel using fbq function and check whther the data passed is correct or not.
Two of the user data parameter - external_id and country aren’t being passed but the first name, last name, phone number and email ID are getting passed with no issue whatsoever.
I wish to pass user data parameters from Facebook’s Pixel using fbq function and check whther the data passed is correct or not.
Two of the user data parameter - external_id and country aren’t being passed but the first name, last name, phone number and email ID are getting passed with no issue whatsoever.
I know user data parameters can only be passed with fbq(init) call but why only external_id and country is not getting passed. I even tried “extern_id
” name and the country_code is as per the Facebook formatting guidelines - *lower-case two letter code
*but it still doesnt work.
I tried the facebook tag template on GTM and it’s also useless in this matter as Simo Ahava (The creator) said that -
Advanced matching is only applied when the pixel is initialized, so these values will only be seen if this is the first FB tag for that pixel on the page. That’s a limitation of the fbevents.is library itself