I am using the stape.io LinkedIn CAPI template in the server-side GTM, and the purchase event is being sent and received (visible in the LinkedIn interface) successfully. I am sending the event time, linkedin click id etc. necessary parameters in the template.
But the purchase amount is missing in the LinkedIn reports.
In the server-side GTM preview, I can see that the amount is included in the Request Body: "conversionValue":{"currencyCode":"EUR","amount":"1.2"}
So, I don’t understand what could be wrong.
A few days ago, I even tried to use a Transformation to augment the value to be a number (and not a string, just in case), but I still don’t see it reported in the interface. Anyone with the same issue?