Hi Piwik Community,
I need some help setting up custom code to fire Facebook pixels when specific custom events are triggered on my server-side (PHP backend). Since these events are being sent from the server side, there are no standard front-end triggers that I can rely on. Here’s a brief overview of my situation:
Scenario:
- I have a set of custom events occurring server-side in my PHP application.
- These events need to be tracked in Facebook** using pixels
- The events do not have any front-end triggers, so the pixel cannot be fired directly from JavaScript on the client side.
Question:
How can I fire a custom code (such as Facebook pixel code)** in response to these custom events happening on the server side?