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 > Page Exits metrics can be approximate #7538

Open
mattab opened this issue Mar 25, 2015 · 0 comments
Open

Transitions > Page Exits metrics can be approximate #7538

mattab opened this issue Mar 25, 2015 · 0 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@mattab
Copy link
Member

mattab commented Mar 25, 2015

In the Transitions report, we display a metric called Exits. This metric is calculated in an approximate way and this issue aims to explain this known limitation.

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

  • Exits = PageViews - (FollowingActionsViews + Loops)
    • FollowingActionsViews is the count of actions done by user on this page (eg. pageviews, site searches).

Imagine a user on a given page will do several follow up actions (eg. open several pages without somehow reloading the page) then the count of FollowingActionsViews could be greater than PageViews and Exit could be negative.

Unfortunately there is no easy fix for now as it would involve changing the API to only keep one action per visitor or something similar (I don't know if it's possible without big performance overhead).

@mattab mattab added the Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. label Mar 25, 2015
@mattab mattab added this to the Long term milestone Mar 25, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant