• Resolved cekaraz

    (@cekaraz)


    Hi there, I have been using this plugin for quite a while. I notice that the pixel integration is slowing pageloads down quite heavily.

    So I read that it is possible to use Google tag manager to integrate the FB pixel and have better load times. I was wondering how can I load the pixel through GTM, while keeping the shop integration that is provided by your plugin. Would it be possible to turn off your pixel integration while keeping shop functionality?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @cekaraz!

    Thanks for reaching out to us, I appreciate it. ??

    I think that the pixel integration is built-in here, so I don’t believe this is presently possible. However, let me check with a colleague and come back to you.

    Would it be possible to link me to the resource that had suggested this for better page load times? I’d love to take a look at it.

    Thanks so much!

    Julie ??
    SkyVerge

    Hi @cekaraz!

    Thanks for your patience here while I checked with a colleague. I appreciate it!

    It looks as though we have a filter to disable loading the tracking scripts:

    add_filter( 'facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );

    However, you’d also need to use this code snippet in order to ensure that works:

    https://gist.github.com/4a932bcf481420ad20d563fe7462c752#file-sv_fb_for_woocommerce_adjust_apply_filters_hook-php

    Would you please let me know if that does the trick for you?

    Thank you!

    Julie ??
    SkyVerge

    Hey @cekaraz,

    It has been a long time since we heard from you, so I’m going to mark this topic as resolved. If you’re still experiencing issues please take a look at our documentation for more information and create a new thread if you have further questions.

    Thanks,
    Tamara ??

    Thread Starter cekaraz

    (@cekaraz)

    Hi @tamarazuk, I tried to implement your code snippet,(both the github and the filter) yet facebook pixel helper for chrome still detects that the facebook pixel is active…
    any hint ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable pixel events and keep shop integration?’ is closed to new replies.