Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Adobe Target - causing high 'Visit' hits on Mobile Analytics Reports

Avatar

Level 2

Hi everyone! I am new to Adobe Mobile Analytics and I have a question.
In Android, we are getting a massive Visit counts in Adobe Analytics reports and upon breaking down through dimensions, this was caused by neither MobileCore.trackAction() nor MobileCore.trackState. It was from 'TargetExperiences' dimension. I am cuious on how come there are lots of Visits count that comes with target on both background (even when the app wasn't launched yet) and foreground activities in the app. How does target works on mobile?

This is kind of noob question but your answers will be greatly appreciated!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It sounds like you have implemented both Analytics & Target in the mobile app and have implemented Analytics for Target reporting, is that correctly understood? That A4T integration works by sending an additional call, which matches with what you're describing. I'm also assuming you don't see the same issue on iOS, have you compared that with the Android implementation?

View solution in original post

6 Replies

Avatar

Correct answer by
Employee Advisor

It sounds like you have implemented both Analytics & Target in the mobile app and have implemented Analytics for Target reporting, is that correctly understood? That A4T integration works by sending an additional call, which matches with what you're describing. I'm also assuming you don't see the same issue on iOS, have you compared that with the Android implementation?

Avatar

Level 2

Yes, you are right with your statement that we don't face the same issue in iOS. How come that it's only replicated in Android? Can you please explain why Android happens that way? Thanks in advance!

Avatar

Employee Advisor

I would suggest that you compare the Android implementation with the iOS implementation and see if there are any differences. It's difficult to troubleshoot without being able to look at all of the configuration.

Avatar

Level 1
Level 1

Hi. Did you manage to solve the issue? What was the difference between iOS and Android? 

Avatar

Level 2

It was the A4T that causes the issue. @alexbishop was right. Now we just add a condition where Launches exists if we want to get the Visits Reports that come specific from our App only. Thanks!

Avatar

Level 1
Level 1

Thanks @syndeee. Could you expand on your sentence "Now we just add a condition where Launches exists if we want to get the Visits Reports that come specific from our App only".