is it possible to get a accumulation value of a custom event type? #745
Unanswered
qhoang-cbs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for a way to send numeric amount to a custom event such as:
umami.trackEvent(50.00, 'sale_amount', '/checkout/complete', '94db1cb1-74f4-4a40-ad6c-962362670409');
umami.trackEvent(20.00, 'sale_amount', '/checkout/complete', '94db1cb1-74f4-4a40-ad6c-962362670409');
I wonder if it is possible to retrieve the sum of the submitted custom event value.
Beta Was this translation helpful? Give feedback.
All reactions