Mixpanel is headed to Money20/20 October 26 - 29 in Las Vegas, Nevada!
kapa.ai so which api do i need to request?
kapa.ai I do this mixpanel.people.set({ $ip: ip }) and it still cannot parsing then geolocation data in user.
kapa.ai in my case, I do ip: false in init mixpanel. I have already view ip in User Profile Properties, but it still cannot parsing to city, region & country automatically.
if I need to pass $ip for user, can I just use mixpanel.people.set({ $ip: ip}) ?or any other example for me? kapa.ai
kapa.ai
if I need to pass $ip for user, can I just use mixpanel.people.set({ $ip: ip}) ?or any other example for me?
mixpanel.track_pageview how to add ip to this function ? kapa.ai
kapa.ai I do this, but cannot parsed as well.
mixpanel.register({ ip: ipAddress })