Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event value storage machanism #12079

Closed
Bryze opened this issue Sep 19, 2017 · 1 comment
Closed

Event value storage machanism #12079

Bryze opened this issue Sep 19, 2017 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Bryze
Copy link

Bryze commented Sep 19, 2017

Forgive me, if it sounds trivial.
But, I have a doubt on how event value is stored and tracked.

For example, assume there are two commands
_paq.push(['trackEvent', 'Documentary', 'Rating', 'Thrive', 9.5]); and
_paq.push(['trackEvent', 'Documentary', 'Rating', 'Thrive', 9.0]);.

Will the above codes give me a segregated user count based on how many users gave rating 9.5 and rating 9.0?
If no, could you please highlight how is event value used?
And which table, column in database stores the event value, couldn't find it here ->
https://developer.piwik.org/guides/persistence-and-the-mysql-backend#action-types

@mattab
Copy link
Member

mattab commented Sep 19, 2017

Will the above codes give me a segregated user count based on how many users gave rating 9.5 and rating 9.0?

Yes

And which table, column in database stores the event value, couldn't find it here ->
https://developer.piwik.org/guides/persistence-and-the-mysql-backend#action-types

in the log_link_visit_action.custom_float column

@mattab mattab closed this as completed Sep 19, 2017
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants