Hi Stape team and community,
I’m tracking Add to Cart conversions via Magento 2 + Stape server container. The event fires correctly, items and prices appear in the dataLayer, but the conversion value is always counted as 1 instead of the actual product value.
What’s working / checked:
- The dataLayer contains
items[]with price, quantity, and total value. - The
add_to_cartevent is received in the Stape server container. - Default Stape + Magento 2 setup is used.
Where I need help:
- Do I need to explicitly map
value/currencyin the Google Ads Conversion tag (server-side)? - Which variable should I use —
{{event.value}},{{ga4_event.value}}, or something else? - Does Stape expect the GA4 payload to include
ecommerce.value, or does it calculate it automatically fromitems[].price * items[].quantity? - Is there any Magento 2-specific setting that controls whether the conversion value is sent?
I can share screenshots or exports (server tag, client event, and debugger) if needed.
Thanks a lot for your help!
— Mirac