Identify
mixpanel.identify('284')
mixpanel.people.set({ $email: '[email protected]' })
// Set common properties
mixpanel.register({ age: 28, gender: 'male' })
Track events
mixpanel.track('Login success')
mixpanel.track('Search', { query: 'cheese' })
0 Comments 为了完善这份速查表。 写下你的评论吧!