Event value storage mechanism

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?

Sorry for the accent :frowning: but here is the answer to your issue I guess: https://youtu.be/GYYq11obPww thanks @Lukas

2 Likes

@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.

Hi,

While I can’t answer your question, I’d recommend you to use the HTTP API if you want to extract some data:
https://demo.piwik.org/index.php?module=API&action=listAllAPI&idSite=3&period=day&date=yesterday