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
I'm probably dense, but I didn't see in the doc/example whether I can use mixpanel javascript functions with Angulartics, i.e. can I use something like the following just as if I was using MixPanel directly:
<script type="text/javascript">mixpanel.identify("smrdmstrg"); mixpanel.people.set_once({ "$created": new Date(), "$first_name": "Olivier" });</script>
The text was updated successfully, but these errors were encountered:
Related to my initial question, it's not clear to me how you're supposed to create and capture your own Mixpanel (event or people) properties via Angulartics. Is it possible via declarative tracking, or do you need to use the Angulartics API? Examples would be great, because the Angulartics-Mixpanel example only covers the basics.
I'm probably dense, but I didn't see in the doc/example whether I can use mixpanel javascript functions with Angulartics, i.e. can I use something like the following just as if I was using MixPanel directly:
<script type="text/javascript">mixpanel.identify("smrdmstrg"); mixpanel.people.set_once({ "$created": new Date(), "$first_name": "Olivier" });</script>
The text was updated successfully, but these errors were encountered: