Datastream configuration: Device lookup vs User Agent
User Agent is collected from navigator object: navigator.userAgent ?
However Device lookup is done by Adobe servers?
User Agent is collected from navigator object: navigator.userAgent ?
However Device lookup is done by Adobe servers?
@michael_soprano
Yes, The navigator.userAgent property in JavaScript is used to collect the user agent string from the browser on the client side. This string contains information about the browser, its version, and the operating system, and is supported in all major browsers.
When data is sent to Adobe (such as via Adobe Analytics or Adobe Experience Platform Web SDK), the user agent string is included in the payload. Adobe servers then perform a device lookup using this user agent string. Adobe partners with DeviceAtlas to map the user agent to device attributes like device type, manufacturer, and model. This lookup is done server-side, and the resulting device information is made available in reporting and analytics dimensions.
FYI
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/data-types/device#:~:text=identified%20using%20DeviceAtlas
Thanks
AJODev
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.