I’m measuring a mobile application with Matomo, both on Android and iOS, and the screen views are being sent separately. For instance, for the /home screen, I receive one for Android and another for iOS. I want only one entry for /home that combines the data from both Android and iOS. Where could my mistake be?
Hi @Sergi
Ca you illustrate this?
On the demo, you can indeed see all tracks from all devices at the same place if desired. eg Mac+Chrome and Windows+Chrome and iOS:
from:
Did you solve this?
we face the same issue.
We see many pages showing up twice under “Pages” in matomo.
it seems that one entry is from iOS and the other one from Android.
Is this a bug or a feature?
Thanks
Which development tool are you using, PhoneGap/Cordova or?
To differentiate the pages, I force the url parameter to include the HTML filename:
url: “https://localhost/” + cordova.platformId + “/” + mypagefilename + strqstring
cordova.platformId: ios or android
strqstring: querystring.
