-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Plugin: Demography reporting #1436
Comments
Attachment: plugin source code |
Attachment: screenshot of age report |
Attachment: screenshot of age report |
Attachment: screenshot of gender report |
Attachment: screenshot of gender report |
Attachment: screenshot of useractivity report |
Attachment: screenshot of usertype report |
This looks very interesting! This is a very interesting third party plugin. The code is great, I have nothing to say (which is rare ;-)) One performance improvement could be to have the UPDATE done by the main piwik UPDATE (on log_visit table). If you want to submit a patch to have a hookable UPDATE please do so, I'll commit it to trunk. If you are interested in contribute more to Piwik, you are very welcome! Great developers are not easy to find ;) |
Thanks ;-) I will have a look at the mentioned improvement. |
I created a patch to make update hookable (see #1440). Already changed my plugin. Will upload changes here as soon as the patch is commited to trunk. |
Patch #1440 is now committed to trunk. |
Just added the new version. It now uses the hookable update and includes some small fixes.
|
Attachment: new version using the hookable update function |
Vers. Piwik 6.4 / Community 0.2 Ich habe einige Websites und nur 1x ist der Code fr das Plugin im Trackingcode enthalten. I have some websides and only 1x the code is included for the Plugin in the Trackingcode.
|
Dass die Community Daten nur ab dem Zeitpunkt ausgewertet werden knnen, ab dem der entsprechende Trackingcode eingebunden ist, ist nicht anders mglich, da zuvor ja auch keine Daten dafr gespeichert werden konnten. Was genau meinst du damit dass die Seiten auf denen noch der normale Trackingcode eingebunden ist nicht mehr ausgewertet werden? Zeigt nur das Community-Plugin keine Daten an, oder funktioniert die komplette Auswertung aller Daten bei dir nicht mehr? It is only possible to display values after the extended tracking code has been included. Before no additional data has been saved. What do you mean with only the site where the extended tracking code is included evaluates? Does only the community plugin show no data for the rest, or is even the hole tracking not working? |
Entschuldigung, war nicht ganz klar ausgedrckt Sorry, was not expressed clearly |
Do you have access to the error logs. Are there any errors occuring? |
There are no entries in the errorlog |
hm... are the visitors still tracked? eg. are there new entries generated in the vistor_log table? |
No, I have in log_visit no new entry with aktiv Community Plugin. Unfortunately, I have installed your Plugin only with 6.4 and have no possibilities of comparison I forgot to tell you: Great Plugin |
Attachment: v 0.3 - fixed problem with averge age |
Now the Plugin works (Piwik 0.9 / 0.3) At first I had a installerror, DB-Fields without Null by userid and gender, and than I found P.S. |
Now I have tested the Plugin with new installed older Piwikversions (without other Third Party Piwik Plugins). |
Attachment: v 0.3 - fixed fatal occuring since 0.6.4; implemented getReportMetadata to make reports available for pdf plugin |
@bastelix: would you please try this new version, it should fix the problems. |
I have a problem... If I have xampp unsecure, this plugin works perfectly, but.... If I have xampp secure all tracking doesnt work... :( Anyone can help me???? |
What is "xampp secure"? |
Do you mean xampp running on https? Well, could you please give some detailed information? |
Plugin might not work with newer versions of piwik. As custom variables are now implemented in piwik, plugin is no longer needed... |
I have created workround in my piwik server , so we can "support" the Community plugin graphic Api :
custom_var_k1 ='userid' request example will look something like that : 3)To display the graphic presentation of the previous plugin (use the community folder) , i'm copying the date into the "OLD" data columns , using the following trigger : create trigger Community_trigger So , we can use the grapgic API as before . |
I've developed a plugin (based on current trunk [2319]), which allows to track additional information about community users. It generates reports about:
It uses the setCustomData of the JS Tracker and takes currently three parameters:
Tracking the users information would work like this:
If one of those parameters is tracked it will be saved or even updated in an later request within the same visit. For that the plugin extends the 'log_visit'-table within installation. Its adds three columns at the end of the table.
The plugin uses the translations and is available in english and german.
I'll attach some screenshots and the sourcecode.
Feel free to test, review and comment.
Suggestions for improvements or additional features are welcome ;)
Keywords: plugin, community
The text was updated successfully, but these errors were encountered: