Closed jinqian closed 10 years ago
The code snippet in the Usage section:
from mixpanel_async import AsynBufferedConsumer
should be:
from mixpanel_async import AsyncBufferedConsumer
There is a c missing. By the way, I think now you'll need to add $distinct_id when calling track method as the first parameter, but since the official doc of mixpanel is not up-to-date either.
c
$distinct_id
track
Thanks for the heads up! Fixed both issues.
The code snippet in the Usage section:
should be:
There is a
c
missing. By the way, I think now you'll need to add$distinct_id
when callingtrack
method as the first parameter, but since the official doc of mixpanel is not up-to-date either.