InterviewSolution
| 1. |
What Is Distinct_id? |
|
Answer» MIXPANEL can keep track of actions in your application right down to the individual customer level. This is done using a property CALLED distinct_id. The property can (and in most cases should) be INCLUDED with every event you SEND to Mixpanel to tie it to a user. Distinct_id plays a vital role across most Mixpanel REPORTING. Mixpanel can keep track of actions in your application right down to the individual customer level. This is done using a property called distinct_id. The property can (and in most cases should) be included with every event you send to Mixpanel to tie it to a user. Distinct_id plays a vital role across most Mixpanel reporting. |
|