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

Transitions > Exits metric should count Downloads and Outlinks as exit path #7539

Closed
mattab opened this issue Mar 25, 2015 · 0 comments
Closed
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 25, 2015

From #7538

This metrics for a given page, is processed via the formula:

  • Exits = PageViews - (FollowingActionsViews + Loops)

(done in Transitions/API:getTransitionsForAction)

Currently FollowingActionsViews also include the count of "Downloads" and "Outlinks". To make the Exits metrics more accurate, we should not substract Downloads/Outlinks from it, as Downloads and Outlinks can be counted as "Exits" if they are not followed up by a real page view.

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Mar 25, 2015
@mattab mattab self-assigned this Mar 25, 2015
mattab added a commit that referenced this issue Mar 25, 2015
… cause a visit exit

This will fix #7539 where the "Exits" metrics was processed with a value too small
@mattab mattab added this to the Piwik 2.12.1 milestone Mar 25, 2015
mattab added a commit that referenced this issue Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant