Hello,
I’m building a payment gateway / checkout app, and I need help triggering facebook pixels for each different user I have.
Example:
- I have a dynamic checkout page that fetches each user’s own products information.
- The user can create his own product link. The URL contains the user ID and product ID so they can share they own links anywhere.
- Each user has it’s own facebook pixel.
- When loading the checkout page for that current user/product, I need to trigger his own pixel event for checkout.
- After the purchase, I also need to trigger the purchase event for that user/product.
Does anybody know how to do this?