Панель микса в андроиде не отслеживается - PullRequest
0 голосов
/ 04 апреля 2019
MixpanelAPI mixpanel = MixpanelAPI.getInstance(getApplicationContext(), MyApp.MIXPANEL_TOKEN, true);

mixpanel.getPeople().identify("android");

mixpanel.track("App Install");

В терминале:

V/MixpanelAPI.Messages: Successfully posted to https://api.mixpanel.com/track?ip=1: 

[{"event":"Integration","properties":{"mp_lib":"Android","$lib_version":"5.4.1","$os":"Android","$os_version":"8.1.0","$manufacturer":"samsung","$brand":"samsung","$model":"SM-J730GM","$google_play_services":"available","$screen_dpi":420,"$screen_height":1920,"$screen_width":1080,"$app_version":"1.1","$app_version_string":"1.1","$app_release":3,"$app_build_number":3,"$has_nfc":true,"$has_telephone":true,"$carrier":"","$wifi":true,"$bluetooth_version":"ble","token":"85053bf24bba75239b16a601d9387e17","lib":"Android","distinct_id":"android"},"$mp_metadata":{}}] (Thread 10563)

Но не в режиме live view в консоли mixpanel.

...