trackScreenViewedEvent
would return the application label for most situation
#145
Labels
question
Further information is requested
Summary
Most of our activity has not set a label and our application has a label.
Then it would fallback to parent application label, and never goes to #3 to return a activity name.
Which means all the
[Amplitude] Screen Viewed
event can not tell the difference of which screen the user is viewing.Do we have a plan to use the activity name as fallback when there is no activity label?
We can use the
info?labelRes == 0
to find whether #1 is matched, instead ofinfo?.loadLabel
The text was updated successfully, but these errors were encountered: