
Events are the actions that are carried out by users within the page which gives us valuable information, such as when someone clicks on a certain button or when a user logs in.
.gif)
However, here at Froged the sky is the limit. So, there's no need to stop there, you can create as many events as you desire. There are four types of events that you can create within Froged: Click Events, Scroll Events, Page view Events and Customized Events.

Event's attributes
Event's attributes are properties that track an event. These will provide you with better information about that event.
For example, when tracking the event add_to_cart, a series of attributes such as price, quantity, name, and an Id of that product will be provided.
The predefined events that Froged offers have a series of custom attributes. Go to Predefined Events to see what events you have by default and how to add them to your event collection.
When you create a Custom Event, you can assign a series of custom attributes for the event to track. For more information, go to SDK javascript and How to Create a Customized Event .