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

Calculate number of returning unique visitors #3870

Closed
zawadzinski opened this issue Apr 4, 2013 · 1 comment
Closed

Calculate number of returning unique visitors #3870

zawadzinski opened this issue Apr 4, 2013 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@zawadzinski
Copy link
Contributor

references #2646

add option to config to enable processing returning unique visitors for week/month/year/range periods (as for normal unique visitors)

implement processing thme in archivePeriod() function in VisitFrequency plugin

@mattab
Copy link
Member

mattab commented Apr 5, 2014

The data is now found in the API response, eg:

http://demo.piwik.org/index.php?module=API&method=API.get&format=XML&idSite=7&period=week&date=2013-10-07,2014-04-06&expanded=1&token_auth=anonymous&filter_limit=26

contains:

<nb_uniq_visitors_returning>1069</nb_uniq_visitors_returning>

We do not show it in the UI but more will be done in #539 so please comment there with feedback on how to make the Engagement report better (as we can do a lot to improve reports in general!).

@zawadzinski zawadzinski added this to the Future releases milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants