• Resolved Zade

    (@nothin7)


    Can you help us figure out why, in Meta Events Manager, we are getting an Event Match score for all events except PageView? Is this a limitation of integrating the Meta Pixel using this plugin?

    Overview tab screenshot: https://a.cl.ly/P8u2D4xo
    Test Events tab screenshot: https://a.cl.ly/Blub28gR

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    why, in Meta Events Manager, we are getting an Event Match score for all events except PageView?

    Currently, PageView events are only sent from the browser, and the Meta Events Manager only evaluates server events. On your screenshot, you can see that other events are sent via the server connection.

    This is expected behavior, you can find additional context here.

    Please let us know if we can be of any further assistance.

    Best,

    Thread Starter Zade

    (@nothin7)

    Hi, thanks for your response. Does anyone on your team know why you guys chose not to send PageView events from the server? Other plugins (like PixelYourSite) do.

    Also, is there a way to continue using your plugin for its other features (like Product Sync) while using another plugin for sending events? I don’t see a way to turn just that feature off in your plugin’s settings.

    Saif

    (@babylon1999)

    Hello @nothin7,

    Hi, thanks for your response. Does anyone on your team know why you guys chose not to send PageView events from the server? Other plugins (like PixelYourSite) do.

    I’m not sure about the logic of this approach but you’re more than welcome to open an enhancement request in the extensions GitHub repository and explain your point of view to the developers. : )

    Also, is there a way to continue using your plugin for its other features (like Product Sync) while using another plugin for sending events? I don’t see a way to turn just that feature off in your plugin’s settings.

    Yes, you can use the following filter to disable the pixel integration but keep using everything else:

    add_filter('facebook_for_woocommerce_integration_pixel_enabled', '__return_false' );

    You can add it to your site’s functions.php file or use a plugin like Code snippet.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event Match Quality missing’ is closed to new replies.