Forgive me if it sounds trivial,
I have a doubt about the storage of event values.
For example, consider there are two commands _paq.push(['trackEvent', 'Documentary', 'Rating', 'Thrive', 9.5]); and _paq.push(['trackEvent', 'Documentary', 'Rating', 'Thrive', 9.0]);.
Will this fetch me the count of users that had given rating 9.5 and 9.0 as separate fields on the frontend?
@RonanChardonneau Yes, it answers, but i’ll put another question here.
Where are the event values stored? In which column of the database? I couldn’t find it in the documented database schema.