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
For Android this can be done easily enough by allowing for a option in the initialize and then after line 19 in GAPlugin.java adding: tracker.setAnonymizeIp(true);
For privacy reasons I need set the anonymizeIP flag to true for my app. Is there way to do this with the plugin?
https://developers.google.com/android/reference/com/google/android/gms/analytics/Tracker#setAnonymizeIp(boolean)
The text was updated successfully, but these errors were encountered: