You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we are still seeing automatic events being sent to our console, specifically we are still seeing the $opt_in event.
Upon further investigation in the Mixpanel Android SDK, it appears that MixpanelAPI.optInTracking() will send this event no matter the trackAutomaticEvents flag via this line:
We are obtaining the MixpanelAPI instance using the following call:
where
trackAutomaticEvents
is set to falseHowever we are still seeing automatic events being sent to our console, specifically we are still seeing the
$opt_in
event.Upon further investigation in the Mixpanel Android SDK, it appears that
MixpanelAPI.optInTracking()
will send this event no matter thetrackAutomaticEvents
flag via this line:mixpanel-android/src/main/java/com/mixpanel/android/mpmetrics/MixpanelAPI.java
Line 1239 in f40e1f7
Is there a reason why the
opt_in
event is not classified as an automatic event? This seems like a bug to me.The text was updated successfully, but these errors were encountered: