We want to track a few custom events on our customer portal, one example is a product stock check.
Data we’d like to capture is the productId, quantity for which the user is checking stock, the stock date our backend eventually returned.
Are there any pointers on how to structure that? We were thinking to use
Category: Stock
Action: Check
Name: ProductId
Value: 20373
Would this be an acceptable setup/scheme? Or How would anyone with experience on these things go about this?
Also Can we actually add more data to custom events in a way?