#josedeharo
1 messages · Page 1 of 1 (latest)
We have some documentation on that: https://stripe.com/docs/payments/checkout/analyze-conversion-funnel
So, stripe will pass the purchase value and data from users?
You can't embed GA (in that example) on the payment page no. You'd need to do that manually on the cancel/success pages
Depends what data you want to send. There's quite detailed examples on that page
So, If the client close the page before the redirect, the data is lost, truth?
Sure, seems expected
In that case, build the funnel server-side on sesion creation
You can track success/failure in the funnel via the .expired, .completed webhook events
Yes, but do you have some examples to configure GTM datalayer?
We don't