Hi All,
I was going trough an article about event in Adobe Analytics
https://helpx.adobe.com/in/analytics/kb/comparing-event-types.html
I want to understand exactly what is the difference between two example
(For below I have configure button click tracking with below event value and click the button 6 times and can see the number for the event2 as 30)
// A counter event that counts multiple instances:
s.events="event2=5";
(For below I have configure button click tracking with below event value and click the button 5 times and can see the number for the event5 as 34)
// An incrementor event can be implemented one of two ways.
s.events="event5=6.75";
If both the configuration is increment the value for the events then what is the difference