Pixel double firing?
-
Hello,
i have two code snippets in my website.
<!– Facebook Pixel Code –>
<noscript>
<img
height=”1″
width=”1″
style=”display:none”
alt=”fbpx”
src=”https://www.facebook.com/tr?id=230356148345705&ev=PageView&noscript=1″
/>
</noscript>
<!– End Facebook Pixel Code –>——————————————————————————-
AND ALSO THIS ONE
<!– WooCommerce Facebook Integration Begin –>
<script type=”text/javascript”>fbq(‘init’, ‘230356148345705’, {}, {
“agent”: “woocommerce-4.8.0-1.11.4”
});fbq( ‘track’, ‘PageView’, {
“source”: “woocommerce”,
“version”: “4.8.0”,
“pluginVersion”: “1.11.4”
} );document.addEventListener( ‘DOMContentLoaded’, function() {
jQuery && jQuery( function( $ ) {
// insert placeholder for events injected when a product is added to the cart through AJAX
$( document.body ).append( ‘<div class=\”wc-facebook-pixel-event-placeholder\”></div>’ );
} );
}, false );</script>
<!– WooCommerce Facebook Integration End –>——————————————————————————-
Is that normal? Or does that mean that all events are tracked twice?
- The topic ‘Pixel double firing?’ is closed to new replies.