Hi everyone!
Has anyone a solution to class iPad traffic correctly as tablet traffic following the update Apple made to by default request the desktop version of a site for certain iPads?
The article below explains the issue and provides a fix for GA, but was wondering if there was anything that could be done in Adobe Analytics?
https://51degrees.com/blog/missing-ipad-tablet-web-traffic
My understanding of the AA device type dimensions is that is relies on the user agent string, so there's not much that can be done here as if the iPad is reporting Macintosh in the user agent string, it'll be classed as a desktop device.
Solved! Go to Solution.
Views
Replies
Total Likes
Sure, you can use the solution provided in that linked article.
// assuming you use the code as-provided in the article
s.eVar18 = window.deviceType;
s.eVar19 = navigator.userAgent;
Views
Replies
Total Likes
Sure, you can use the solution provided in that linked article.
// assuming you use the code as-provided in the article
s.eVar18 = window.deviceType;
s.eVar19 = navigator.userAgent;
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies