I’m using Google Analytics in most of my apps. I’m running this when each scene shows:
analytics.logScreenName( composer.getSceneName( "current" ) )
However, in GA, I’m seeing this being tracked as a screen event:
com.ansca.corona.CoronaActivity
I use AppLovin and am also seeing this:
com.applovin.adview.AppLovinInterstitialActivity
Do you know why these would come up? Both instances seem to be Android devices only…
Nate