You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings for event tracking tools like Mixpanel, Amplitude, GA, etc. don't seem to work when you set the name or category in the properties object...
Firing this creates an event:
analytics.page('Docs');
But this doesn't work:
analytics.page({name: 'Docs'});
Sames goes for the category key, which is the most important to me because I want to be able to recommend people set a category without setting a name.
Copied from original issue: segmentio/analytics.js-integrations-private#88
The text was updated successfully, but these errors were encountered:
From @DirtyAnalytics on November 7, 2014 20:15
The settings for event tracking tools like Mixpanel, Amplitude, GA, etc. don't seem to work when you set the name or category in the properties object...
Firing this creates an event:
But this doesn't work:
Sames goes for the category key, which is the most important to me because I want to be able to recommend people set a
category
without setting aname
.Copied from original issue: segmentio/analytics.js-integrations-private#88
The text was updated successfully, but these errors were encountered: