Hi,
i have a totally strange behavior for some days now and i cant figure out why. I am using stape server side tagging for many months now.
My checkout process has events like add_payment_info, confirm_order and of course purchase. The value is included in every event.
For some strange reasons i am missing purchase events (but i know that the custoemer ordered). The strange is that i can see the add_payment_info and confirm_order event server side … (because of the value paramter) but the purchase event is sometimes missing.
I tried to catch the purchase event with data tag to be sure and there it is working fine.
user_data is in the event parameters and not with the toggle on on web tag container.
I checked network tab - everything is going threw server url.
I am out of ideas… is there something google changed perhaps with the user_data or something else?