Ticket #1140 (closed New feature: duplicate)
piwikTracker.setCustomData do nothing!!! help!!
| Reported by: | kaosland | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.8 - A Web Analytics platform |
| Component: | Core | Keywords: | piwikTracker.setCustomData |
| Cc: | Sensitive: | no |
Description
Hello. I read on this page http://piwik.org/docs/javascript-tracking/ this: Send custom JSON data to the piwik.php tracking scripts (plugins developers)
For example, sending user ID data in an (imaginary) user tracking plugin:
[...] var user = { 'userId' : user_id( i put my user_id) }; piwikTracker.setCustomData( user ); piwikTracker.trackPageView(); [...]
But 2 problemes 1: a seen anaywhere en database where customdata had save. 2: I find anywhere what API&method call to get this data.
Thanks for answer.
Change History
Note: See
TracTickets for help on using
tickets.
