I want to know how we can send the FBCLID to server-side GTM (sGTM) when sending a Facebook Conversion API (Con API) request through a webhook for a web purchase.
Here’s the situation to make things clearer:
I am accepting payments through Instamojo, and I can trigger a webhook after a successful payment. I want to track the Purchase event using both the Meta Pixel and the Conversion API, but some event parameters like the payment ID, transaction ID, and the amount paid by the user cannot be tracked through the Pixel or pushed to the Data Layer.
So, I decided to use the Conversion API to send the Purchase event to Meta. However, I’m not able to get the FBCLID, which is important for accurate ads attribution.
Can someone please help me figure out how to resolve this issue?