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

MyCustomData Plugin #1883

Closed
anonymous-matomo-user opened this issue Dec 10, 2010 · 2 comments
Closed

MyCustomData Plugin #1883

anonymous-matomo-user opened this issue Dec 10, 2010 · 2 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

Install:

1 - copy the plugin to folder plugins;

2 - install the plugin inside pwiki admin panel;

Notes:

this will create 2 new tables "custom_stats_category" and "custom_stats_log"

  • custom_stats_category: the custom category name and field names
  • custom_stats_log: the custom tracked data relative to the category
    The categories must by created manually.

Tracking:

piwikTracker.setCustomData({
'MyCustomData': { //used for avoid conflicts with anothers plugins
'CustomUserTrack' : {//the category name saved in custom_stats_category
'id': '1', // label: value, the custom tracked data itself
'name': 'Diego', // label: value, more custom data
}
}

});

Actually this only saves the data, but don't show the data in the panel, i hope someone can continue this plugin.

(Sorry for the bad English)
Keywords: custom data track

@anonymous-matomo-user
Copy link
Author

Attachment: The Initial Version (Please continue this job)
MyCustomData.zip

@mattab
Copy link
Member

mattab commented Apr 23, 2011

I think Demographics plugin does the same thing, and more: #1436

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.0 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants