Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatic events don't work based off props obect #78

Open
ndhoule opened this issue Jun 11, 2015 · 1 comment
Open

automatic events don't work based off props obect #78

ndhoule opened this issue Jun 11, 2015 · 1 comment
Labels

Comments

@ndhoule
Copy link
Contributor

ndhoule commented Jun 11, 2015

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:

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

@ndhoule ndhoule added the bug label Jun 11, 2015
@ndhoule
Copy link
Contributor Author

ndhoule commented Jun 11, 2015

From @DirtyAnalytics on November 7, 2014 20:15

@ianstormtaylor related to the page API troubles from the failure report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant