Swap Completed event, you may want to include the token pair, input amount, and output amount.
Naming events
When naming events, Formo recommends establishing a consistent naming convention that uses:- Consistent formatting: Event names are case sensitive.
- A consistent syntax: Adopt nouns and past tense verbs like
Swap CompletedandDeposit Submitted. A standard of[Noun] + [Past-Tense Verb]ensures all your events are consistent. - A consistent actor: Does
Transaction Submittedmean that the user submitted a transaction or that your app submitted it on their behalf? If all your events are named in a way that reflects the user’s perspective, the meaning is clear immediately.
Properties
Properties are additional information that give more clarity of your users’ actions. Every custom event hastype set to track and event set to your custom event name, with the event-specific data passed in the properties object:
Tracking volume, revenue, points
You can trackvolume, revenue, and points in your events.
Once tracked, they are shown on the dashboard.
Include these optional properties in a custom event to track values associated with an action.

Revenue tracking.
.track() with the reserved properties alongside any other event properties: