-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
New "Visitor Profile" report showing all info about a specific Visitor #3089
Comments
moved to #3490 |
Good idea to propose a "Widget" showing a given visitor information:
|
See also a slightly related and interesting feature request: #2750 |
A cool idea that will enhance this report automatically #3622 detect and set usernames as Custom Variables |
I'm insterested in this as well. We are building a CRM system and this would be a great feature to add. Replying to matt:
|
Are there any way i can accelerate this feature getting done ? Regards.
|
Definitely, get in touch with us at: http://piwik.org/consulting/#contact-consultant |
|
We discussed with the team and here is the full review:
|
Thanks Fabian! Forgot to push that fix. |
… there are no more visits to display in the visitor profile.
…le & UserCountryMap & make sure segment override is used by UserCountryMap.
…s in visitor profile.
…isitor profile data, and add event that plugins can use to augment visitor profile data.
…nd make sure adjacent visitor retrieval works w/ segments.
…when visit in realtime map is clicked. Notes: - Includes new UIControl base type. - Fixes cleanup bugs in realtime map and popover closing. - Refactored realtime map so as little JavaScript as possible is included in HTML fragments. - Allow more than one realtime map to exist on a single page.
…showing on another part of the screen, load the map through AJAX, and some tweaks to code style.
…s change that allows xml renderers to use special keys when rendering arrays.
…n click in real time visits widget, fix bug regarding visitorId API parameter, show correct tooltip for 'returning visitor' icon.
… message when loading visitor profile.
…ble enough for visitor profile use cases. Notes: - Added realtimeWindow & removeOldVisits query parameters so amount of data displayed can be changed. - Added changeVisitAlpha query parameter so opacity does not have to be changed if desired. - More missing cleanup added for realtime map. - Only show map if there are visits that will display on it. - Removed some dead code from realtime map.
Notes: - Added new visitId segment to get rid of getSingleVisitSummary API method. - Link to widgetized visitor profile in popup. - Added export link to visitor profile for visitor profile data. - Use CSS truncation instead of twig truncation in visitor log/last visits widget.
…in visitor profile..
…ser plugin info on hover of browser and fix bug in realtime map URL used in visitor profile.
…er and in upper right column of row.
…tire row instead of just last cell.
Piwik tracks detailed visitor information, and after a few months of use Piwik will contain interesting information about new and returning visitors. Currently, we display the list of visits in the Visitor>Visitor Log report, but there is no way to show a report for a specific visitor.
This ticket is about adding a new report specifically tailored to a visitor. THe report will show:
Also:
The text was updated successfully, but these errors were encountered: