AttackPattern / CSharpAnalytics

Google Analytics for Windows 8, Windows Phone & desktop applications
142 stars 36 forks source link

TrackEvent exchange parameters action and category #37

Closed xmedeko closed 9 years ago

xmedeko commented 9 years ago

AutoMeasurement.Client.TrackEvent has parameters TrackEvent(string action, string category, .... But the Google Analytics shows the category first, then the action. More convenient would be to exchaneg these parameters TrackEvent(string category, string action, ...

damieng commented 9 years ago

This would be a silently breaking change for all existing users. Would never do that.