Although all businesses are different, we're compiled a list of events that we recommend that will allow you to get the most value from our platform.
We've also listed the required event properties for each event, and you'll be free to add any additional event properties you need.
purchase
This event would be triggered whenever a successful transaction occurred for a user. This should be used for standard ecommerce purchases, as well as recurring subscriptions for SaaS businesses.
Event Properties
- transaction_id - Unique identifier for each transaction.
- amount - Total revenue amount for each transaction.
- items - Collection of items included in the purchase transaction.
refund
This event would be triggered whenever a successful refund occurred for a user.
Event Properties
- transaction_id - Unique identifier for each transaction.
- amount - Total revenue amount for each transaction.