Search code examples
androidgoogle-analyticsmobile-analytics

Google Analytics for Android show screen tracking under two labels


I am tracking android app activity screens under custom label. However, in the GA dashboard, activities are shown with their default path along with custom labels. Also the metric numbers being tracked under two labels of the same activity are different. Attached is a screen shot for better illustration: enter image description here Here the MainActivity and Home screen are referring the same activity. But GA shows two separate labels. How can I get rid of one MainActivity label?


Solution

  • You probably have enabled automatic screen tracking. Turn it off and it should disappear.

    See here for the description of the property if you use xml or here if you initialize it programmatically.