Hi,
I’m a newbie here and trying to make sense for a one-page website.
Since this is a one-page website, all the users always exit from index.html.
What this does is, it sets the bounce rate to almost 100%.
But when I look at the visitor log, we see other actions done by the user.
So can the logic for calculating bounce rate be changed to include if a user has done any actions on a page?
I hope this was a clear description of the problem I’m facing.
Thanks for your help.
We need to calculate bounce rate and exit rate of website page, We installed piwik DB using mysql having tables like piwik_log_visit , action table as well.
We are able to view the bounce and exit rate of website on reporting dashboard but unable to find columns in piwik db table. We search these columns in all the table
Is Piwik provide any columns to calculate these values in db or we need to calculate using track data? If yes then please give the details about that.
Also How to track visitor session in Piwik_session table?