How to enable just Conversion API (disable pixel)
-
Hello, for some reasons I would need to disable the Facebook pixel (client side events) and enable just the Conversion API (server side events).
I already have a pixel injected on my site through Google Tag Manager and I need to maintain the control on pixel’s injection.With the plugin activated, I can register two pixels on my site.
With this statement “add_filter( ‘facebook_for_woocommerce_integration_pixel_enabled’, ‘__return_false’ );” it seems that the events have been disabled at all: I have no more the second pixel (just the one injected through GTM is live), but I cannot receive server events no more.
Is there a way to achieve my goal?
Can you help me?
Thanks
The topic ‘How to enable just Conversion API (disable pixel)’ is closed to new replies.