Search code examples
androidgoogle-analyticsgoogle-analytics-sdkgoogle-analytics-firebase

google analytics is it possible to rename a screen that is used for tagging?


Is it possible to rename a screen that is used for tagging, but keep the historical data for the old name? I am using the Android SDK & iOS SDK.

I did not specify the screen manually, I used the automatic tracking function.

So for example I have a couple of years of data where a screen is called 'com.example.IntroActivity'. I now want to change that to say 'com.example.SplashActivity', but keep all of the previous data for IntroActivity.

Is there a good way?


Solution

  • You can override the screen name: documentation

    When you change the screen name, it will not affect historical data. You will just start to see the new name and the old name will stay as is.