Google Analytics event tracking

I finally managed it to get the Google Analytics plugin up and running.

View tracking works fine so far but I have a question regarding event tracking to you guys. In which way are you using event tracking in your app?

The ngCordova docs about this plugin give this example:

$cordovaGoogleAnalytics.trackEvent('Videos', 'Video Load Time', 'Gone With the Wind', 100);

As I am in an early step in my app so far, I am unsure what could make sense to group as events, labels and so on.
I can imagine that use the category as ‘plugin usage’, the event action as ‘camera plugin’ and event label as ‘opened’. How are you structuring your events here?

Thank in advance for your opinions :smile: