_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: ``` js analytics.page('Docs'); ``` But this doesn't work: ``` js 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_