PixelYourSite Pro 11.1.0.3

Download PixelYourSite Pro 11.1.0.3 from nulled fire. PixelYourSite Pro Implement the Facebook Pixel, Google Analytics, and the Google Ads Tag.
  • 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.
NEW: export WooCommerce orders as offline conversions for Facebook.
NEW: prefix for WooCommerce and Easy Digital Downloads transaction IDs. This is useful if you have the same tags installed on multiple websites.
Fix for a potential issue with editing products or posts.
Fix for a potential bug with the DPA Purchase event fired on posts.
Video links updates.
WooCommerce 6.3 compatibility.