Hi, "Application ID" (a "Super property") is not consistently added to events.
My code for setting the super property:
final var instance = MixpanelAPI.getInstance(applicationContext,
BuildConfig.ANALYTICS_TOKEN, optOutTracking, true);
final Map<String, String> properties = new HashMap<>();
properties.put("Application ID", applicationContext.getPackageName());
properties.put("[HIDDEN]", BuildConfig.VERSION_NAME);
instance.registerSuperProperties(new JSONObject(properties));
The following two events are of identical type and from the same app/version.
Example event when it is there:
Example event when it is missing:
Mixpanel version: 8.5.0
Hi, "Application ID" (a "Super property") is not consistently added to events.
My code for setting the super property:
The following two events are of identical type and from the same app/version.
Example event when it is there:
Example event when it is missing:
Mixpanel version: 8.5.0