PixelYourSite Pro 11.3.0.2

Download PixelYourSite Pro 11.3.0.2 from nulled fire. PixelYourSite Pro Implement the Facebook Pixel, Google Analytics, and the Google Ads Tag.
WATCH THIS VIDEO to find out more about this update. We are replacing the Signal event with individual automatic events tracking each action. These events are reported by Google Analytics 4 and can be used for audiences or conversions on Meta (Facebook), Google Analytics, Google Ads, and for audiences on Pinterest, Bing, or TikTok. This version still fires the old Signal event by default and you need to manually turn it OFF and enable the automatic events. Version 9.1 will completely remove the Signal event and enable the automatic events by default. If you have audiences or conversions based on the Signal events, replace them using the new events.
Bug fix: events configured with the Click on HTML link trigger using multiple URLs were not fired correctly.
Bug fix: possible issue with Bing purchase event.
WooCommerce variable products speed improvement.
Code improvement to avoid a possible error for sites that don’t use WooCommerce.
Code refactoring.
  • Video links updated.
  • New filter that lets developers get the Facebook CAPI event IDs.
Usage example:

add_filter(“pys_before_send_fb_server_event”,”pys_test”,10,3);
function pys_test($event,$pixelId,$eventId) {
error_log(“Send event for pixel $pixelId id = $eventId”);
return $event;
}


It is called before the event is sent to the FB server
3 parameters:

– the first one is the event object with all the data

– the second is the pixel id

– and the third is the event id, rendered it separately

You need to take into account that our events are mainly sent via Ajax after the page has loaded.

  • WooCommerce 6.4 compatibility.
Google Ads enhanced conversion support for logged-in users and WooCoommerce or Easy Digital Downloads transaction-related conversions.
Fixing small bugs and code improvements.