Is there a reason there is a line item titled "Safari" without a version number within the default Browsers Report in Adobe Analytics? I received this question from IT - since there are other line items featuring Safari with a version number, I'm confused as to why this exists. See screenshot for visual and I appreciate any/all information you can provide. Thanks!
Solved! Go to Solution.
The Browser value is a result of the http user agent header parsing (lookup) that may look as follows:
You may recognize the version only for the first example. "Safari" without a version will likely be returned for the second.
It's likely used as a placeholder in case the version can't be determined.
Views
Replies
Total Likes
My question would then be in what circumstances would Adobe be unable to determine the version number and why that is the case.
The Browser value is a result of the http user agent header parsing (lookup) that may look as follows:
You may recognize the version only for the first example. "Safari" without a version will likely be returned for the second.