Why is my email in the pixel code?
-
Looking at the source code of the pixel, my email address is in it. I have no idea why as this email isn’t associated with this Facebook account at all. I have this plugin on other pages and there is not email address in the source code.
See below how the source code reads:
<!– Facebook Pixel Code –>
<script type=’text/javascript’>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version=’2.0′;n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,’script’,’https://connect.facebook.net/en_US/fbevents.js’);
</script>
<!– End Facebook Pixel Code –>
<script type=’text/javascript’>
fbq(‘init’, ‘FACEBOOK PIXEL NUMBER’, {
“em”: “EMAIL ADDRESS APPEARS HERE”
}, {
“agent”: “wordpress-5.2.2-1.7.25”
});
</script><script type=’text/javascript’>
fbq(‘track’, ‘PageView’, []);
</script>
<!– Facebook Pixel Code –>
- The topic ‘Why is my email in the pixel code?’ is closed to new replies.