Google analytics custom screen names in Easy Tracker
问题 I have an application with a reused activity (its used for different purposes so just tracking the activity name would not help me, thats why I want to define the screen name manually while still using the EasyTracker. My code looks like this: EasyTracker t = EasyTracker.getInstance(this); t.set(Fields.SCREEN_NAME, screenName); // MapBuilder map = MapBuilder.createAppView(); // map.set(Fields.SCREEN_NAME, screenName); // t.send(map.build()); t.activityStart(this); I got these information from