matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.91k stars 2.65k forks source link

iOS client event tracker issue. #7882

Closed issueli closed 9 years ago

issueli commented 9 years ago

Server version : 2.12.1 piwik-iOS-sdk version : 2.5

1.set parameters according document . 2.call method [sendEventWithCategory:@"Event" action:"Launch_App" label:nil];

expected result The event will show in "Dashboard->Actions->Events" . But real result
The event show in "Dashboard->Actions->Pages" , and "Dashboard->Actions->Events" no data report.

and I call method [sendView:"LoginView"]; also will show in "Dashboard->Actions->Pages". How can I do that make event will show in "Dashboard->Actions->Events" ?

Please help me to fix this bug, thanks!

tsteur commented 9 years ago

Shouldn't this be an issue for https://github.com/piwik/piwik-sdk-ios/issues ? Or is it actually an issue in Piwik?

issueli commented 9 years ago

Oh, I didn't notice this.

tsteur commented 9 years ago

No worries, do you mind creating the issue there?

issueli commented 9 years ago

Yes, I'm waiting for answers .Thanks for you help!