I have integrated google analytics in my application.
我在我的应用程序中集成了谷歌分析。
It showing com.google.android.gms.ads .AdActivity as one of the screen name.
它将com.google.android.gms.ads .AdActivity显示为屏幕名称之一。
It appearing when user click on adBanner or Interstitial Ads.
当用户点击adBanner或非页内广告时,它会显示。
But it does not reflected in click counts as user have opened the Ad.
但是,当用户打开广告时,它并未反映在点击次数中。
1 个解决方案
#1
The com.google.android.gms.ads.AdActivity class is used when the user taps on an ad to open it. It's part of the internal function of the Mobile Ads SDK. I do not believe there would be any clicks associated with it (the user never really sees it), and it's not an error that GA is mentioning it as one of the activities in your app.
当用户点按广告以将其打开时,系统会使用com.google.android.gms.ads.AdActivity类。它是Mobile Ads SDK内部功能的一部分。我不相信会有任何与之相关的点击(用户从未真正看到它),并且GA并未将其视为您应用中的活动之一。
#1
The com.google.android.gms.ads.AdActivity class is used when the user taps on an ad to open it. It's part of the internal function of the Mobile Ads SDK. I do not believe there would be any clicks associated with it (the user never really sees it), and it's not an error that GA is mentioning it as one of the activities in your app.
当用户点按广告以将其打开时,系统会使用com.google.android.gms.ads.AdActivity类。它是Mobile Ads SDK内部功能的一部分。我不相信会有任何与之相关的点击(用户从未真正看到它),并且GA并未将其视为您应用中的活动之一。